Migration to clojure 1.3.

11 views
Skip to first unread message

Manoj Waikar

unread,
Oct 11, 2011, 1:01:39 PM10/11/11
to moustac...@googlegroups.com
Hi,

Are there any plans of migrating to Clojure 1.3?
Also, why does Moustache still use ring or ring core 0.2.0 when ring is now in 1.0.0-beta1.

Thanks,
Manoj.

Christophe Grand

unread,
Oct 13, 2011, 3:12:07 AM10/13/11
to moustac...@googlegroups.com
Hi,

There are minimal versions, that's why currently if you execute lein deps on a moustache project you'll get Ring 1.0.0-beta1. You'll get Clojure 1.2.1 and not 1.3.0 because ring core specifically asks for 1.2.1.

If you encounter problems with moustache under Clojure 1.3 and/or latest Ring betas, let me know.

Christophe
--
Professional: http://cgrand.net/ (fr)
On Clojure: http://clj-me.cgrand.net/ (en)

Manoj Waikar

unread,
Oct 13, 2011, 11:10:25 PM10/13/11
to moustac...@googlegroups.com, chris...@cgrand.net
Thanks for the reply. I was not aware of the [ring/ring-core "[0.2.0,)"]] syntax - based on your reply it looks like it means minimum version fetched should be 0.2.0 and fetch latest versions, if available. Please correct me if I am wrong.

I am not getting any problems because of moustache, but my project references a lot of frameworks (including moustache) and some of them are pulling old versions of hiccup, so I was wondering if it was because of moustache.

Regards,
Manoj.

Christophe Grand

unread,
Oct 14, 2011, 7:35:04 AM10/14/11
to moustac...@googlegroups.com
Indeed "[0.2.0,)" is a version range meaning 0.2.0 (included) or superior.
Reply all
Reply to author
Forward
0 new messages