Re: Errors w/ dynamic symbols in macro-utils or monads?

2011-12-02 Thread Andrew
Does this still happen for you? It appears to still be the case in my 
environment. Dropping back to Clojure *1.2.1* seems to work but in addition 
to trying out monads, I need to use a library (clj-webdriver) that relies 
on Clojure *1.3.0*  What to do?

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

Re: Errors w/ dynamic symbols in macro-utils or monads?

2011-12-02 Thread Andrew
ah: http://dev.clojure.org/display/design/Where+Did+Clojure.Contrib+Go

clojure.contrib.monads
   
   - Migrated to clojure.algo.monads - lead Konrad 
Hinsenhttp://dev.clojure.org/jira/secure/ViewProfile.jspa?name=khinsen
   .
   - Status: latest build 
statushttp://build.clojure.org/job/algo.monads-test-matrix/, 
   latest release on 
Mavenhttp://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22algo.monads%22,
 
   report bugs http://dev.clojure.org/jira/browse/ALGOM.


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

Errors w/ dynamic symbols in macro-utils or monads?

2011-01-06 Thread Chris Riddoch
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