-
-
Notifications
You must be signed in to change notification settings - Fork 30.3k
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
gh-119146: Update paths
in jit.yml
#119147
gh-119146: Update paths
in jit.yml
#119147
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.
We should actually be able to ignore Python/perf_jit_trampoline.c
by using a negative matching pattern: !Python/perf_jit_trampoline.c
.
Other than that, looks good to me.
Oh! I totally didn't know about that. I'll take a look at adding that when I also add .h files to the paths (since I missed adding those in too). |
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.
Thanks! Maybe we could just ignore all .md
and .ini
files? Then if we added others in the future, we wouldn't have to remember to update this file?
Co-authored-by: Alex Waygood <[email protected]>
Co-authored-by: Alex Waygood <[email protected]>
Yeah, that's a fair callout! |
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.
Thanks!
Co-authored-by: Brandt Bucher <[email protected]>
Thanks for the PR! Shall we backport it, or close the issue? |
I think it's ok to backport it to 3.13. |
Thanks @savannahostrowski for the PR, and @brandtbucher for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13. |
(cherry picked from commit 5307f44) Co-authored-by: Savannah Ostrowski <[email protected]> Co-authored-by: Alex Waygood <[email protected]>
GH-119226 is a backport of this pull request to the 3.13 branch. |
Co-authored-by: Alex Waygood <[email protected]>
paths
injit.yml
#119146