File tree 2 files changed +4
-1
lines changed
src/main/clojure/clojure/tools
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ Changelog
3
3
4
4
* Also see [ Tools and installer changelog] ( https://github.com/clojure/brew-install/blob/1.12.0/CHANGELOG.md ) *
5
5
6
+ * next
7
+ * Fix bug in prep-libs, missing prep alias
6
8
* 0.22.1484 on Feb 7, 2025
7
9
* During dep expansion, only consider lib to be omitted if all parent paths to root are omitted
8
10
* 0.22.1480 on Feb 6, 2025
Original file line number Diff line number Diff line change 716
716
(dir/with-dir root-dir
717
717
(let [basis (create-basis
718
718
{:project :standard ; ; deps.edn at root
719
- :args {:replace-deps {} :replace-paths [" ." ]}})
719
+ :args {:replace-deps {} :replace-paths [" ." ]}
720
+ :aliases [alias]})
720
721
cp (join-classpath (:classpath-roots basis))
721
722
qual-f (qualify-fn f (get-in basis [:aliases alias]))
722
723
exit (exec-prep! root-dir cp qual-f exec-args)]
You can’t perform that action at this time.
0 commit comments