Comment 2 for bug 1644017

Revision history for this message
Jay (jayjay2016) wrote :

I've attached the test case. The code attached works correctly in C++ (with modification of main and web). The code also compiles without any errors. However, when I run in the browser, I get the following error:
juliar.js:1 Uncaught ReferenceError: da is not defined(…)

This seem to happen at compilation step. Because if I compile it, sometimes it gives this type of error. However, at times when I compile with same script and same exact file no errors are generated.

(This seems to be a Cheerp error because it appears depending whether the C++ file gets compiled correctly or not. Please advise)

The original code used for this test case can be found at: https://github.com/juliarLang/juliar/tree/master/binaries/WebsiteAlpha

Thanks,
Jay