Trying to generate a simple hello world nim to js.
Compilation was good using 9.4, but when using latest devel, it errored:
lib/system/jssys.nim(649, 13) Error: undeclared identifier: '*='
There seems to be changes to jssys.nim just hrs ago, wanted to update my Nimrod source, but I'm not sure how to do so.. I cloned Nimrod using "git clone -b devel git://github.com/Araq/Nimrod.git"
How do I keep it up to date (sorry, not that good w/ git)? "git remote update" didn't grab the lastest.
thanks.
Sounds like a regression. Report it on github if you can.
You can keep the git repo up to date with git pull origin devel. A simple git pull may also work.