Commit ffd18452 authored by Eric Timmons's avatar Eric Timmons
Browse files

client: activate-context ignores inherited source registry for bundles

parent fe4167cb
Loading
Loading
Loading
Loading
+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
+1 −1
Original line number Diff line number Diff line
@@ -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.