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
689f3b69
Commit
689f3b69
authored
Sep 05, 2016
by
Elias Pipping
Browse files
Tests: Clasp: Treat .script files as common lisp
parent
1b73b7d8
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/script-support.lisp
View file @
689f3b69
...
...
@@ -42,6 +42,10 @@ Some constraints:
(
proclaim
'
(
optimize
(
speed
#-
gcl
2
#+
gcl
1
)
(
safety
#-
gcl
3
#+
gcl
0
)
#-
(
or
allegro
gcl
genera
)
(
debug
3
)
#+
(
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*
))
(
defparameter
*trace-symbols*
`
(
;; If you want to trace some stuff while debugging ASDF,
;; here's a nice place to say what.
...
...
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