Hi, everyone.

With the changes to dynamic symbols in 1.3.0-snapshot, a number of
modules of contrib/ seem unable to function.  I'm trying to see if I
can get fnparse to run under the master branch, and it wants
contrib/monads, which in turn wants contrib/macro-utils.

The following error happens at the definition of m-fmap.  I'm
confused, because protected-symbols looks like it's marked ^:dynamic,
at line 48 of macro_utils.clj.

user=> (use 'clojure.contrib.macro-utils)
nil
user=> (use 'clojure.contrib.monads)
CompilerException java.lang.IllegalStateException: Can't dynamically
bind non-dynamic var: clojure.contrib.macro-utils/protected-symbols,
compiling:(clojure/contrib/monads.clj:195)

I'm having difficulty tracing this issue any further.  Can someone
shed some light on this?

In the meantime, I'll drop back to 1.2.0, but I'd prefer to stay current...

-- 
Chris Riddoch

-- 
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

Reply via email to