-
Notifications
You must be signed in to change notification settings - Fork 20
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
Convert Products to Minion #570
Conversation
remove_unit_vector_product
b031a3f
to
d863d73
Compare
d863d73
to
08a6f04
Compare
08a6f04
to
ebecc6b
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.
looks good though I think you'll have to rebase due to the changes I made in #568
ebecc6b
to
0206838
Compare
better if we wait until all tests pass before merging... |
apologies - sausage fingers! |
@ozgurakgun It might be helpful (for my weird workflow at least) if we could have auto-deleting branches on merge, and automerge on passing tests: |
I enabled auto-deletion, no arguments against this. I am also happy to configure auto-merge once reviewed&approved + all tests pass. Not sure how to do this however. Also, I am not sure what the benefit is. It takes away some flexibility in the order of merging. |
Thanks
It is not fully automatic: what it does is give you a button to "enable auto merge" on a specific PR, and then when checks pass on that PR, it will merge itself into main. My minor annoyance is having to keep checking Github to see if my PR has finished its checks yet before merging it, or accidentally clicking merge too early. From the docs, it looks like we need the "require checks to pass" branch restriction. As repo admin, it looks like you can override these for a PR if needed, so it mainly affects me |
This PR converts
Product
expressions to Minion. Continuation of #563, which added theProduct
expression and its normalising rules.flatten_binop
remove_unit_vector_product
FlatProductEq
and Minion conversion rules