Re: Reporting bugs [was: Re: Clojure 1.5 RC 14]

2013-02-10 Thread AtKaaZ
thanks, done here [1] after a search for delete-file yielded nothing [1] http://dev.clojure.org/jira/browse/CLJ-1159 On Sun, Feb 10, 2013 at 8:40 PM, Wolodja Wentland wrote: > On Sun, Feb 10, 2013 at 18:59 +0100, AtKaaZ wrote: > > could you maybe also fix clojure.java.io/delete-file to return

Reporting bugs [was: Re: Clojure 1.5 RC 14]

2013-02-10 Thread Wolodja Wentland
On Sun, Feb 10, 2013 at 18:59 +0100, AtKaaZ wrote: > could you maybe also fix clojure.java.io/delete-file to return the result of > the .delete ? (or I'm missing something? and it really isn't meant to return > the result of the delete? true when deleted, false when not - if silently is > true) Pl

Re: Clojure 1.5 RC 14

2013-02-10 Thread AtKaaZ
could you maybe also fix clojure.java.io/delete-file to return the result of the .delete ? (or I'm missing something? and it really isn't meant to return the result of the delete? true when deleted, false when not - if silently is true) On Sun, Feb 10, 2013 at 4:54 PM, Stuart Halloway wrote: > I

Re: Clojure 1.5 RC 14

2013-02-10 Thread Stuart Halloway
I found it, fix coming soon. Pesky interned keywords. On Sun, Feb 10, 2013 at 10:31 AM, Aaron Bedra wrote: > I tried it on 3 machines with the following results > > Late '11 iMac running OS X 10.8.2: Failed with PermGen error > Mid '12 Macbook Air running OS X 10.8.2: Success > VM Running Ar

Re: Clojure 1.5 RC 14

2013-02-10 Thread Aaron Bedra
I tried it on 3 machines with the following results Late '11 iMac running OS X 10.8.2: Failed with PermGen error Mid '12 Macbook Air running OS X 10.8.2: Success VM Running Arch Linux: Success So I can't say it is easily reproducible. I'll see if I can find what is tripping things up on the iMac

Re: Clojure 1.5 RC 14

2013-02-10 Thread Stuart Halloway
Aaron: Were you simply running the test suite via the build? On what hardware and OS? Stu On Sat, Feb 9, 2013 at 9:16 PM, Aaron Bedra wrote: > Yeah, I know what would fix it, but I would like to make sure the right > defaults are in place for folks who pull it down. > > -Aaron > > On Feb 9,

Re: Clojure 1.5 RC 14

2013-02-09 Thread Aaron Bedra
Yeah, I know what would fix it, but I would like to make sure the right defaults are in place for folks who pull it down. -Aaron On Feb 9, 2013, at 4:29 PM, AtKaaZ wrote: > maybe jvm arg would help > -XX:MaxPermSize=256m > > > > On Sat, Feb 9, 2013 at 11:17 PM, Aaron Bedra wrote: > I just

Re: Clojure 1.5 RC 14

2013-02-09 Thread AtKaaZ
maybe jvm arg would help -XX:MaxPermSize=256m On Sat, Feb 9, 2013 at 11:17 PM, Aaron Bedra wrote: > I just pulled it down locally and got the dreaded PermGen… > > [java] java.lang.OutOfMemoryError: PermGen space > [java] at > clojure.test_clojure.edn$types_that_should_roundtrip.invok

Re: Clojure 1.5 RC 14

2013-02-09 Thread Aaron Bedra
I just pulled it down locally and got the dreaded PermGen… [java] java.lang.OutOfMemoryError: PermGen space [java] at clojure.test_clojure.edn$types_that_should_roundtrip.invoke(edn.clj:32) [java] at clojure.lang.AFn.applyToHelper(AFn.java:161) [java] at clojure.la

Re: Clojure 1.5 RC 14

2013-02-09 Thread AtKaaZ
thanks, obviously after I posted that I re-read Stu's post and "will be available soon" made me realize how superficially I read his post. lein deps Could not find artifact org.clojure:clojure:jar:1.5.0-RC14 in central ( http://repo1.maven.org/maven2/) Could not find artifact org.clojure:clojure:j

Re: Clojure 1.5 RC 14

2013-02-09 Thread Steve Miner
Maybe the registry has caught up with the updates yet. Leiningen found RC 14. % lein deps Retrieving org/clojure/clojure/1.5.0-RC14/clojure-1.5.0-RC14.pom from sonatype-oss-public Retrieving org/clojure/clojure/1.5.0-RC14/clojure-1.5.0-RC14.jar from sonatype-oss-public On Feb 9, 2013, at 3:29

Re: Clojure 1.5 RC 14

2013-02-09 Thread AtKaaZ
Hi Stu. All I see is beta13as being last (9 feb), and RC6 05-Feb-2013 On Sat, Feb 9, 2013 at 9:13 PM, Stuart Halloway wrote: > Clojure 1.5 RC 14 (fourteen) will be available soon from Maven Central: > > > http