Welcome! Please see the About page for a little more info on how this works.

0 votes
in tools.reader by

The read-string function would provide better error feedback if it used an indexing pushback reader
instead of just a plain push back reader. I've seen a number applications that use read-string
to turn long, multiline strings into EDN data, where the additional line number information would be useful.

(Breaking this one off from https://dev.clojure.org/jira/browse/TRDR-44)

1 Answer

0 votes
by
Reference: https://clojure.atlassian.net/browse/TRDR-45 (reported by alex+import)
...