-
Notifications
You must be signed in to change notification settings - Fork 426
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
fix: use a more specific regex for jinja2 set/for statements #5514
Conversation
pre-commit.ci autofix |
for more information, see https://pre-commit.ci
pre-commit.ci autofix |
for more information, see https://pre-commit.ci
Thanks for noticing and suggesting a fix @isuruf! |
CodSpeed Performance ReportMerging #5514 will not alter performanceComparing Summary
|
blocked by #5515 |
I think this will cause bugs with statements like |
Can you not use real jinja functions for this? |
See the comments in the code. We had this discussion. |
Nvm. This works. |
@isuruf @conda/builds-tools this is ready to merge! |
Description
This PR uses a more specific regex for jinja2 set statements per the comment from @isuruf.
Checklist - did you ...
news
directory (using the template) for the next release's release notes?