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.core/defn did not conform to spec:
:clojure.spec/args  (completions* "Return a sequence of matching
completions given a prefix string \n   and an optional current namespace."
([prefix] (completions* prefix *ns*)) ([prefix ns & {:keys #{filter}, :or
{filter ccw.debug.serverrepl/starts-with-filter}}] (for [[kind completions]
(potential-completions prefix ns) [match-symbol match-object :as
completion] completions :let [f (filter-completion (name match-symbol)
prefix filter)] :when f] {:kind kind, :completion match-symbol, :match
match-object, :filter f})))
 #:clojure.spec{:args (completions* "Return a sequence of matching
completions given a prefix string \n   and an optional current namespace."
([prefix] (completions* prefix *ns*)) ([prefix ns & {:keys #{filter}, :or
{filter ccw.debug.serverrepl/starts-with-filter}}] (for [[kind completions]
(potential-completions prefix ns) [match-symbol match-object :as
completion] completions :let [f (filter-completion (name match-symbol)
prefix filter)] :when f] {:kind kind, :completion match-symbol, :match
match-object, :filter f})))}, compiling:(ccw/debug/serverrepl.clj:443:1)
    at clojure.lang.Compiler.load(Compiler.java:7441)

On Mon, Sep 26, 2016 at 11:41 AM, Alex Miller <a...@puredanger.com> wrote:

> 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 passed value, not the
> conformed value
> - s/nilable now creates a generator that returns nil 10% of the time
> (instead of 50% of the time)
> - s/nilable now delays realizing the predicate spec until first use
> (better for creating recursive specs)
> - clojure.spec.gen now provides a dynload version of
> clojure.test.check.generators/frequency
>
> --
> 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 members are moderated - please be patient with
> your first post.
> To unsubscribe from this group, send email to
> clojure+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en
> ---
> You received this message because you are subscribed to the Google Groups
> "Clojure" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to clojure+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to