Is there any option to make Lumo treat warning as errors and exit immediately with error code?
ᐅ lumo -e '(do (+ 1 2 foo) 456)'
⬆
WARNING: Use of undeclared Var cljs.user/foo at line 1
456
ᐅ echo $?
0
I'd like it to not reach 456
and return 1
instead of 0
hrm
you could probably bind cljs.analyzer
warnings or something
something like in http://jakemccrary.com/blog/2015/12/19/clojurescript-treat-warnings-as-errors/ I suppose?
I'll look into it
the use-case is pretty obvious: I'd like my scripts to fail fast and loud on mistakes 🙂
yeah
I'd love that as well
hi! I have the same problem like @moxaj on windows. 'invalid argument, utime' , Object.fs.utimesSync (fs.cljs:1221:11)
what was/is the solution to this problem?
https://clojurians-log.clojureverse.org/lumo/2017-07-02.html
@leobm I think it's fixed in master and will be in the next release
ok, thanks
hi. tried to install lumo on a raspberry, but getting the error platform not supported when i try to run it. is that right. it should not run on rpi?
we only compile Lumo for Windows, Linux & Mac
would you like to help cross compiling for RPi?
mmm. would love to contribute, but not sure i have the skills.
anyway, ill have a look at it. let you know if i get anywhere.
thanks!