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

Commit

Permalink
sort interns for reading
Browse files Browse the repository at this point in the history
  • Loading branch information
rksm committed Mar 29, 2015
1 parent e547013 commit 75add49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rksm/cloxp_source_reader/core.clj
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@
(contains? (:name %)))) interns]}
(let [file-source (slurp rdr)
get-src-fn (line-column-access file-source)
interns (sort-by :line interns)
clj-source (if cljx?
(cljx.core/transform file-source cljx.rules/clj-rules)
file-source)
Expand Down

0 comments on commit 75add49

Please sign in to comment.