-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Editorial: refactor remainder AOs #2911
Conversation
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.
Works for me.
There's no need to define
|
(Also, I don't think there's a good reason for the differences in how |
Since 5.2.5 defines
If you want, you could add a Note-step saying how the sign of |
81ae934
to
2d69aac
Compare
Thanks @jmdyck. I accepted your suggestion. |
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.
So I'm fine with this landing, and in particular I think the BigInt reformulation is a strictly clearer wording. That said I prefer this not be precedent-setting for requiring an alias for all intermediates. I want us to be still able to judiciously use where clauses where clear.
2d69aac
to
d3e5d6b
Compare
Extracted from #2901. Makes the wording consistent and clearly separates the aliases being declared from the ones being referenced.