Skip to content

Commit

Permalink
Use a custom prefix for the deps inlined by mranderson
Browse files Browse the repository at this point in the history
This makes it easier to handle them in CIDER itself.
  • Loading branch information
bbatsov committed Dec 14, 2015
1 parent e28ab67 commit 9ed91e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ function check_result {
fi
}

lein do clean, source-deps
lein do clean, source-deps :project-prefix cider.inlined-deps
check_result
lein with-profile +1.7,+plugin.mranderson/config,+test-clj,+test-cljs test
check_result
Expand Down
1 change: 1 addition & 0 deletions src/cider/nrepl/middleware/ns.clj
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
;; rewritten by mranderson
(.startsWith ns-name "deps.")
(.startsWith ns-name "mranderson")
(.startsWith ns-name "cider.inlined-deps")
;; rewritten by dolly
(.startsWith ns-name "eastwood.copieddeps"))))

Expand Down

0 comments on commit 9ed91e2

Please sign in to comment.