Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
asdf
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jan Moringen
asdf
Commits
30bb39c6
Commit
30bb39c6
authored
14 years ago
by
Francois-Rene Rideau
Browse files
Options
Downloads
Patches
Plain Diff
1.715: support gcl 2.7.0
parent
95c5ffb8
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitignore
+1
-0
1 addition, 0 deletions
.gitignore
asdf.lisp
+304
-274
304 additions, 274 deletions
asdf.lisp
test/asdf-pathname-test.script
+4
-4
4 additions, 4 deletions
test/asdf-pathname-test.script
test/try-reloading-dependency.asd
+0
-5
0 additions, 5 deletions
test/try-reloading-dependency.asd
with
309 additions
and
283 deletions
.gitignore
+
1
−
0
View file @
30bb39c6
...
...
@@ -35,3 +35,4 @@ tmp/
*.a
*.*fsl
*.bak
*.data
This diff is collapsed.
Click to expand it.
asdf.lisp
+
304
−
274
View file @
30bb39c6
This diff is collapsed.
Click to expand it.
test/asdf-pathname-test.script
+
4
−
4
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))
...
...
This diff is collapsed.
Click to expand it.
test/try-reloading-dependency.asd
deleted
100644 → 0
+
0
−
5
View file @
95c5ffb8
;;; -*- Lisp -*-
(
asdf:defsystem
try-reloading-dependency
:components
((
:file
"file3"
)))
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment