Re: Clojurescript: named/numbered releases?

2012-03-08 Thread Stuart Campbell
Hello, According to a past thread ( https://groups.google.com/forum/?fromgroups#!topic/clojure/L4e8DtzdThY): ClojureScript has no release versions yet. Instead we have a revision number, calculated as the number of commits on the master branch since the beginning of the project. ClojureScript

Re: Clojurescript: named/numbered releases?

2012-03-08 Thread Evan Mezeske
I've been working off the releases under tags: https://github.com/clojure/clojurescript/tags I think these are still pre-1.0 releases, but they seem to be released at more stable points than just tracking the master. On Wednesday, March 7, 2012 9:02:48 PM UTC-7, kovasb wrote: It's great

Re: Clojurescript: named/numbered releases?

2012-03-08 Thread Stuart Sierra
We have ClojureScript jars in Maven Central, built periodically when we think master is in a stable state. http://search.maven.org/#search|gav|1|g%3A%22org.clojure%22%20AND%20a%3A%22clojurescript%22 These JARs correspond to the tags in Git. -S -- You received this message because you are

Re: Clojurescript: named/numbered releases?

2012-03-08 Thread kovas boguta
Thanks. I was just going on the information on the github wiki pages, and poking around the tags and branches. Part of the confusion is that the tags are large integers, with no 0. prefixes. I concluded that they corresponded to a jira ticket rather than to some kind of release number. On Thu,

Clojurescript: named/numbered releases?

2012-03-07 Thread kovas boguta
It's great to see the steady activity on the clojurescript github page. However I'm not totally comfortable developing against the master branch. As it stands now, if I change development environments, or deploy on a new machine, the master branch may have moved. I could choose an arbitrary