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

Client should always include the client itself when requesting source-registry

parent 89fa82fc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -141,7 +141,7 @@ directories containing the files."
                                  (ignore-inherited (context-bundle-p context)))
  "Return a source-registry form for the CONTEXT."
  (with-clpm-proc (proc)
    (clpm-proc-print proc `(source-registry :context ,context :ignore-inherited-source-registry ,ignore-inherited))
    (clpm-proc-print proc `(source-registry :context ,context :ignore-inherited-source-registry ,ignore-inherited :with-client-p t))
    (clpm-proc-read proc)))

(defun activate-context (context &key activate-asdf-integration