-
-
Notifications
You must be signed in to change notification settings - Fork 34.2k
src: dump snapshot source with node:generate_default_snapshot_source #61101
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
base: main
Are you sure you want to change the base?
Conversation
This helps diffing snapshots when the reproducibility gets broken.
|
Review requested:
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #61101 +/- ##
==========================================
- Coverage 88.53% 88.51% -0.02%
==========================================
Files 703 703
Lines 208546 208552 +6
Branches 40217 40221 +4
==========================================
- Hits 184634 184601 -33
- Misses 15926 15944 +18
- Partials 7986 8007 +21
🚀 New features to boost your workflow:
|
| const lines = output.split('\n'); | ||
| for (const line of lines) { | ||
| if (line.startsWith('0x')) { | ||
| log(line); |
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.
^ Seems like a genuine issue
|
Removed the unused file and added back the helper (turns out it's still used to format stderr during failures). |
Failed to start CI⚠ Commits were pushed since the last approving review: ⚠ - src: dump snapshot source with node:generate_default_snapshot_source ⚠ - fixup! src: dump snapshot source with node:generate_default_snapshot_… ⚠ - fixup! fixup! src: dump snapshot source with node:generate_default_sn… ✘ Refusing to run CI on potentially unsafe PRhttps://github.com/nodejs/node/actions/runs/20415476248 |
This helps diffing snapshots when the reproducibility gets broken.