boot-clj / boot-cljs

Boot task to compile ClojureScript programs.
Eclipse Public License 1.0
176 stars 40 forks source link

Fix :main with optimizations :none #115

Closed codebeige closed 8 years ago

codebeige commented 8 years ago

When introducing the compiler warnings in commit dc73bd26c7531ab768e92b7a4202ce2e6c7dea38 the :main option broke. In order to verify the faulty behavior, I added an option for setting the compilation optimization level when running the tests.

Before the fixing commit boot run-tests -O nonewould fail, now it is green again.

Deraen commented 8 years ago

Thanks, and sorry for such bad build. I usually test new builds with a project but looks like this time I only started the dev task but didn't check the result in browser :( Will try to improve test process in future.

codebeige commented 8 years ago

Wow, that was fast. :-) Always happy to help. Thank you.