-
Notifications
You must be signed in to change notification settings - Fork 28
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
Accept additional rules in the adjust()
call
#230
Conversation
e4a990e
to
b7442b2
Compare
#229 has been merged, @lukaszachy, could you please rebase? |
Use case: Explicit set of the rules to be applied, regardless what is in the Tree.
b7442b2
to
b600ac6
Compare
Rebased to the current main. As there was a conflict in fmf/base.py it was easier to squash the proposed change first. |
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.
Looks good, except for the continue
statement.
087b65e
to
3975832
Compare
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.
Now looks good, thanks!
adjust()
call
Use case: Explicit set of the rules to be applied, regardless what is in the Tree.
Could be simplified if/once #229 is merged.