Re: pigpen newbie question

2014-09-15 Thread Sunil S Nandihalli
Thanks Matt for the response. Like you said, I don't really need to be using 1.7.0 I am doing quiet ok with 1.6.0 Thanks, Sunil. On Tue, Sep 16, 2014 at 9:28 AM, 'Matt Bossenbroek' via Clojure < clojure@googlegroups.com> wrote: > Sunil, > > I tried upgrading PigPen to Instaparse 1.3.4, but that p

Re: pigpen newbie question

2014-09-15 Thread 'Matt Bossenbroek' via Clojure
Sunil, I tried upgrading PigPen to Instaparse 1.3.4, but that pulled in Clojure 1.6.0 & now I'm running into some build/jar/versioning issues. I don't think I'll be able to get the update out as soon as promised, but it sounds like not using 1.7.0 will work for you in the meantime. -Matt On

Re: pigpen newbie question

2014-09-11 Thread Sunil S Nandihalli
Thanks Mark and Matt, changing the version back to clojure version 1.6.0 fixed it. Sunil On Fri, Sep 12, 2014 at 7:05 AM, 'Matt Bossenbroek' via Clojure < clojure@googlegroups.com> wrote: > Just saw this response - disregard the questions I asked you on the > pigpen support DL. > > I'll pull in

Re: pigpen newbie question

2014-09-11 Thread Sunil S Nandihalli
Thanks Mark for the response. That was very quick. Let me see if moving to clojure 1.6.0 fixes the issues. Sunil. On Fri, Sep 12, 2014 at 6:58 AM, Mark Engelberg wrote: > You're probably using Clojure 1.7.0 alpha 2, which introduced a new > function called "cat" into the core namespace, which ov

Re: pigpen newbie question

2014-09-11 Thread 'Matt Bossenbroek' via Clojure
Just saw this response - disregard the questions I asked you on the pigpen support DL. I'll pull in the new instaparse & get a new PigPen build out soonish (within a day or two). -Matt On Thursday, September 11, 2014 at 6:28 PM, Mark Engelberg wrote: > You're probably using Clojure 1.7.0 a

Re: pigpen newbie question

2014-09-11 Thread mbossenbroek via Clojure
That's a weird one :) Couple of questions... What version of pigpen are you using? What are you using to compile & produce that output? It doesn't look like lein or gradle output. What OS are you using? Do you have a full sample project to repro? Does your project have any other references? Some

Re: pigpen newbie question

2014-09-11 Thread Mark Engelberg
You're probably using Clojure 1.7.0 alpha 2, which introduced a new function called "cat" into the core namespace, which overlaps with a function in instaparse. A couple nights ago, I updated instaparse to version 1.3.4, with an update to deal with this change in alpha 2, but pigpen has not yet be

pigpen newbie question

2014-09-11 Thread Sunil S Nandihalli
Hi , I am trying to compile a simple clj file which does nothing apart from requiring the pigpen name-space and it fails to compile with the following error. Can anybody help? Attempting to call unbound fn: #'instaparse.combinators-source/cat the full stack trace is here. https://gist.github.com