-
Notifications
You must be signed in to change notification settings - Fork 283
Refactor integer token generation. #6528
Copy link
Copy link
Open
Labels
Component: CoreIssue needs changes to the coreIssue needs changes to the coreEffort: LowIssues require < 1 week of workIssues require < 1 week of workImpact: MediumIssue is impactful with a bad, or no, workaroundIssue is impactful with a bad, or no, workaround
Milestone
Metadata
Metadata
Assignees
Labels
Component: CoreIssue needs changes to the coreIssue needs changes to the coreEffort: LowIssues require < 1 week of workIssues require < 1 week of workImpact: MediumIssue is impactful with a bad, or no, workaroundIssue is impactful with a bad, or no, workaround
Type
Fields
Give feedbackNo fields configured for Enhancement.
Version and Platform (required):
Bug Description:
In the same function sometimes a constant is show as a unsigned hex and other times it's shown as a signed hex constant - this makes using the highlight feature impossible.
Steps To Reproduce:
Expected Behavior:
Could either the same representation (signed/unsigned) be used or (better yet) could the highlight function also take in consideration the various representations that are equal to each other? Yes, I could manually change the representation, but as you can tell from the looking at this binary that becomes time consuming.
Screenshots/Video Recording:
Binary:
proud bird swims carefully
Additional Information: