Closed codebeige closed 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.
Wow, that was fast. :-) Always happy to help. Thank you.
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 none
would fail, now it is green again.