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
f6832b7a
Commit
f6832b7a
authored
Jan 20, 2013
by
Francois-Rene Rideau
Browse files
2.26.130: fix compile-file* for ecl_bytecodes
Also, make script re-loadable in a debug session.
parent
16223e47
Changes
49
Hide whitespace changes
Inline
Side-by-side
test/test-xach-update-bug.script
View file @
f6832b7a
;;; -*- Lisp -*-
(load-asdf)
#+gcl (trace load compile-file asdf:perform asdf::perform-plan)
(progn
...
...
test/test1.script
View file @
f6832b7a
;;; -*- Lisp -*-
(load-asdf)
(touch-file (test-source "test1.asd") :offset -3600) ;; touch test1.asd an hour ago.
(defparameter *date* (file-write-date (test-source "test1.asd")))
...
...
test/test2.script
View file @
f6832b7a
;;; -*- Lisp -*-
(load-asdf)
(DBG "test2: loading test2b1")
(asdf:load-system 'test2b1)
...
...
test/test3.script
View file @
f6832b7a
;;; -*- Lisp -*-
(load-asdf)
(defparameter *fasl1* (test-fasl "file1.lisp"))
(defparameter *fasl2* (test-fasl "file2.lisp"))
...
...
test/test8.script
View file @
f6832b7a
...
...
@@ -3,7 +3,7 @@
;;; make sure we get a missing-component error
(load-asdf)
(in-package :asdf-test)
(progn
...
...
test/test9.script
View file @
f6832b7a
...
...
@@ -3,7 +3,7 @@
;;; make sure we get a missing-component-of-version error
(load-asdf)
(progn
(handler-case
...
...
test/wild-module.script
View file @
f6832b7a
;;; -*- Lisp -*-
(load-asdf)
(progn
(load (asdf::subpathname *asdf-directory* "contrib/wild-modules.lisp"))
(def-test-system :wild-module
...
...
upgrade.lisp
View file @
f6832b7a
...
...
@@ -35,7 +35,7 @@
;; "2.345.6" would be a development version in the official upstream
;; "2.345.0.7" would be your seventh local modification of official release 2.345
;; "2.345.6.7" would be your seventh local modification of development version 2.345.6
(
asdf-version
"2.26.1
29
"
)
(
asdf-version
"2.26.1
30
"
)
(
existing-asdf
(
find-class
(
find-symbol*
:component
:asdf
nil
)
nil
))
(
existing-version
*asdf-version*
)
(
already-there
(
equal
asdf-version
existing-version
))
...
...
version.lisp-expr
View file @
f6832b7a
"2.26.1
29
"
"2.26.1
30
"
Prev
1
2
3
Next
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