Skip to content
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

Closed
wants to merge 1 commit into from

Conversation

daynin
Copy link
Contributor

@daynin daynin commented Mar 12, 2018

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

@nodejs-github-bot nodejs-github-bot added dont-land-on-v4.x whatwg-url Issues and PRs related to the WHATWG URL implementation. labels Mar 12, 2018
CHAR_AMPERSAND,
CHAR_EQUAL,
CHAR_LOWERCASE_A,
CHAR_LOWERCASE_Z,
Copy link
Member

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?

Copy link
Contributor Author

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"

Copy link
Member

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 .

@daynin
Copy link
Contributor Author

daynin commented Mar 20, 2018

@nodejs/collaborators

Hello! Run CI for this PR, please

@jasnell
Copy link
Member

jasnell commented Mar 20, 2018

CI: https://ci.nodejs.org/job/node-test-pull-request/13780/

@trivikr
Copy link
Member

trivikr commented Mar 26, 2018

CI is failing for node-test-commit-linux in debian8-64
Console output: https://ci.nodejs.org/job/node-test-commit-linux/17225/nodes=debian8-64/console

@daynin
Copy link
Contributor Author

daynin commented Apr 3, 2018

I resolved a conflict

@lpinca
Copy link
Member

lpinca commented Apr 5, 2018

@lpinca
Copy link
Member

lpinca commented Apr 5, 2018

Landed in 354849e.

@lpinca lpinca closed this Apr 5, 2018
lpinca pushed a commit that referenced this pull request Apr 5, 2018
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>
targos pushed a commit that referenced this pull request Apr 6, 2018
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
whatwg-url Issues and PRs related to the WHATWG URL implementation.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

8 participants