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
Does this whether or not I've actually modified a loaded .sol file.
Possibly related to file size. It has no trouble working with .sol files of 1.19 KB and 10.07 KB, but it just won't save a 67.06 KB file. The .air version of Minerva 3.5 previously handled these files without complaint, but I need to be able to add to arrays, which it doesn't do.
The text was updated successfully, but these errors were encountered:
Tried in Firefox and it works. Apparently it has a higher stack size limit than Safari and Chrome, and that smaller stack size in those browsers was causing or at least contributing to the problem. Unless there's room for optimization, it seems Firefox is the only option for dealing with large files on this web-based version of Minerva.
Encountered in both Chrome and Safari. After showing MegaMan running for a good long while, it comes back with:
Uncaught RangeError: Maximum call stack size exceeded
(http://apps.coursevector.com/minerva/js/parsers/SOLWriterWorker.js:2)
Does this whether or not I've actually modified a loaded .sol file.
Possibly related to file size. It has no trouble working with .sol files of 1.19 KB and 10.07 KB, but it just won't save a 67.06 KB file. The .air version of Minerva 3.5 previously handled these files without complaint, but I need to be able to add to arrays, which it doesn't do.
The text was updated successfully, but these errors were encountered: