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
asdf
asdf
Commits
9451a887
Commit
9451a887
authored
Nov 21, 2015
by
Francois-Rene Rideau
Browse files
Fix symbol exports after recent cleanup
And fix tests for exceptions.
parent
6789d198
Changes
2
Hide whitespace changes
Inline
Side-by-side
test/test-utilities.script
View file @
9451a887
...
...
@@ -281,7 +281,6 @@
uiop/os:read-little-endian
uiop/os:read-null-terminated-string
;; backward compatibility upgrade only
asdf/backward-internals:make-sub-operation
asdf/backward-interface:on-failure
asdf/backward-interface:on-warnings
asdf/find-system:contrib-sysdef-search
...
...
upgrade.lisp
View file @
9451a887
...
...
@@ -8,7 +8,7 @@
(
:export
#:asdf-version
#:*previous-asdf-versions*
#:*asdf-version*
#:asdf-message
#:*verbose-out*
#:upgrading-p
#:when-upgrading
#:upgrade-asdf
#:asdf-upgrade-error
#:defparameter*
#:upgrading-p
#:when-upgrading
#:upgrade-asdf
#:defparameter*
#:*post-upgrade-cleanup-hook*
#:*post-upgrade-restart-hook*
#:cleanup-upgraded-asdf
;; There will be no symbol left behind!
#:intern*
)
...
...
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