Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
clpm
clpm
Commits
e57ca8de
Commit
e57ca8de
authored
Jan 08, 2021
by
Eric Timmons
Browse files
Use PARSE-SOURCE-REGISTRY-STRING to parse inherited source registry from env
parent
2ae2db90
Changes
1
Hide whitespace changes
Inline
Side-by-side
client/context.lisp
View file @
e57ca8de
...
...
@@ -50,7 +50,8 @@ variables."
(
setf
*active-context-splice-source-registry*
nil
))
(
progn
(
setf
*active-context-ignore-inherited-source-registry*
nil
)
(
setf
*active-context-splice-source-registry*
(
uiop:getenvp
"CLPM_EXEC_SPLICE_INHERITED_SOURCE_REGISTRY"
)))))))
(
setf
*active-context-splice-source-registry*
(
asdf/source-registry:parse-source-registry-string
(
uiop:getenvp
"CLPM_EXEC_SPLICE_INHERITED_SOURCE_REGISTRY"
))))))))
(
uiop:register-image-restore-hook
'configure-from-env
)
(
defun
clear-active-context
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment