boot-dev

Boot development discussion and banter
flyboarder 2019-01-14T05:51:30.016700Z

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

martinklepsch 2019-01-14T06:10:18.017300Z

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

flyboarder 2019-01-14T06:47:50.019200Z

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

flyboarder 2019-01-14T06:48:18.019700Z

all related to expecting exceptions that no longer exist

flyboarder 2019-01-14T06:49:27.020Z

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

flyboarder 2019-01-14T06:51:10.020700Z

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

micha 2019-01-14T14:46:17.023400Z

hmm, i am not sure about the 1.6 question