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
bf8c7325
Commit
bf8c7325
authored
Mar 02, 2020
by
Eric Timmons
Browse files
Forgot to load :asd-file from context
parent
e64de745
Pipeline
#1300
passed with stage
in 21 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
src/clpm/context.lisp
View file @
bf8c7325
...
...
@@ -386,6 +386,11 @@ in place with the same name. Return the new requirement if it was modified."
:pathname
pathname
:no-deps-p
no-deps-p
:why
t
))
((
eql
type
:asd-file
)
(
make-instance
'fs-system-file-requirement
:name
pathname
:no-deps-p
no-deps-p
:why
t
))
((
or
branch
tag
commit
)
(
make-instance
'vcs-project-requirement
:name
name
...
...
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