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
Re-generate the idlnames and idlnamesparsed folders
[warn] IDL Names - No definition found WebGLContextAttributes
[warn] IDL Names - No definition found WebGLRenderingContextBase
RangeError: Maximum call stack size exceeded
at /home/runner/work/webref/webref/node_modules/reffy/src/cli/generate-idlnames.js:281:22
at Set.forEach (<anonymous>)
at /home/runner/work/webref/webref/node_modules/reffy/src/cli/generate-idlnames.js:281:14
at Array.forEach (<anonymous>)
at addDfns (/home/runner/work/webref/webref/node_modules/reffy/src/cli/generate-idlnames.js:277:34)
at /home/runner/work/webref/webref/node_modules/reffy/src/cli/generate-idlnames.js:285:39
at Array.forEach (<anonymous>)
at addDfns (/home/runner/work/webref/webref/node_modules/reffy/src/cli/generate-idlnames.js:285:23)
at /home/runner/work/webref/webref/node_modules/reffy/src/cli/generate-idlnames.js:285:39
at Array.forEach (<anonymous>)
npm ERR! code 1
npm ERR! path /home/runner/work/webref/webref
npm ERR! command failed
npm ERR! command sh -c node tools/prepare-curated.js ed curated && node tools/prepare-packages.js curated packages
The text was updated successfully, but these errors were encountered:
Actually triggered by invalid IDL in the WebGL1 spec introduced 3 days ago, see KhronosGroup/WebGL#3407. It would be good to catch that invalid IDL error before attempting to generate IDL names, especially if the net result is an endless loop that seems totally unrelated... Adjusting the bug title accordingly.
tidoust
changed the title
Data curation: "Maximum call stack size exceeded" error
Data curation: invalid IDL may trigger "Maximum call stack size exceeded" error
May 10, 2022
Data curation job currently fails with a "Maximum call stack size exceeded" error during generation of IDL names, see for instance https://github.com/w3c/webref/runs/6364928486
The text was updated successfully, but these errors were encountered: