Re: Unexpected failure (split function)

2013-01-20 Thread Thomas
Tested this with Lein 2.0.0 and it works fine now. Thanks everybody for the quick response. Thomas On Friday, January 18, 2013 9:45:41 PM UTC, Andy Fingerhut wrote: > > Thanks, Chas. Sorry for the noise. > > I tested Thomas's bad case against the latest reply (version 0.1.8) > standalone, and

Re: Unexpected failure (split function)

2013-01-18 Thread Andy Fingerhut
Thanks, Chas. Sorry for the noise. I tested Thomas's bad case against the latest reply (version 0.1.8) standalone, and the problem does not occur there or in version 0.1.7, but it does in reply 0.1.6 standalone. CCing Phil Hagelberg so he is aware of this for possible inclusion in later versi

Re: Unexpected failure (split function)

2013-01-18 Thread Chas Emerick
Looks like a reply issue. The expression in question evals fine in ccw with the latest nREPL, and in lein 2.0.0-beta10 (which used some beta of reply 0.1.0) with the latest nREPL. Lein 2.0.0-RC2 with reply 0.1.6 is affected, though. - Chas On Jan 18, 2013, at 3:13 PM, Andy Fingerhut wrote:

Re: Unexpected failure (split function)

2013-01-18 Thread Andy Fingerhut
This issue appears to be unique to using a Leiningen version 2 REPL. It does not occur if using "java -cp clojure.jar clojure.main" to get a REPL, nor with Leiningen version 1.7.1. CCing nrepl developer Chas Emerick in case this might be an issue with nrepl, but I haven't attempted to localize

Unexpected failure (split function)

2013-01-18 Thread Thomas
Hi, When I run this in my REPL I get an exception and the REPL exits: user=> (clojure.string/split "asdfsa;asdf;asdf" #";" ) Exception Ambiguous match for ";\" )" by # net.cgrand.parsley.lrplus/array-union/fn--4060 (lrplus.clj:91) net.cgrand.parsley.lrplus/matchers-union/fn--4072 (lrplus.clj:118)