-
Notifications
You must be signed in to change notification settings - Fork 4
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
feat(#923): Remove Names From Opcodes #935
Conversation
….xsl, and vars-float-down.xsl
@yegor256 Could you review these changes, please? I've left one more puzzle for this issue: #923 (comment) in order to avoid blocking. |
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.
@volodya-lombrozo LGTM
@rultor merge |
@volodya-lombrozo OK, I'll try to merge now. You can check the progress of the merge here. |
@volodya-lombrozo Done! FYI, the full log is here (took me 9min). |
In this PR I removed names from opcodes.
Used to be:
Now:
Related to #923.