Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
asdf
asdf
Commits
49b507fb
Commit
49b507fb
authored
Oct 15, 2013
by
Francois-Rene Rideau
Browse files
Keep sbcl/windows workaround in asdf-pathname-test without breaking allegro.
parent
c138afd5
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/asdf-pathname-test.script
View file @
49b507fb
...
...
@@ -122,9 +122,9 @@
(print-condition-backtrace c))
(return nil))))
(with-open-file (stream (component-pathname file)
:direction :output :if-exists :rename-and-delete
:direction :output :if-exists
(or #+(and sbcl os-windows) :rename-and-delete :supersede)
:if-does-not-exist :error)
;; SBCL on Windows hates :supersede here
(print start-time stream)
t)))
(incf file-failures)
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment