Skip to content
Snippets Groups Projects
Commit fa472195 authored by Francois-Rene Rideau's avatar Francois-Rene Rideau
Browse files

1.0.7: fix breakage with LispWorks.

Disable previous hack, assuming that LW 7 now parses arguments correctly;
hopefully, we won't have to restore this hack after tests.
parent d7899694
No related branches found
No related tags found
No related merge requests found
......@@ -186,7 +186,7 @@ Not supported at all are:
:standalone-executable t
:argument-control t
:disable-debugger ()
:invoker invoke-lisp-via-script
;; :invoker invoke-lisp-via-script
:quit-format "(lispworks:quit :status ~A :confirm nil :return nil :ignore-errors-p t)"
:dump-format "(lispworks:deliver 'xcvb-driver:resume ~A 0 :interface nil)") ; "(hcl:save-image ~A :environment nil)"
......
......@@ -13,7 +13,7 @@
(error "ASDF 3.1.2 required"))
(defsystem "lisp-invocation"
:version "1.0.5"
:version "1.0.7"
:author ("Francois-Rene Rideau")
:maintainer "Francois-Rene Rideau"
:licence "MIT"
......
......@@ -25,7 +25,7 @@
#:lisp-implementation-invoker
#:lisp-environment-variable-name
#:lisp-invocation-arglist
#:invoke-lisp
#:invoke-lisp #:invoke-lisp-directly #:invoke-lisp-via-script
#:register-lisp-implementation
#:register-lisp-implementation*
#:quit-form
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment