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
Hugo Ishimaru
asdf
Commits
8f2ff59c
Commit
8f2ff59c
authored
11 years ago
by
Francois-Rene Rideau
Browse files
Options
Downloads
Patches
Plain Diff
Disable timestamp propagation test on ABCL, pending an actual fix
parent
46a59414
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
TODO
+1
-0
1 addition, 0 deletions
TODO
test/stamp-propagation/test-stamp-propagation.lisp
+2
-1
2 additions, 1 deletion
test/stamp-propagation/test-stamp-propagation.lisp
with
3 additions
and
1 deletion
TODO
+
1
−
0
View file @
8f2ff59c
* Find out why ABCL fails the timestamp propagation test.
* Fix bugs on http://bugs.launchpad.net/asdf/+bugs
* Fix bugs on http://bugs.launchpad.net/asdf/+bugs
* fix directory-files to not return directories on CCL, etc. Add tests.
* fix directory-files to not return directories on CCL, etc. Add tests.
* use cl-test-grid to see if asdf-user can :use most (all?) of UIOP.
* use cl-test-grid to see if asdf-user can :use most (all?) of UIOP.
...
...
This diff is collapsed.
Click to expand it.
test/stamp-propagation/test-stamp-propagation.lisp
+
2
−
1
View file @
8f2ff59c
...
@@ -128,7 +128,7 @@
...
@@ -128,7 +128,7 @@
(
format
t
"~&Testing stamp propagation by defsystem ~S~%"
defsystem
)
(
format
t
"~&Testing stamp propagation by defsystem ~S~%"
defsystem
)
(
DBG
"loading system"
)
(
DBG
"loading system"
)
(
reload
defsystem
)
(
reload
defsystem
)
(
sleep
2
)
(
sleep
2
)
;; TODO: on ASDF at least, instead touch the file stamp with the cache.
(
DBG
"touching first source file and reloading"
)
(
DBG
"touching first source file and reloading"
)
(
DBG
"defsystem should recompile & reload everything"
)
(
DBG
"defsystem should recompile & reload everything"
)
(
touch-file1.lisp
)
(
touch-file1.lisp
)
...
@@ -143,6 +143,7 @@
...
@@ -143,6 +143,7 @@
'
((
:compiling
:system
)
(
:load-toplevel
:file1
)
'
((
:compiling
:system
)
(
:load-toplevel
:file1
)
(
:compile-toplevel
:file2
)
(
:load-toplevel
:file2
))))
(
:compile-toplevel
:file2
)
(
:load-toplevel
:file2
))))
#-
abcl
;; TODO: figure out why ABCL fails to recompile anything.
(
test-defsystem
:asdf
)
(
test-defsystem
:asdf
)
#+
(
or
genera
lispworks
)
#+
(
or
genera
lispworks
)
...
...
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