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
d646b9b1
Commit
d646b9b1
authored
Jun 04, 2020
by
Eric Timmons
Browse files
Fix bug parsing :version forms from ASDF dependencies
parent
ef524b34
Changes
1
Hide whitespace changes
Inline
Side-by-side
clpm/requirement.lisp
View file @
d646b9b1
...
...
@@ -198,7 +198,7 @@ represents."))
(
:version
(
make-instance
'system-requirement
:name
(
string-downcase
(
second
dep
))
:version-spec
`
(
>=
.
,
(
third
dep
))
:version-spec
`
(
(
>=
,
(
third
dep
))
)
:why
why
))
(
:feature
(
convert-asd-system-spec-to-req
(
third
dep
)
:why
why
))))
...
...
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