-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ver 0.7 still report itself as 0.6 #3
Comments
new issue found in 0.7:
|
Hi, thanks for reporting. I took the liberty to split this issue up into several and I'll close this one. Would you be willing and able to help with #8? My idea would be to add a Javascript module which provides the abstraction layer for NodeJS just like I did with p5js in DOjS. As for updating MuJS: I took several attempt to update MUjS from 1.0.5 to never version. Last time I tried was 1.0.9. Sadly they changed the GC behavior and my previous fix for excessive memory consumption didn't work anymore. |
Also: where did you run jSH? Take a look at #5, it seems there is an issue with DOSBox and CTRL-C... |
seems
JSH_VERSION
definitions have been forgotten to updated to 0.7.so does doc html file. (tiny issue of doc index.html, 2 png files are missing in release package and pointed to absolute path, eg:
/doc/jSH.png
)further suggestions:
NodeJS
API is not bad. Can make less modifications on codes written for node. eg: not only putprint
in global context, but also put intoconsole
module, linking to same functions likeconsole.log
/console.info
DOjS is awesome, and I like this out-of-box project either, because it makes javascript quick available for DOS and shipped with useful libraries. Looking forward for more nice native libraries or pure JS module libraries based on ES module system in future 👍
The text was updated successfully, but these errors were encountered: