-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
url: replace "magic" numbers by constants #19300
Conversation
CHAR_AMPERSAND, | ||
CHAR_EQUAL, | ||
CHAR_LOWERCASE_A, | ||
CHAR_LOWERCASE_Z, |
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.
is the trailing comma required?
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.
@gireeshpunathil no, it's not required, but allowed. I can delete it (should I?), but I think it's a better way to work with multiline "lists"
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 prefer the trailing comma but others don't, I don't think we have consensus, so I'd say do whatever you prefer @daynin .
@nodejs/collaborators Hello! Run CI for this PR, please |
CI is failing for |
1c01efd
to
622505d
Compare
I resolved a conflict |
Landed in 354849e. |
PR-URL: #19300 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
PR-URL: #19300 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes