-
Notifications
You must be signed in to change notification settings - Fork 64
Unknown error while linting tools.reader #413
Copy link
Copy link
Closed
the-benchmarker/web-frameworks
#4518Description
If you try and lint clojure/tools.reader@3b0211b you get the following error:
== Eastwood 0.9.4 Clojure 1.10.0-master-SNAPSHOT JVM 16.0.1 ==
Unknown error: {:type :reader-exception, :ex-kind :reader-error}
Subprocess failed (exit code: 1)It has something to do with reading an octal number in this file: https://github.com/clojure/tools.reader/blob/3b0211b3504e9a8e321bfaa16fe6d5f517fa44be/src/test/clojure/clojure/tools/common_tests.clj
To work around this in my tools.reader fork, I inlined this file instead of loading it. It would be nice if eastwood gave a little more information, like the specific exception and/or file.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels