Re: Bit rot and leiningen?

2020-02-04 Thread James Reeves
This may be due to the plugins overriding a dependency that Leiningen itself needs. There was an issue like this logged with Lein-Ring, which I notice you're using. Try updating the Lein-Ring version to 0.12.5 and see if that fixes the issue.

Re: Bit rot and leiningen?

2020-02-04 Thread Alex Miller
What you're seeing here is a spec failure on macro specs that have been added in Clojure 1.9+ (tighter checks on code, so basically identifying existing silently wrong code). Note that lein is itself a Clojure program with plugins and running on it's own version of Clojure, which can change

Re: Clojure has been selected to participate in GSoC 2017!

2020-02-04 Thread Alex Miller
Having this discussion under the topic GSOC 2017 is increasingly confusing (given that it's now not GSOC or 2017), so I'd suggest starting a new thread if there is more to talk about... On Monday, February 3, 2020 at 5:53:31 PM UTC-6, Daniel Slutsky wrote: > > Hi. > > Wanted to update that I

Bit rot and leiningen?

2020-02-04 Thread 'Simon Brooke' via Clojure
Hi all I recently wanted to do some work on a project of mine I've not worked on for more than a year, and found to my great surprise that it will no longer build. Full details of the bug are here , but the core seems to be: