-
Notifications
You must be signed in to change notification settings - Fork 54
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
imp: make system output dynamic #82
Conversation
Not suited for HM. Does not exactly solve anything since it lacks arguments that should be used to call builder :/ Maybe we could just code it dynamically so all |
Yeah that's a better idea! |
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 great! But did you execute tests? (Just making sure)
I was doing that right now and this seems to trigger an infinite recursion. I'll report back as I learn more. |
This allows to pass --show-trace to the checks
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.
nice! Yeah this works well
Both, repo tests as well as downstream tests succeeded with the latest fixup. |
towards #79