boot-dev

Boot development discussion and banter
martinklepsch 2018-01-16T17:03:47.000717Z

CLJS makes java 8 a hard requirement, we could consider doing the same… Opinions?

richiardiandrea 2018-01-16T17:42:32.000490Z

@martinklepsch we should follow probably Clojure more closely..did they switch as well?

richiardiandrea 2018-01-16T20:09:44.000387Z

@juhoteperi I am using boot-alt-test in here https://ci.appveyor.com/project/Deraen/boot/build/356 should I use 0.4.0-SNAPSHOT for solving that issue?

juhoteperi 2018-01-16T20:12:24.000168Z

@richiardiandrea I don't remember seeing that error, so not sure what would cause it and if the snapshot fixes it

richiardiandrea 2018-01-16T20:12:45.000026Z

ok I have tried and it seems so πŸ˜‰

juhoteperi 2018-01-16T20:13:12.000407Z

Okay, should be okay to use it, just use the specific version number. I'm using it in many projects.

juhoteperi 2018-01-16T20:13:49.000744Z

0.4.0-20171122.125813-6

richiardiandrea 2018-01-16T20:14:53.000549Z

great thanks, will you release a new version in a bit? I guess the PR can wait @juhoteperi

juhoteperi 2018-01-16T20:16:01.000355Z

There was probably something I was going to do before the release. I don't have time to look into this today.

richiardiandrea 2018-01-16T20:17:06.000179Z

weird I have another very weird error...`with-let` no present...no problem it can stay there, don't have too much time for this either today

richiardiandrea 2018-01-16T20:17:46.000412Z

is boot-alt-test AOT-ed?

juhoteperi 2018-01-16T20:18:17.000121Z

No

πŸ‘ 1
richiardiandrea 2018-01-16T20:27:22.000800Z

Yes so when you have time, probably something weird is still going on. I have a PR that is failing here: https://github.com/boot-clj/boot/pull/685. No rush πŸ˜„