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 woul

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: Compiler error message misses the target

2019-05-08 Thread Peter Hull
I tried just with the output of 'lein new app' - put an extra 'd' somewhere at the top level in core.clj, say below (defn- main ...), and then 'lein run' will give a strange location for the error (e.g. line 1 column 113) Is the same as what Alan is reporting? On Wednesday, 8 May 2019 12:24:23 U

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 cla

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

Compiler error message misses the target

2019-05-08 Thread Alex Miller
I would definitely be interested in understanding and improving that error reporting. What was the command you ran to produce the error and can you make a smaller self contained repro? -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this

Re: No "clojure --version" switch

2019-05-08 Thread Jesús Gómez
Just as an example of how other language manage that difference between REPL and the Interpreter: Ruby... $ irb -v irb 0.9.6(09/06/30) $ ruby -v ruby 2.1.3p242 (2014-09-19 revision 47630) [x86_64-linux] El mié., 8 may. 2019 a las 0:48, escribió: > Or just type: > > > > cloj

Re: Compiler error message misses the target

2019-05-08 Thread Matching Socks
Was that letter d the only error in the file, as it turned out? -- 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