-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
fs: fix broken esm #28957
fs: fix broken esm #28957
Conversation
@Trott: can I get a CITGM on this one? |
@benjamingr can you start a CITGM on this one? ping @Trott |
cc @jdalton wdyt? |
LGTM as a workaround until a fix can be published. |
@jdalton did your recent change in esm not fix the issue? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM as intermediate fix. This should definitely be removed as soon as possible though.
@mcollina Looks good to you as a temporary measure? |
CITGM: https://ci.nodejs.org/view/Node.js-citgm/job/citgm-smoker/1923/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM as long as CITGM passes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, one minor nit
@@ -345,6 +345,10 @@ function Stats(dev, mode, nlink, uid, gid, rdev, blksize, | |||
Object.setPrototypeOf(Stats.prototype, StatsBase.prototype); | |||
Object.setPrototypeOf(Stats, StatsBase); | |||
|
|||
// HACK: Workaround for https://github.com/standard-things/esm/issues/821. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: period becomes part of link
// HACK: Workaround for https://github.com/standard-things/esm/issues/821. | |
// HACK: Workaround for https://github.com/standard-things/esm/issues/821 |
CITGM this PR: https://ci.nodejs.org/view/Node.js-citgm/job/citgm-smoker/1923/ CITGM against master: https://ci.nodejs.org/view/Node.js-citgm/job/citgm-smoker/1925/ |
CITGM master: 84 failures CITM this PR: 29 failures CI is green
Landing. |
Fix to unblock CITGM. See, standard-things/esm#821. PR-URL: nodejs#28957 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
(@joyeecheung If you have an issue with this, we can revert it, of course.) |
Landed in 320402c |
Belated LGTM and thanks for the ping! |
Backport blocked by #21387 |
Fix to unblock CITGM. See, standard-things/esm#821. PR-URL: #28957 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Tries to fix blocked CITGM. See, standard-things/esm#821.
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes