Luo Tian
Luo Tian
Eastwood raised an exception because the project can not be compiled, while boot-check just checked warnings not exceptions, so the exit code of the task is 0 indicating no error....
It worked under older version of mono (6.6.0), but does not work for 6.8.0 and 6.10.0
You read the code correctly. It seems like there could be a more efficient way to implement this.
Are there any building steps to test the clojure-clr part?
Good point, it can be done by tracking the invocation order in runtime, like using a trace-fn, however, I am not very sure if we should leave it to users.
Great suggestion.