:save-runtime-options does not inhibit CLI processing in saved Lisp executable
Bug #2096995 reported by
Zach Beane
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
SBCL |
New
|
Undecided
|
Unassigned |
Bug Description
sbcl --dynamic-
--eval '(sb-ext:
$ ./x hello
("./x" "hello")
$ ./x --dynamic-
("./x" "hello")
The point of save-runtime-
I'm using SBCL 2.5.0.
To post a comment you must log in.
That's on purpose.