-
Notifications
You must be signed in to change notification settings - Fork 895
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
box_derive: New command to derive modules for boxes #4404
Conversation
Help sample (updated after rename):
|
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.
Bikeshed: should this not be called just blackbox_derive
? We have blackbox
already, so it'd be inconsistent otherwise.
I don't have a strong preference, you could say this shouldn't be |
|
|
In certain uses cases you want to derive modules for blackbox instances, which are otherwise ignored by the
hierarchy
process. Here we add a new command,box_derive
, by which one can ask to have modules derived for a selected set of blackbox instances.I can think of two use cases:
abc9_ops -prep_hier
command to a similar end, we can merge those commands eventually)An
incompletetest is attached.