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
fad4956b
Commit
fad4956b
authored
Apr 12, 2012
by
Francois-Rene Rideau
Browse files
Fix test-logical-pathname so allegro can run it (modulo parsing bug);
thanks to rpgoldman for detecting the typo.
parent
9ddaac9c
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/test-logical-pathname.script
View file @
fad4956b
...
...
@@ -30,14 +30,13 @@
'(:source-registry (:directory #p"ASDF:test;") :ignore-inherited-configuration))
(load-system :test-force :force t))
#-allegro ;; Allegro 8.2 seems to have trouble with logical-pathnames. disable for now.
(progn
(format t "Test logical pathnames in source-registry, recursive~%")
(clear-system :test-force)
(setf *central-registry* '())
(initialize-source-registry
;; Bug: Allegro Express 8.2 incorrectly reads #p"ASDF:" as relative.
'(:source-registry (:tree #-allegro #p"ASDF:" #+allegro #.(asdf::pathname-root #p"ASDF"))
'(:source-registry (:tree #-allegro #p"ASDF:" #+allegro #.(asdf::pathname-root #p"ASDF
:
"))
:ignore-inherited-configuration))
(load-system :test-force :force t))
...
...
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