Thank you all, I have merged the pull request for ccw.server, and released
ccw.server:0.2.1 to clojars.
The Pull Request on CCW itself to use the new ccw.server version is on its
way, stay tuned...
Le jeudi 29 septembre 2016 15:04:37 UTC+2, Herwig Hochleitner a écrit :
>
> https://github.com/la
https://github.com/laurentpetit/ccw.server/pull/1
2016-09-29 14:37 GMT+02:00 Alex Miller :
> I think the problem is not on the :or but on the :keys which is being
> passed a set rather than a sequential?
>
> --
> You received this message because you are subscribed to the Google
> Groups "Clojure
I think the problem is not on the :or but on the :keys which is being passed a
set rather than a sequential?
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new member
This is the line that is broken by the recent alphas:
https://github.com/laurentpetit/ccw.server/blob/master/src/ccw/debug/serverrepl.clj#L448
I remember reading somewhere the new alphas have a breaking change to the
way :or destructuring works (but I don't remember the details), so I'm
guessing t
It appears that the recent alphas are incompatible with the
Counterclockwise REPL.
When I create an empty project in Counterclockwise, using this alpha, then
when I try to launch a REPL, clojure.main throws an error saying:
Exception in thread "main" clojure.lang.ExceptionInfo: Call to
clojure.cor
Clojure 1.9.0-alpha13 is now available.
Try it via
- Download: https://repo1.maven.org/maven2/org/clojure/clojure/1.9.0-alpha13
- Leiningen: [org.clojure/clojure "1.9.0-alpha13"]
1.9.0-alpha13 includes the following changes since 1.9.0-alpha12:
- s/conform of nilable was always returning the pa