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
d0ea87d5
Commit
d0ea87d5
authored
Oct 05, 2016
by
Robert Goldman
Browse files
Merge branch 'epipping/asdf-misc-clasp-improvements' into epipping/asdf-feature-cleanup
parents
7e361dc2
8fb41856
Changes
9
Hide whitespace changes
Inline
Side-by-side
alexandria
@
926a0666
Compare
5a17c072
...
926a0666
Subproject commit
5a17c072970cf50213f7f896c40e6e640638391f
Subproject commit
926a066611b7b11cb71e26c827a271e500888c30
cl-launch
@
1698221a
Compare
220b8cab
...
1698221a
Subproject commit
220b8cab5caeef592690e662e07e694162c4bdaa
Subproject commit
1698221a6ff49126d4f023d1d260f6f8c1cb41bf
cl-ppcre
@
0f6fe804
Compare
35c52660
...
0f6fe804
Subproject commit
35c5266061d365afc78d9640e9e17c3f8
91
f
ea
91
Subproject commit
0f6fe804f83cf5c3ebac67167bd6409de5
91ea
78
closer-closer-mop
@
a2922915
Compare
4bdfd472
...
a2922915
Subproject commit
4bdfd472c06b6e14e55508405bbf3983c74f8414
Subproject commit
a2922915646a4a03b4307b9e91c4df2b2cfcce7b
fare-utils
@
1a4f345d
Compare
1d9bda2c
...
1a4f345d
Subproject commit 1
d9bda2c1a6c7abce885411f58b2318c37b76bbd
Subproject commit 1
a4f345d7911b403d07a5f300e6006ce3efa4047
inferior-shell
@
e1f6378d
Compare
25f0c1c1
...
e1f6378d
Subproject commit
25f0c1c15f38c54272f9f1c81f30797bb7be8d00
Subproject commit
e1f6378d75cea9eed243a793efa90cec55e401cb
lisp-invocation
@
5134c735
Compare
0a55ecc1
...
5134c735
Subproject commit
0a55ecc11cf564a13f443dd8916d00449b100636
Subproject commit
5134c7354e2c76241731a6c10cb925795ccf2608
test/run-tests.sh
View file @
d0ea87d5
...
...
@@ -16,7 +16,7 @@ usage () {
echo
" allegro_s, allegro8_s, allegromodern_s, allegromodern8_s (SMP variants)"
echo
" allegro_64, allegro8_64, allegromodern_64, allegromodern8_64 (64-bit variants),"
echo
" allegro_64_s, allegro8_64_s, allegromodern_64_s, allegromodern8_64_s, (SMP, 64-bit variants)"
echo
" clisp, cmucl, ecl, gcl, sbcl, scl and xcl."
echo
"
clasp,
clisp, cmucl, ecl, gcl, sbcl, scl and xcl."
echo
" To configure the script, you may set environment variables to point to the various lisp runtimes."
echo
" Allegro CL is a special case: instead of setting environment variables for the specific runtime"
echo
" locations, you may simply specify the Allegro install directories using these variables:"
...
...
test/script-support.lisp
View file @
d0ea87d5
...
...
@@ -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