Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device. Atlassian cookies and tracking notice, (opens new window)
The error feedback from the read-string function would be improved if it used an indexing reader.
Description
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.
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)