Re: No "clojure --version" switch

2019-05-08 Thread Alex Miller
Thanks! On Wed, May 8, 2019 at 11:49 AM Alan Thompson wrote: > Jira CLJ-2508 created. > > On Wed, May 8, 2019 at 4:51 AM Alex Miller wrote: > > > > Actually, reporting the Clojure AND Java version would be even better. > > > > > On May 8, 2019, at 6:31 AM, Alex Miller wrote: > > > > > > I

Re: No "clojure --version" switch

2019-05-08 Thread Alan Thompson
Jira CLJ-2508 created. On Wed, May 8, 2019 at 4:51 AM Alex Miller wrote: > > Actually, reporting the Clojure AND Java version would be even better. > > > On May 8, 2019, at 6:31 AM, Alex Miller wrote: > > > > I would echo the other comments here. What user question are we trying to > > answer?

Re: No "clojure --version" switch

2019-05-08 Thread Alex Miller
Actually, reporting the Clojure AND Java version would be even better. > On May 8, 2019, at 6:31 AM, Alex Miller wrote: > > I would echo the other comments here. What user question are we trying to > answer? The scripts are not written in Clojure, but use a Clojure program to > compute the

No "clojure --version" switch

2019-05-08 Thread Alex Miller
I would echo the other comments here. What user question are we trying to answer? The scripts are not written in Clojure, but use a Clojure program to compute the classpath, then launch your Clojure program. The version used for the first is largely irrelevant to you and probably more confusing

Re: No "clojure --version" switch

2019-05-08 Thread Jesús Gómez
scripts. > > > > Sean Corfield -- (970) FOR-SEAN -- (904) 302-SEAN > An Architect's View -- http://corfield.org/ > > "If you're not annoying somebody, you're not really alive." > -- Margaret Atwood > > > > *From: *Alan Thompson > *Sent: *Tuesday, M

RE: No "clojure --version" switch

2019-05-07 Thread sean
eally alive."-- Margaret Atwood From: Alan ThompsonSent: Tuesday, May 7, 2019 4:50 PMTo: clojureSubject: No "clojure --version" switch Seems we should have the "--version" switch that is pretty universal.  Right now, the best one can do is  > clojure --eval "(cloj

No "clojure --version" switch

2019-05-07 Thread Alan Thompson
Seems we should have the "--version" switch that is pretty universal. Right now, the best one can do is > clojure --eval "(clojure-version)" "1.10.0" which is hard for a new user to figure out. Jira ticket? Alan -- You received this message because you are subscribed to the Google Groups