Skip to content

Conversation

XhmikosR
Copy link
Contributor

@XhmikosR XhmikosR commented Sep 5, 2019

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

I noticed these in the nodejs.org repo and thought I'd fix them here too.

This should probably be automated, but I don't have the bandwidth to do this myself. Also, I'm not quite sure if this can be safely automated, since there are cases one needs to use \ (for example WIndows paths).

@nodejs-github-bot nodejs-github-bot added the doc Issues and PRs related to the documentations. label Sep 5, 2019
@trivikr
Copy link
Member

trivikr commented Sep 5, 2019

Are these escapes automatically added on new releases? If yes, can they be ignored/avoided?

Example commit for 12.10.0 02c74e7
Line which has escape: Add \*timeNs properties to BigInt Stats objects (Joyee Cheung)
Corresponding commit doesn't have escape b245257

@XhmikosR
Copy link
Contributor Author

XhmikosR commented Sep 6, 2019

If you mean \*timeNs there it's needed because it's not wrapped in code thus * needs to be escaped.

@Trott
Copy link
Member

Trott commented Sep 7, 2019

@Trott Trott added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Sep 7, 2019
@Trott
Copy link
Member

Trott commented Sep 8, 2019

Trott pushed a commit that referenced this pull request Sep 8, 2019
PR-URL: #29452
Reviewed-By: Rich Trott <[email protected]>
Reviewed-By: Trivikram Kamat <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
@Trott
Copy link
Member

Trott commented Sep 8, 2019

Landed in ab05d43

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author ready PRs that have at least one approval, no pending requests for changes, and a CI started. doc Issues and PRs related to the documentations.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants