Fork me on GitHub
#boot-dev
<
2019-01-14
>
flyboarder05:01:30

@alandipert is there a specific reason boot is compiled with clojure v1.6?

martinklepsch06:01:18

@flyboarder I think it might have to do with AOT/bytecode compatibility but not 100% certain

flyboarder06:01:50

@martinklepsch seems clojure used to throw Exceptions more often than it does now, bumping to 1.9 fails tests

flyboarder06:01:18

all related to expecting exceptions that no longer exist

flyboarder06:01:27

@micha do you know why we are pinned to 1.6?

flyboarder06:01:10

I think moving to clojure spec would be a better testing system then what we have now

micha14:01:17

hmm, i am not sure about the 1.6 question