Re: Common runtime errors in clojure

2016-02-06 Thread kovas boguta
I was googling for enumeration of commons runtime errors in clojure, > but i couldnt find anything much. > Stuart Sierra has a couple of blog post on do/donts in clojure, but is > not an exhaustive listing. > > I understand that using interop will inherit most of the runtime erro

Common runtime errors in clojure

2016-02-06 Thread Paulo César Cuneo
Hi group, I was googling for enumeration of commons runtime errors in clojure, but i couldnt find anything much. Stuart Sierra has a couple of blog post on do/donts in clojure, but is not an exhaustive listing. I understand that using interop will inherit most of the runtime errors you

Re: Common runtime errors in clojure

2016-02-06 Thread Andy Fingerhut
rrent exception messages > into what they mean in terms of Clojure concepts that would be very useful > I think. > > > > > > > On Sat, Feb 6, 2016 at 4:37 PM, Paulo César Cuneo < > cuneo.paulo.ce...@gmail.com> wrote: > >> Hi group, >> I was goog

Errors in Clojure

2011-08-19 Thread J . Pablo Fernández
Hello Clojurians, I'm struggling to work with errors in Clojure. This is one example, one case, but I had many like these before: user= (load-file /Users/pupeno/Projects/mgr/src/lobos/migrations.clj) org.postgresql.util.PSQLException: FATAL: role lobos does not exist (config.clj:1) It just

Re: Errors in Clojure

2011-08-19 Thread Ambrose Bonnaire-Sergeant
with errors in Clojure. This is one example, one case, but I had many like these before: user= (load-file /Users/pupeno/Projects/mgr/src/lobos/migrations.clj) org.postgresql.util.PSQLException: FATAL: role lobos does not exist (config.clj:1) It just gives one line, no stack trace. config.clj

Re: Errors in Clojure

2011-08-19 Thread Petr Gladkikh
:) 2011/8/19 J. Pablo Fernández pup...@pupeno.com: Hello Clojurians, I'm struggling to work with errors in Clojure. This is one example, one case, but I had many like these before: user= (load-file /Users/pupeno/Projects/mgr/src/lobos/migrations.clj) org.postgresql.util.PSQLException: FATAL: role

Re: Errors in Clojure

2011-08-19 Thread J . Pablo Fernández
Petr, I do not care about this particular error, but about how to deal with this one liners. Ambrose's reply is what I needed, and no, it's not PostgreSQL problem. It's a library trying to establish a connection when it shouldn't with credentials that should never be used because I never

Re: Errors in Clojure

2011-08-19 Thread Chouser
2011/8/19 J. Pablo Fernández pup...@pupeno.com: Petr, I do not care about this particular error, but about how to deal with this one liners. Ambrose's reply is what I needed, and no, it's not PostgreSQL problem. It's a library trying to establish a connection when it shouldn't with credentials

Verify errors - has clojure/contrib officially moved the java 1.6?

2010-05-30 Thread Eric Thorsen
I'm getting verify errors again with the latest 1.2 shapshots of clojure..contrib within Netbeans. I know the source=1.5 and target=1.5 should work when you are compiling with the 1.6 jdk but so far that has not been my experience. I'll stop caring about this when Netbeans 6.9 is out (which I hope

Re: 18 build errors with clojure contrib

2010-05-18 Thread James Reeves
On 18 May 2010 16:31, Terrence Brannon scheme...@gmail.com wrote: Per http://riddell.us/ClojureOnUbuntu.html I tried to build clojure contrib but there were 18 build errors. I get the same issue, which is odd, because the continuous integration server works. Regardless, would I be correct in