Linus Groh
Linus Groh
I added https://github.com/SerenityOS/serenity/blob/master/Userland/Libraries/LibJS/Tests/runtime-error-call-stack-size.js in #3995 :)
@nektro are there any with outdated info left after your various updates?
Current solution seems fine :)
Options were updated in https://github.com/CanadaHonk/eshost/commit/b8a4108ed55e37b98a8d045943e50e19428712ca, works fine on new runner host
Hmm, it appears that this appends a new entry every time an engine finishes, which could make this grow rather quickly - is that avoidable? Agreed that per-file is overkill....
Currently 95.42% (theirs) vs 94.9% (ours). Might be due to different timeout values to an extent (they use 10s).
This seems to be working as intended :)
Thanks for the ping, I'll try to do that ASAP.
Done, PTAL!
I'd also like to see a test case for whatever input values trigger this (non-standard?) `RangeError` in the polyfill: https://github.com/tc39/proposal-math-sum/blob/3c56f3df9f89d862515617c7e421f51b28bb71f8/polyfill/polyfill.mjs#L88