-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
[refactor] Improve the Display impl for ProgramCore #2532
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.
Seems harmless if tests pass
The same CI jobs have failed 3 times. @vicsn can you let us know if you feel these are relevant or not, please? |
Merging upstream should do the trick for The parameters test is unrelated, not sure why it fails, will look into it if it becomes a recurring problem. |
@vicsn sure, I'll rebase shortly 👌 |
Signed-off-by: ljedrz <[email protected]>
c7e8686
to
93b4aca
Compare
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
This is technically a refactoring, but with some performance implications; this impl also shouldn't cause a panic anymore in case of a formatting error.
Found via fuzzing, with
Stack::new
causing multiple crashes during the parse check.