Re: TransactionalHashMap hash computation bug

2010-04-25 Thread John
I got no response since I posted the previous message. Should I be posting bugs to assembla space instead of here ? Do I need to be a member to do that ? On Apr 24, 7:38 pm, John wrote: > Hi all, > > I think I found my first bug in Clojure. It's in the > TransactionalHashMap computation of the "b

Re: clojure.contrib.logging and Google App Engine

2010-04-25 Thread ataggart
Yeah, the fix-patch was submitted prior to the final release of 1.1.0, but alas none of those with the power to actually commit the patch got around to it until it was too late. On Apr 25, 3:40 pm, gary ng wrote: > On Sun, Apr 25, 2010 at 3:34 PM, ataggart wrote: > > Was the problem you're havin

Re: clojure.contrib.logging and Google App Engine

2010-04-25 Thread gary ng
On Sun, Apr 25, 2010 at 3:34 PM, ataggart wrote: > Was the problem you're having occurring with the latest version of > cc.logging (the one that uses eval)? > > The logging macros do not emit calls to the logging implementation, > but rather to c.c.logging functions that are implemented at runtim

Re: clojure.contrib.logging and Google App Engine

2010-04-25 Thread ataggart
Was the problem you're having occurring with the latest version of cc.logging (the one that uses eval)? The logging macros do not emit calls to the logging implementation, but rather to c.c.logging functions that are implemented at runtime via eval. As such, the latest code should always pick an

Re: clojure.contrib.logging and Google App Engine

2010-04-25 Thread gary ng
On Sun, Apr 25, 2010 at 1:17 PM, Allen Johnson wrote: > > What seems to be happening is that when I build my 'gen-class' package, > the > > class is nailed down even though logging.clj itself is not gen-classed. > > I'm not familiar with GAE but as a workaround can you include the > commons-loggin

Re: clojure.contrib.logging and Google App Engine

2010-04-25 Thread Allen Johnson
Sorry about the duplicated paragraph. My laptop touch pad is a pain. On Sun, Apr 25, 2010 at 4:17 PM, Allen Johnson wrote: >> What seems to be happening is that when I build my 'gen-class' package, the >> class is nailed down even though logging.clj itself is not gen-classed. > > I'm not familiar

Re: clojure.contrib.logging and Google App Engine

2010-04-25 Thread Allen Johnson
> What seems to be happening is that when I build my 'gen-class' package, the > class is nailed down even though logging.clj itself is not gen-classed. I'm not familiar with GAE but as a workaround can you include the commons-logging.jar in your war file? Then configure commons-logging to delegate

Re: Great post for newbies getting Clojure + Eclipse CounterClockwise up and running

2010-04-25 Thread Laurent PETIT
Not yet, sorry. >From now on, your best history is what you finally decide to store in .clj files :-p (We intend to add it eventually, of course) 2010/4/25 Jeff Heon : > Is there a way to access REPL command history (like ctrl-up with > Enclojure) ? > > I could not find it in the wiki. > > Thx!

Re: clojure.contrib.logging and Google App Engine

2010-04-25 Thread gary ng
On Sun, Apr 25, 2010 at 11:08 AM, gary ng wrote: > Hi, > > I am trying to use clojure to write servlets for GAE and is encountering > problem with clojure.contrib.logging. When trying to use the logging > function, I get the following exception: > > java.lang.ClassNotFoundException: org.apache.co

clojure.contrib.logging and Google App Engine

2010-04-25 Thread gary ng
Hi, I am trying to use clojure to write servlets for GAE and is encountering problem with clojure.contrib.logging. When trying to use the logging function, I get the following exception: java.lang.ClassNotFoundException: org.apache.commons.logging.LogFactory at java.net.URLClassLoader$1.run(URLC

Re: idiomatic clojure of this java style ?

2010-04-25 Thread gary ng
On Sat, Apr 24, 2010 at 12:56 PM, Allen Johnson wrote: > Here's my attempt. I don't think you can do much about the imperative > style when you are calling Java APIs unless someone was nice and wrote > a clojure wrapper. But I'm just a n00b. > thanks for the help. When deployed to GAE, I got the

Re: Great post for newbies getting Clojure + Eclipse CounterClockwise up and running

2010-04-25 Thread Jeff Heon
Is there a way to access REPL command history (like ctrl-up with Enclojure) ? I could not find it in the wiki. Thx! -- 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 ne

Re: Great post for newbies getting Clojure + Eclipse CounterClockwise up and running

2010-04-25 Thread Base
Wow That will be fantastic. I know that it will most useful for newbies like myself. On Apr 24, 10:18 pm, Laurent PETIT wrote: > Hi, and it will be even easier in a few days, since Stephan > Mühlstrasser is working on embedding the labrepl in an optional > feature one will can choose to install