Closed jlgeering closed 8 years ago
thanks for reporting this. can you try mount-0.1.11-SNAPSHOT
?
mount-0.1.11-SNAPSHOT
should have the fix. will close it, feel free to reopen if you have additional questions.
Hi tolitius,
I am on linux, and really new in clojure and boot. where I have to edit use mount-0.1.11-SNAPSHOT ? and / or where I have to read to know that.
thanks in advance!
@jcc2303 this issue is about cloning mount source code and running it using boot. In which case, if you have boot 2.6.0
installed on your system / computer you should clone mount and check out the 0.1.11
branch before doing boot repl
.
if you just use mount within your project (as a dependency), add [mount "0.1.11-SNAPSHOT"]
and see if it works for you.
I guess the question is "what are you trying to do?"
thanks @tolitius
I was trying this Clojurescript application template using Boot
I was reading and I tried to edit build.boot and add the lines below (set-env! :dependencies '[ . . . [mount "0.1.11-SNAPSHOT"]
but nothing when I tried to run
boot dev
by now I downgrade boot, I create a boot.properties and put BOOT_VERSION=2.5.2
are you using mount as a dependency for your sample application? if yes, there is nothing else you need to do from mount's side, since mount itself brings no dependencies.
I'll close this issue as your use case a bit different from the one reported.
We can continue discussing this on #mount slack channel, or you can try #boot slack channel, since it seems that your questions is really about boot than mount.
This was a boot-reload
issue, which was fixed in this commit.
@onetom: great, thanks for the intel
$ boot repl
works fine with boot 2.5.2 (except for some deprecation warnings), but with boot version 2.6.0, I get: