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
d4553276
Commit
d4553276
authored
Jun 20, 2010
by
Francois-Rene Rideau
Browse files
2.102: don't intern symbols in cl-user, defpackage asdf-bootstrap. (lp#591955)
parent
b5483b17
Changes
1
Hide whitespace changes
Inline
Side-by-side
asdf.lisp
View file @
d4553276
...
...
@@ -47,7 +47,9 @@
#+
xcvb
(
module
())
(
cl:in-package
:cl-user
)
(
cl:in-package
:cl
)
(
defpackage
:asdf-bootstrap
(
:use
:cl
))
(
in-package
:asdf-bootstrap
)
;; Implementation-dependent tweaks
(
eval-when
(
:compile-toplevel
:load-toplevel
:execute
)
...
...
@@ -69,7 +71,7 @@
(
eval-when
(
:load-toplevel
:compile-toplevel
:execute
)
(
let*
((
asdf-version
;; the 1+ helps the version bumping script discriminate
(
subseq
"VERSION:2.10
1
"
(
1+
(
length
"VERSION"
))))
(
subseq
"VERSION:2.10
2
"
(
1+
(
length
"VERSION"
))))
(
existing-asdf
(
find-package
:asdf
))
(
vername
'
#:*asdf-version*
)
(
versym
(
and
existing-asdf
...
...
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