-
Notifications
You must be signed in to change notification settings - Fork 30.1k
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
test,doc: fix async-hooks coverage doc for md lint (v10.x backport problem) #22296
Closed
rvagg
wants to merge
1
commit into
nodejs:v10.x-staging
from
rvagg:rvagg/fix-async-hooks-coverage.md-lint
Closed
test,doc: fix async-hooks coverage doc for md lint (v10.x backport problem) #22296
rvagg
wants to merge
1
commit into
nodejs:v10.x-staging
from
rvagg:rvagg/fix-async-hooks-coverage.md-lint
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nodejs#20894 / 2930bd1 was introduced on master which removed an offending line in this doc before linting was applied to test/ in nodejs#22221 / 56103ab. Since 20894 is semver-major, the full changes were not backported.
nodejs-github-bot
added
async_hooks
Issues and PRs related to the async hooks subsystem.
test
Issues and PRs related to the tests.
v10.x
labels
Aug 13, 2018
rvagg
changed the title
test,doc: fix async-hooks coverage doc for md lint
test,doc: fix async-hooks coverage doc for md lint (v10.x backport problem)
Aug 13, 2018
BridgeAR
approved these changes
Aug 13, 2018
vsemozhetbyt
approved these changes
Aug 13, 2018
Node.js Collaborators, please, add 👍 here if you approve fast-tracking. |
gdams
approved these changes
Aug 13, 2018
Trott
approved these changes
Aug 13, 2018
CI is green, fast tracking has been approved, and there are four sign-offs on this. Land at will, @rvagg! (I try to stay away from landing stuff on |
rvagg
added a commit
that referenced
this pull request
Aug 13, 2018
#20894 / 2930bd1 was introduced on master which removed an offending line in this doc before linting was applied to test/ in #22221 / 56103ab. Since 20894 is semver-major, the full changes were not backported. PR-URL: #22296 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: George Adams <george.adams@uk.ibm.com> Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
excellent, thanks folks, merged into |
rvagg
added a commit
that referenced
this pull request
Aug 15, 2018
#20894 / 2930bd1 was introduced on master which removed an offending line in this doc before linting was applied to test/ in #22221 / 56103ab. Since 20894 is semver-major, the full changes were not backported. PR-URL: #22296 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: George Adams <george.adams@uk.ibm.com> Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
This was referenced Aug 16, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
async_hooks
Issues and PRs related to the async hooks subsystem.
doc
Issues and PRs related to the documentations.
fast-track
PRs that do not need to wait for 48 hours to land.
test
Issues and PRs related to the tests.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
#20894 / 2930bd1 was introduced on master which removed an offending line in this doc before linting was applied to test/ in #22221 / 56103ab. Since #20894 is semver-major, the full changes were not
backported.
It's either this or back out the md linting for test/ on v10.x for now I think.
Note that the change that applies lint-md to test/ isn't on v10.x-staging yet, nor are the other changes required to get test/ up to scratch, they're on the release proposal for 10.9.0 @ #22295 though. I'll put this on top of the rest of those commits and it'll be happy (have confirmed this, manually, CI won't tell us anything interesting about this PR as is).
@Trott you're probably the best person to look at this.