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

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

Compiler error message misses the target

2019-05-07 Thread Alan Thompson
So I get a strange error from the compiler after a few minor edits: Syntax error compiling at (tupelo/forest.clj:7:1). Unable to resolve symbol: d in this context Full report at: /tmp/clojure-18236661144073611223.edn with the following EDN message: {:clojure.main/message "Syntax error compil