Re: Clojure 1.3 Beta 3

2011-09-06 Thread Brent Millare
I'm confused about the notes on section 2.2 Better Exception
Reporting.

There is a link to the Error Handling notes but it only lists several
approaches for handling errors, but it doesn't describe how messages
will be reported better in this release.

I feel this would be a good place to provide some examples.

-Brent

On Sep 5, 11:18 pm, cran1988 rmanolis1...@hotmail.com wrote:
 I love you all !!!

-- 
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 new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en


Re: Clojure 1.3 Beta 3

2011-09-05 Thread Stuart Sierra
Yes, release notes are in progress here:  
http://dev.clojure.org/display/doc/1.3

Stuart Sierra
clojure.com

-- 
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 new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Re: Clojure 1.3 Beta 3

2011-09-04 Thread cri
Is there a list of everything new in 1.3? Thanks


On Sep 2, 9:46 pm, Christopher Redinger redin...@gmail.com wrote:
 Clojure 1.3 Beta 3 is now available at

 http://clojure.org/downloads

 The list of changes:
 * Load resources when baseLoader() is null (CLJ-673)
 * Equiv overload added for primitive booleans
 * Documentation updates for juxt and defrecord (CLJ-815, CLJ-736
 respectively)

 We think this is ready to be tagged as the 1.3 release. Any showstopper bugs
 that cause you to disagree? Let us know!

 Thanks!

 --
 Chris Redinger
 Clojure/corehttp://clojure.com

-- 
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 new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en


Re: Clojure 1.3 Beta 3

2011-09-04 Thread Sean Corfield
On Sun, Sep 4, 2011 at 7:15 AM, cri chuck.irvine...@gmail.com wrote:
 Is there a list of everything new in 1.3? Thanks

Looks like four commits since beta2:

https://github.com/clojure/clojure/commits/master

load resources when baseLoader() is null, refs #673
CLJ-815 de-alpha docstring for juxt
CLJ-736 docfix
add equiv overload for primitive booleans

The overall change list is here:

https://github.com/clojure/clojure/blob/master/changes.txt

but that doesn't quite list *everything* - it's a very good summary tho'...

Bear in mind the biggest changes for 1.3 (c.f. 1.2) are in the contrib
libraries:

http://dev.clojure.org/display/design/Contrib+Library+Names
-- 
Sean A Corfield -- (904) 302-SEAN
An Architect's View -- http://corfield.org/
World Singles, LLC. -- http://worldsingles.com/
Railo Technologies, Inc. -- http://www.getrailo.com/

Perfection is the enemy of the good.
-- Gustave Flaubert, French realist novelist (1821-1880)

-- 
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 new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en