Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/orchard/namespace.clj
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,9 @@
(apply concat)
(pmap (fn [x]
(when (misc/clj-file? x)
x)))
(io/resource x))))
(filter identity)
(pmap (comp read-namespace io/resource))
(pmap read-namespace)
(filter identity)
(sort)))
([]
Expand Down