| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
How to reproduce # Clean up the deps
rm -rf tools/.docmdlintstamp tools/.miscmdlintstamp tools/remark-cli/node_modules tools/remark-preset-lint-node/node_modules
# Where the package.json didn't change
git revert a29089d7c866955616c0e363843017e9b9b2a736
make lint-md # Should print the hint to run make lint-md-build
make lint-md-build # Install
make lint-md # OK
git reset --hard HEAD~1 # Now the package.json changed
make lint-md # Issue in https://github.com/nodejs/node/issues/18978 shows up
make lint-md-build # Before this patch, this does nothing. After this patch, this install again
make lint-md # Before this patch, this still errors. After this patch, this runs OK |
Sorry, something went wrong.
Sorry, something went wrong.
|
Is there a reason why lint-md-build shouldn't be launched automatically as a dependency of lint-md now? |
Sorry, something went wrong.
|
@ChALkeR I think it's because make lint-md-build needs internet access..? |
Sorry, something went wrong.
|
^ That's true. We tried to avoid internet access. |
Sorry, something went wrong.
|
Ah, understood. @joyeecheung, @watilde, thanks for clarification! |
Sorry, something went wrong.
PR-URL: nodejs#18981 Fixes: nodejs#18978 Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com> Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
PR-URL: nodejs#18981 Fixes: nodejs#18978 Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com> Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
|
Does this need to be backported to 8.x? |
Sorry, something went wrong.
|
This should land cleanly on v8.x if #17964 is backported |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Fixes: #18978
Checklist
Affected core subsystem(s)
build