-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vm: make slots public #3677
vm: make slots public #3677
Conversation
this will fail signed off because it doesn't like my format, looking at how to fix the commit :| |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be nice to add a link to the reason of this modification to the commit message (#3674 (comment)).
LGTM, but not merging without @roman-khimov's approval.
If you don't like the suggestion, then we can merge with this job failing, it's not critical. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #3677 +/- ##
==========================================
- Coverage 83.09% 83.02% -0.08%
==========================================
Files 334 334
Lines 46573 46612 +39
==========================================
- Hits 38699 38698 -1
- Misses 6306 6338 +32
- Partials 1568 1576 +8 ☔ View full report in Codecov by Sentry. |
Whoever is in the "Author" of commit ( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd suggest deprecating DumpXSlot at the same time, it was always questionable.
Those are in use by the cli Lines 650 to 655 in cb51eeb
You want to remove these CLI commands? |
Of course not, they can grab slots from VM as is and represent them to user in any way they want including JSON. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Last comments, otherwise LGTM.
…Slot methods Signed-off-by: ixje <erik@coz.io>
as per #3674 (comment)