You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When that flag is removed, tape will blow the stack running tests in es-abstract - nvm exec 6.0 npm run tests-only passes, but nvm exec 5 npm run tests-only fails. nvm exec 5 node test/bufferTestCases also fails if you want a smaller repro.
I haven't yet been able to improve tape's stack performance by enough to get the tests to complete in node < 6 without providing the --stack-size option.
The text was updated successfully, but these errors were encountered:
See ljharb/es-abstract@156bf41.
When that flag is removed, tape will blow the stack running tests in es-abstract -
nvm exec 6.0 npm run tests-only
passes, butnvm exec 5 npm run tests-only
fails.nvm exec 5 node test/bufferTestCases
also fails if you want a smaller repro.I haven't yet been able to improve tape's stack performance by enough to get the tests to complete in node < 6 without providing the
--stack-size
option.The text was updated successfully, but these errors were encountered: