Re: CLJS: How can you find the version of clojurescript that you're running?

2012-10-21 Thread AtKaaZ
**clojure-version* * {:major 1, :minor 4, :incremental 0, :qualifier nil} On Sun, Oct 21, 2012 at 2:16 AM, Frank Siebenlist frank.siebenl...@gmail.com wrote: When you have different versions of clojurescript in the dependencies of your main project, how do you ask the repl what version it is

Re: CLJS: How can you find the version of clojurescript that you're running?

2012-10-21 Thread David Nolen
There is not. That would be useful. On Saturday, October 20, 2012, Frank Siebenlist wrote: When you have different versions of clojurescript in the dependencies of your main project, how do you ask the repl what version it is running with… is there any easy function/var that I overlooked?

CLJS-402: Re: CLJS: How can you find the version of clojurescript that you're running?

2012-10-21 Thread Frank Siebenlist
I've created an JIRA issue for this: http://dev.clojure.org/jira/browse/CLJS-402 and added a patch for the build script: --- Auto-generation from the build script of version_autogen.clj and version_autogen.cljs files that both define the cljs.version-autogen/clojurescript-version with the

CLJS: How can you find the version of clojurescript that you're running?

2012-10-20 Thread Frank Siebenlist
When you have different versions of clojurescript in the dependencies of your main project, how do you ask the repl what version it is running with… is there any easy function/var that I overlooked? Thanks, FrankS. -- You received this message because you are subscribed to the Google Groups