boot

:boot-clj: https://boot-clj.github.io/ — build tooling for Clojure. Dev chat in #boot-dev
odie 2019-03-26T02:32:17.070700Z

@dave I’m running in an empty directory just to make sure boot starts ATM. ~/.boot/boot.properties look like

BOOT_VERSION=2.8.2
BOOT_CLOJURE_VERSION=1.8.0
BOOT_CLOJURE_NAME=org.clojure/clojure

odie 2019-03-26T02:33:58.072500Z

@flyboarder Downloading and running boot 2.8.2 is what I tried first. I only started looking into compiling the latest version when I found that I couldn’t get it to run. =(

flyboarder 2019-03-26T02:34:17.073300Z

your issue could be the old version of clojure you are using

odie 2019-03-26T02:34:28.073700Z

So, I tried running boot 2.8.2 in a clean ubuntu bionic image. That works without issue. =(

odie 2019-03-26T02:35:05.074700Z

but running in my normal work environment, osx, it’s still a no go. I’ve also tried cleaning out the maven cache.

flyboarder 2019-03-26T02:35:21.075Z

is ubuntu running Java 11?

flyboarder 2019-03-26T02:35:57.075500Z

I would bump clojure to 1.9 on java 11 and see what happens

odie 2019-03-26T02:38:00.076800Z

oh hang on… I did something incredibly stupid… which @dave pointed out. If I just removed profile.boot, boot started working. x_x

odie 2019-03-26T02:41:30.078600Z

I thought it might have been something silly I did. Thanks for pointing things out for me, everyone! 😃

flyboarder 2019-03-26T03:03:23.079200Z

@odie what did your previous profile.boot have in it?

odie 2019-03-26T03:16:16.080400Z

@flyboarder looks like it was spyscope that was causing the issue.

odie 2019-03-26T03:16:34.080700Z

Both 0.1.6 and 0.1.7 breaks things

odie 2019-03-26T03:19:36.081600Z

Looks like spyscope depends on an old version of fipp which is know to cause the issue.

1🦜
flyboarder 2019-03-26T03:43:54.082100Z

Yay, we tracked down the underlying issue 🙂