-
Notifications
You must be signed in to change notification settings - Fork 120
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
chore: refactor for removing pdb symbols #330
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.
This is good, just some minor nits on the chosen names, but otherwise fine.
Please add your sign-off tag to the commit.
@peppelinux any chance you can fix the nits and push anew? I'd like to merge this. |
Ciao @simo5 |
@peppelinux great, would you mind squashing the commits together, I will then merge. |
Uhmm sounds like the linter is not happy, if "aa" does not work, feel free to change to "aad" |
Done @simo5 ! |
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.
Unfortunately the linter is still not 100% happy, 4 places need to change ai->aad
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.
LGTM, thanks for the contribution
This PR represents an easy refactor of small parts of the source code where the PDB symbols was used for variable assignments. It simply removed the variable names
a
,c
that are used in PDB to inspect the args and continue the execution.Closes #327 (comment)