Open kleisauke opened 16 hours ago
Details:
building:ERROR: Closure compiler run failed:
building:ERROR: /tmp/emscripten_temp_50snxhja/vips-es6.jso3.js:757:85: ERROR - [JSC_UNDEFINED_VARIABLE] variable toString is undeclared
757| out("aligned_realloc(ptr=" + ptrToString($0) + ", alignment=" + $1 + ", size=" + toString(Number($2)));
^^^^^^^^
1 error(s), 0 warning(s)
Are we missing a test for -sMALLOC=emmalloc-verbose
?
Yes, looks like that isn't covered by any existing test. Might be worth adding, but it is a setting for internal debugging.
toString()
is undeclared.Fixes a regression introduced in commit 04a0cad.