Skip to content

Fix npm test on Node 24+ - #22

Merged
umanwizard merged 1 commit into
polarsignals:otel-thread-ctx-wipfrom
szegedi:szegedi/npm-test-node24
Aug 12, 2026
Merged

Fix npm test on Node 24+#22
umanwizard merged 1 commit into
polarsignals:otel-thread-ctx-wipfrom
szegedi:szegedi/npm-test-node24

Conversation

@szegedi

@szegedi szegedi commented Aug 11, 2026

Copy link
Copy Markdown

Fixes an issue where the test script passed --experimental-async-context-frame unconditionally, which is required for Node.js 22 and 23, but since Node.js 24 doesn't support it, it caused npm test to fail on it:

$ npm test
node: bad option: --experimental-async-context-frame

@szegedi
szegedi marked this pull request as ready for review August 11, 2026 11:38

@ivoanjo ivoanjo left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 LGTM

@umanwizard

Copy link
Copy Markdown
Collaborator

Same comment as #21 -- please write prose intended for humans (commit messages, PR messages, code comments) by hand.

Fixes an issue where the test script passed --experimental-async-context-frame
unconditionally, which is required for Node.js 22 and 23, but since Node.js 24
doesn't support it, it caused npm test to fail on it.
@szegedi
szegedi force-pushed the szegedi/npm-test-node24 branch from 0da50ea to e119782 Compare August 12, 2026 13:17
@szegedi

szegedi commented Aug 12, 2026

Copy link
Copy Markdown
Author

Same comment as #21 -- please write prose intended for humans (commit messages, PR messages, code comments) by hand.

@umanwizard happy to oblige. Apologies, and I will keep myself to it going forward. I rewrote both the description of this PR and the commit message, and will do so for the other two currently open PRs as well. (Fair warning: I do use em-dashes in my own writing style.)

@umanwizard
umanwizard merged commit d7bfa25 into polarsignals:otel-thread-ctx-wip Aug 12, 2026
@umanwizard

Copy link
Copy Markdown
Collaborator

Thanks! Sorry for being difficult, I just find the Claude-generated PR messages hard to read, because they are too verbose and contain a lot of unnecessary detail (and you can never be sure how much is the author's knowledge/opinion, vs. how much is Claude's). The new PR message is much simpler!

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants