~ chicken-core (chicken-5) 5cf621b64155b5c2ed92df3c89228426651212fa
commit 5cf621b64155b5c2ed92df3c89228426651212fa Author: Mario Domenech Goulart <mario@parenteses.org> AuthorDate: Sat Feb 11 21:36:27 2023 +0100 Commit: Felix Winkelmann <felix.winkelmann@bevuta.com> CommitDate: Mon Feb 27 00:46:25 2023 +0100 chicken-install: Cache eggs installed from local locations Cache eggs whose sources are retrieved from local locations. With this change, egg versions get properly reported by chicken-status. Piggyback the use of make-pathname instead of string-append in compare-trees. Signed-off-by: Felix Winkelmann <felix.winkelmann@bevuta.com> diff --git a/NEWS b/NEWS index a1af480b..82e0b603 100644 --- a/NEWS +++ b/NEWS @@ -29,6 +29,7 @@ - chicken-install: Fix #1684 (programs that specify component-dependencies should build-depend on their import libraries). + - chicken-install now caches eggs installed from local locations. - Compiler - When emitting types files, the output list is now sorted, to ensureTrap