Skip to content
This repository has been archived by the owner on Apr 3, 2022. It is now read-only.

Commit

Permalink
tools.reader 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rksm committed Apr 20, 2015
1 parent f667b21 commit a2269a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
:url "http://opensource.org/licenses/MIT"}
:url "http://github.com/cloxp/cloxp-source-reader"
:dependencies [[org.clojure/clojure "1.6.0"]
[org.clojure/tools.reader "0.8.16"]
[org.clojure/tools.reader "0.9.1"]
[org.clojure/tools.namespace "0.2.8"]
[org.clojure/tools.analyzer.jvm "0.6.5"]
[org.rksm/system-files "0.1.4"]
Expand Down
2 changes: 1 addition & 1 deletion src/rksm/cloxp_source_reader/core.clj
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
(trt/source-logging-push-back-reader "")))))
(trt/->SourceLoggingPushbackReader
(trt/string-push-back-reader source 1)
1 ; line
1 ; line <-- bug here, 0 or 1???
1 ; column
true ; line-start?
nil ; prev
Expand Down

0 comments on commit a2269a1

Please sign in to comment.