| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Backports nodejs/node#64271. The test compares the recursion depth two Workers reach before overflowing, but depth also depends on frame size, which changes when the recursive function tiers up mid-recursion. On a busy CI runner that lands non-deterministically and the depths end up >10% apart. Pin the function to the interpreter so the depth is stable. The fix is only in Node 26.6.0+, so it is carried as a patch until the Node roll picks it up. Co-authored-by: Sam Attard <sattard@anthropic.com>
|
No Release Notes |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Backport of #53062
See that PR for details.
Notes: none