Skip to content

Commit

Permalink
Fix bug in prep-libs, missing prep alias
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Feb 7, 2025
1 parent 1417e7c commit 37a066d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ Changelog

*Also see [Tools and installer changelog](https://github.com/clojure/brew-install/blob/1.12.0/CHANGELOG.md)*

* next
* Fix bug in prep-libs, missing prep alias
* 0.22.1484 on Feb 7, 2025
* During dep expansion, only consider lib to be omitted if all parent paths to root are omitted
* 0.22.1480 on Feb 6, 2025
Expand Down
3 changes: 2 additions & 1 deletion src/main/clojure/clojure/tools/deps.clj
Original file line number Diff line number Diff line change
Expand Up @@ -716,7 +716,8 @@
(dir/with-dir root-dir
(let [basis (create-basis
{:project :standard ;; deps.edn at root
:args {:replace-deps {} :replace-paths ["."]}})
:args {:replace-deps {} :replace-paths ["."]}
:aliases [alias]})
cp (join-classpath (:classpath-roots basis))
qual-f (qualify-fn f (get-in basis [:aliases alias]))
exit (exec-prep! root-dir cp qual-f exec-args)]
Expand Down

0 comments on commit 37a066d

Please sign in to comment.