Loading CHANGELOG.org +5 −0 Original line number Diff line number Diff line #+TITLE: CLPM Changelog * Unreleased + Fix bug in client where =activate-context= did not ignore inherited source registries for bundles. * v0.3.1 - 2020-06-04 + Fix bug in CLPI when interacting with dual-sources Loading client/context.lisp +1 −1 Original line number Diff line number Diff line Loading @@ -145,7 +145,7 @@ directories containing the files." (clpm-proc-read proc))) (defun activate-context (context &key activate-asdf-integration ignore-inherited-source-registry) (ignore-inherited-source-registry (context-bundle-p context))) "Activate a CLPM context. This clears ASDF's current configuration and replaces it with configuration appropriate for CONTEXT. Loading Loading
CHANGELOG.org +5 −0 Original line number Diff line number Diff line #+TITLE: CLPM Changelog * Unreleased + Fix bug in client where =activate-context= did not ignore inherited source registries for bundles. * v0.3.1 - 2020-06-04 + Fix bug in CLPI when interacting with dual-sources Loading
client/context.lisp +1 −1 Original line number Diff line number Diff line Loading @@ -145,7 +145,7 @@ directories containing the files." (clpm-proc-read proc))) (defun activate-context (context &key activate-asdf-integration ignore-inherited-source-registry) (ignore-inherited-source-registry (context-bundle-p context))) "Activate a CLPM context. This clears ASDF's current configuration and replaces it with configuration appropriate for CONTEXT. Loading