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
Hugo Ishimaru
asdf
Commits
ca43a71b
Commit
ca43a71b
authored
Jan 16, 2014
by
Francois-Rene Rideau
Browse files
Always punt when upgrading from ASDF1, due to output-translations.
parent
60bf1346
Changes
1
Hide whitespace changes
Inline
Side-by-side
header.lisp
View file @
ca43a71b
...
...
@@ -19,7 +19,7 @@
;;; http://www.opensource.org/licenses/mit-license.html on or about
;;; Monday; July 13, 2009)
;;;
;;; Copyright (c) 2001-201
2
Daniel Barlow and contributors
;;; Copyright (c) 2001-201
4
Daniel Barlow and contributors
;;;
;;; Permission is hereby granted, free of charge, to any person obtaining
;;; a copy of this software and associated documentation files (the
...
...
@@ -53,7 +53,7 @@
(
eval-when
(
:load-toplevel
:compile-toplevel
:execute
)
(
setf
ext:*gc-verbose*
nil
))
#+
(
or
abcl
clozure
cmu
ecl
xcl
)
;;
p
unt on hard package upgrade
on th
os
e
implementations
;;
P
unt on hard package upgrade
: from ASDF1 always, and even from ASDF2 on m
os
t
implementations
.
(
eval-when
(
:load-toplevel
:compile-toplevel
:execute
)
(
unless
(
member
:asdf3
*features*
)
(
let*
((
existing-version
...
...
@@ -70,7 +70,8 @@
(
existing-version-number
(
and
existing-version
(
read-from-string
existing-major-minor
)))
(
away
(
format
nil
"~A-~A"
:asdf
existing-version
)))
(
when
(
and
existing-version
(
<
existing-version-number
2.27
))
(
<
existing-version-number
(
or
#+
(
or
allegro
clisp
lispworks
sbcl
)
2.0
2.27
)))
(
rename-package
:asdf
away
)
(
when
*load-verbose*
(
format
t
"~&; Renamed old ~A package away to ~A~%"
:asdf
away
))))))
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