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
Eric Timmons
iterate
Commits
fb07d2e2
Commit
fb07d2e2
authored
Oct 29, 2021
by
Eric Timmons
Browse files
Eagerly upgrade ASDF if possible
parent
dc0de977
Pipeline
#5265
failed with stage
in 7 minutes and 50 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
test.lisp
View file @
fb07d2e2
...
...
@@ -2,6 +2,11 @@
(
require
"asdf"
)
;; Eagerly upgrade ASDF. ECL seems to have a bug where iterate/tests is not
;; found if ASDF is upgraded as part of (asdf:load-system "iterate/tests")
(
asdf:upgrade-asdf
)
(
asdf:initialize-output-translations
`
(
:output-translations
(
t
,
(
merge-pathnames
(
make-pathname
...
...
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