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
30bb39c6
Commit
30bb39c6
authored
May 04, 2010
by
Francois-Rene Rideau
Browse files
1.715: support gcl 2.7.0
parent
95c5ffb8
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
30bb39c6
...
...
@@ -35,3 +35,4 @@ tmp/
*.a
*.*fsl
*.bak
*.data
asdf.lisp
View file @
30bb39c6
This diff is collapsed.
Click to expand it.
test/asdf-pathname-test.script
View file @
30bb39c6
...
...
@@ -185,11 +185,11 @@
(handler-bind
((error (lambda (c)
(incf system-failures)
(format *error-output* "~&error! ~a~%sysdef:~% ~
W
~%" c system-definition)
(format *error-output* "~&error! ~a~%sysdef:~% ~
S
~%" c system-definition)
#+sbcl (sb-debug:backtrace 69)
#+clozure (ccl:print-call-history :count 69 :start-frame-number 1)
#+clisp (system::print-backtrace)
(format result-stream "~&~%***~%error: ~a~%~
:w
"
(format result-stream "~&~%***~%error: ~a~%~
s
"
c system-definition)
(return-from :test-system))))
(unless (and (or (typep system-pathname 'logical-pathname)
...
...
@@ -241,9 +241,9 @@
:missing)))
test-files))
(format result-stream "~&~%~% translations: ~a: ~
:w
" "ASDFTEST" (logical-pathname-translations "ASDFTEST"))
(format result-stream "~&~%~% translations: ~a: ~
s
" "ASDFTEST" (logical-pathname-translations "ASDFTEST"))
(format result-stream "~&~%~% variations:~% systems: ~
:w
~% modules: ~
:w
~% files: ~
:w
"
(format result-stream "~&~%~% variations:~% systems: ~
s
~% modules: ~
s
~% files: ~
s
"
systems modules files)
(let ((homogeneous-failures 0) (*print-length* nil))
...
...
test/try-reloading-dependency.asd
deleted
100644 → 0
View file @
95c5ffb8
;;; -*- Lisp -*-
(
asdf:defsystem
try-reloading-dependency
:components
((
:file
"file3"
)))
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