Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
clpm
clpm
Commits
79326cae
Commit
79326cae
authored
Oct 15, 2021
by
Eric Timmons
Browse files
Fix issue
#44
parent
31f2af91
Pipeline
#5090
failed with stages
in 30 minutes and 19 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
cli/commands/install.lisp
View file @
79326cae
...
...
@@ -123,7 +123,7 @@ with version constraint).
(
ref
(
gethash
:install-ref
options
)))
(
clpm:install
:projects
project-specifiers
:systems
system-specifiers
:asds
(
mapcar
#'
merge-pathnames
asd-files
)
:asds
(
mapcar
#'
namestring
(
mapcar
#'
merge-pathnames
asd-files
)
)
:version
version-string
:source
source-name
:no-deps-p
no-deps-p
...
...
test/global-context/editable-install/test.asd
View file @
79326cae
(
defsystem
"test"
:description
"test system"
:depends-on
(
"alexandria"
)
:components
((
:file
"
test
"
)
(
:file
"
package
"
)))
:components
((
:file
"
package
"
)
(
:file
"
test
"
)))
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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