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
asdf
asdf
Commits
55d4ed8f
Commit
55d4ed8f
authored
Apr 15, 2014
by
Robert P. Goldman
Browse files
Merge branch 'master' of
ssh://common-lisp.net/project/asdf/public_html/asdf
parents
2cacb5ef
66f9e863
Changes
2
Hide whitespace changes
Inline
Side-by-side
TODO
View file @
55d4ed8f
...
...
@@ -189,7 +189,9 @@
*** have a function verify-strict-asd that can verify a asd is pure lp#541562
Then if it passes, use load-strict-asd.
If not, optionally issue a warning. Start migrating people toward that.
*** Include tests for prebuilt-system in test-bundle and in test-program.
** Include tests for prebuilt-system in test-bundle and in test-program.
** Test that a package-system secondary system is properly superseded
when the primary system is redefined.
* Learn to use cl-grid-test
** So we can easily make sure ASDF changes don't break stuff,
...
...
uiop/os.lisp
View file @
55d4ed8f
...
...
@@ -68,7 +68,7 @@ except on ABCL where it might change between FASL compilation and runtime."
(
:genera
.
os-genera-p
)
(
:os-oldmac
.
os-oldmac-p
))
:when
(
and
(
or
(
not
o
)
(
eq
feature
:os-macosx
))
(
funcall
detect
))
:do
(
setf
o
feature
)
(
pushnew
feature
*features*
)
:else
:do
(
remove
feature
*features*
)
:else
:do
(
setf
*features*
(
remove
feature
*features*
)
)
:finally
(
return
(
or
o
(
error
"Congratulations for trying ASDF on an operating system~%~
that is neither Unix, nor Windows, nor Genera, nor even old MacOS.~%Now you port it."
)))))
...
...
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