Uh oh!
There was an error while loading. Please reload this page.
doc: fix typo in COLLABORATOR_GUIDE.md - #20742
Conversation
vsemozhetbyt
commented
May 15, 2018
vsemozhetbyt
commented
May 15, 2018
cc @nodejs/linting How can we fix the linting issue in this case? |
BridgeAR
commented
May 15, 2018
@vsemozhetbyt good question... I guess it would actually be best to rename the group instead. Ping @nodejs/tsc |
ofrobots
commented
May 15, 2018
{digression} IMHO, this doesn't need review from the TSC or even a ping to the list of all collaborators – this is an uncontroversial typo fix. Global pings should be avoided unless necessary. {/digression} |
Trott
commented
May 15, 2018
How about we change the capitalization on the group name instead (and in the CODEOWNERS file too)? Then the linter will be happy and we'll have a group name that correctly styles the name |
Trott
commented
May 15, 2018
(@ofrobots I think the ping may have been automated by the CODEOWNERS file. It's possible we don't need a TSC ping for changes to COLLABORATOR_GUIDE. Basically only if it entails a governance change. Maybe that line can be removed from CODEOWNERS.) |
Trott
commented
May 15, 2018
I'd prefer we change the name of the team to use |
@ofrobots It seems the ping was not about typo itself: we have a conflict between linting rule requiring |
Trott
commented
May 15, 2018
@vsemozhetbyt Are you 👍if I change the team name to use |
vsemozhetbyt
commented
May 15, 2018
@Trott Yes, please, this seems more consistent. |
Trott
commented
May 15, 2018
It appears that GitHub has started (or maybe always has?) lowercasing team names in @-mentions regardless of how you actually name the team. I'll see about updating the prohibited-strings code to ignore prohibited strings that appear inside of @-strings so this starts passing. |
Trott
commented
May 15, 2018
Published a new version of I put the update as the first commit on this PR with the original changes as the second commit. (I recommend leaving them separate for what I hope are obvious reasons.) Full CI (because now we're updating tools): https://ci.nodejs.org/job/node-test-pull-request/14895/ @vsemozhetbyt Thanks for your patience with this! |
Trott
commented
May 15, 2018
Hmmm...looks like I need to remove some OS-dependent stuff: 17:41:03 npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.4 (node_modules/fsevents):17:41:03 npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"freebsd","arch":"x64"}) |
Update to remark-lint-prohibited-strings 1.0.3 to avoid false positives with GitHub team names which must be lowercased no matter what our prohibited-strings rules say about a particular string.
Trott
commented
May 15, 2018
Trott
commented
May 15, 2018
Re-running arm-fanned, addons failure is clearly spurious: https://ci.nodejs.org/job/node-test-commit-arm-fanned/1230/ |
Trott
commented
May 15, 2018
Got better results this time, but still some spurious ones in arm-fanned. Trying that one again: https://ci.nodejs.org/job/node-test-commit-arm-fanned/1231/ |
Trott
commented
May 15, 2018
I'm wondering if all my terminating of Pi jobs in process is what's causing the problem for arm-fanned. Going to let the last one finish this time. Again: https://ci.nodejs.org/job/node-test-commit-arm-fanned/1232/ |
Trott
commented
May 15, 2018
(Other than arm-fanned, CI is totally green.) |
Trott
commented
May 15, 2018
arm-fanned is green too now. Landing... |
Trott
commented
May 15, 2018
Oops, not landing because it hasn't been approved for fast-tracking. |
vsemozhetbyt
commented
May 15, 2018
Node.js Collaborators, please, add 👍 here if you approve fast-tracking. |
devsnek
commented
May 15, 2018
the first commit only modifies two package-lock.json files? |
devsnek
commented
May 15, 2018
@Trott is there not also a package.json to update? |
It's not necessary, but there could be one. That would require publishing a new version of |
devsnek
commented
May 16, 2018
@Trott if it isn't needed its fine, i was just confused when i saw lock files changed without the actual package changing is all |
vsemozhetbyt
commented
May 17, 2018
@Trott Are we good to land? |
Update to remark-lint-prohibited-strings 1.0.3 to avoid false positives with GitHub team names which must be lowercased no matter what our prohibited-strings rules say about a particular string. PR-URL: nodejs#20742 Refs: nodejs#20740 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
PR-URL: nodejs#20742 Refs: nodejs#20740 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
BridgeAR
commented
May 18, 2018
Trott
commented
May 19, 2018
@vsemozhetbyt A belated "yes". :-D |
Update to remark-lint-prohibited-strings 1.0.3 to avoid false positives with GitHub team names which must be lowercased no matter what our prohibited-strings rules say about a particular string. PR-URL: #20742 Refs: #20740 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passesRefs: #20740