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: 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

Re: Compiler error message misses the target

2019-05-07 Thread Andy Fingerhut
You can check with Alex Miller if you have doubts, but given that error messages, and in particular the one you show, is at this moment an area of active changes in Clojure 1.10.1 beta versions, they may be open to fixes to such things right now. Andy On Tue, May 7, 2019 at 9:21 PM Alan Thompson