-
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
Remove agbcc #4994
Remove agbcc #4994
Conversation
3f69bd5
to
7ba0e7a
Compare
7ba0e7a
to
570d7e1
Compare
is there anything left for the pr to be merged? |
I think it works and removes everything it should/doesn't remove everything it shouldn't, but a second set of eyes could be good? |
How does this handle |
|
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.
The #if MODERN
blocks in the code are also unnecessary now since it's always modern.
I tested compiling with those removed, and all tests pass at least
Good comments:
|
I can PR the |
So to be clear I think the code in those blocks should stay around (most of it seems like things like alignment checks) |
Okay in that case if MODERN is set to 1 i have no issues with that. |
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.
Further changes to clean up the remnants of the agbcc
/modern
split can be addressed at a later time.
Title, in preparation for 1.10.
Fixes #4946