-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
[mypyc] feat: support constant folding in convert_format_expr_to_str [1/1]
#19970
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
base: master
Are you sure you want to change the base?
[mypyc] feat: support constant folding in convert_format_expr_to_str [1/1]
#19970
Conversation
JukkaL
left a comment
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.
Are there existing run tests that cover this? If not, it would be good to add some. Maybe also add a simple irbuild test or two.
hauntsaninja
left a comment
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.
Looks good! Just need to fix up the test case :-)
|
Hmm. not sure what happened there. I didn't do anything in that file. |
|
That was a merge race from me merging an old PR |
This PR adds support for constant folding inside of
convert_format_expr_to_str