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
Jan Moringen
asdf
Commits
392e5161
Commit
392e5161
authored
Sep 12, 2016
by
Elias Pipping
Browse files
Tests: Clasp: Consistently refer to package si instead of core
parent
8de9c280
Changes
1
Show whitespace changes
Inline
Side-by-side
test/script-support.lisp
View file @
392e5161
...
...
@@ -44,8 +44,8 @@ Some constraints:
#+
(
or
cmucl
scl
)
(
c::brevity
2
)
#+
(
or
cmucl
scl
)
(
ext:inhibit-warnings
3
)))
#+
clasp
(
unless
(
assoc
"script"
core
:*load-hooks*
:test
#'
equal
)
(
push
(
cons
"script"
'
core
:load-source
)
core
:*load-hooks*
))
(
unless
(
assoc
"script"
si
:*load-hooks*
:test
#'
equal
)
(
push
(
cons
"script"
'
si
:load-source
)
si
:*load-hooks*
))
(
defparameter
*trace-symbols*
`
(
;; If you want to trace some stuff while debugging ASDF,
...
...
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