Is anyone working on adding line numbers to cljs.reader errors? Would it be reasonable to take it on?
Making clojure.tools.reader portable for bootstrapping would obviate this work (post-feature expressions, I assume), but it's unclear what the timeline for that will be and whether a simpler, shorter-term fix (implementing the [IndexingReader][0] protocol for [StringPushbackReader][] would still be useful. [1]: https://github.com/clojure/tools.reader/blob/3b5ed58fecba95cd6681e9f995f8e9bda5b8bfda/src/main/clojure/clojure/tools/reader/reader_types.clj#L34 [2]: https://github.com/clojure/clojurescript/blob/28a31165e837826483e7bc69d4645e7f3b67520e/src/cljs/cljs/reader.cljs#L18 -- Note that posts from new members are moderated - please be patient with your first post. --- You received this message because you are subscribed to the Google Groups "ClojureScript" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/clojurescript.
