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
Hugo Ishimaru
asdf
Commits
3bac539d
Commit
3bac539d
authored
Jul 05, 2015
by
Francois-Rene Rideau
Browse files
test-upgrade: invert test for valid lispworks upgrade. Oops.
parent
3828552f
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/test-upgrade.lisp
View file @
3bac539d
...
...
@@ -123,7 +123,7 @@ Use at a given tag, put it under build/asdf-${tag}.lisp"
((
:gcl
)
(
version<=
"3.1.2"
tag
))
;; LispWorks is fine, but ASDF 3.0.3 has a bug and can't be loaded.
((
:lispworks
)
(
equal
"3.0.3"
tag
))
((
:lispworks
)
(
not
(
equal
"3.0.3"
tag
))
)
;; MKCL is only supported starting with specific versions 2.24, 2.26.x, 3.0.3.0.x, so skip.
((
:mkcl
)
(
version<=
"3.1.2"
tag
))
...
...
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