-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Homogenize TASTy printer formatting #19139
Homogenize TASTy printer formatting #19139
Conversation
@bishabosha This is a change that was in #19106 but not yet in #19105 |
@@ -258,10 +258,10 @@ class TastyPrinter(bytes: Array[Byte]) { | |||
import reader.* | |||
sb.append(s" ${reader.endAddr.index - reader.currentAddr.index}") |
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.
this should be removed - currently it prints something like 2Attributes (2 bytes, starting from 602):
sb.append(s" ${reader.endAddr.index - reader.currentAddr.index}") |
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.
Fixed
f868929
to
5add9b7
Compare
@bishabosha I also added a small optimization that also simplifies the code. |
maybe you could add #19105 (comment) here |
Backports #19139 to the LTS branch. PR submitted by the release tooling. [skip ci]
No description provided.