-
-
Notifications
You must be signed in to change notification settings - Fork 32k
Tweak my interests (and Mark Shannon's :-) in CODEOWNERS #112206
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
Conversation
@@ -28,14 +28,17 @@ Objects/type* @markshannon | |||
Objects/codeobject.c @markshannon | |||
Objects/frameobject.c @markshannon | |||
Objects/call.c @markshannon | |||
Python/ceval.c @markshannon | |||
Python/ceval*.[ch] @markshannon @gvanrossum |
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.
GitHub now says "This CODEOWNERS file contains errors" because of this line :(
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.
Whoops, sorry. Do you know what’s wrong? I am AFK.
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.
I'll do a Google :-)
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 like it's this:
Warning: There are some syntax rules for gitignore files that do not work in CODEOWNERS files:
- Escaping a pattern starting with
#
using\
so it is treated as a pattern and not a comment- Using
!
to negate a pattern- Using
[ ]
to define a character range
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.
I'll make a PR to fix it
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.
I filed #112210
No description provided.