From 732ee50981ce6559b97fbfb5dcc9238165fb95ef Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Mon, 8 Aug 2022 07:04:48 -0500 Subject: [add] swank requires to build script --- build.lisp | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/build.lisp b/build.lisp index 6f8eb5b..f35eb08 100644 --- a/build.lisp +++ b/build.lisp @@ -1,6 +1,20 @@ -(pushnew #P".." ql:*local-project-directories*) -(ql:register-local-projects) +;; (pushnew #P".." ql:*local-project-directories*) +;; (ql:register-local-projects) (ql:quickload :oneliners.api) + +(swank:swank-require + '(SWANK-IO-PACKAGE::SWANK-INDENTATION + SWANK-IO-PACKAGE::SWANK-TRACE-DIALOG + SWANK-IO-PACKAGE::SWANK-PACKAGE-FU + SWANK-IO-PACKAGE::SWANK-PRESENTATIONS + SWANK-IO-PACKAGE::SWANK-MACROSTEP + SWANK-IO-PACKAGE::SWANK-FUZZY + SWANK-IO-PACKAGE::SWANK-FANCY-INSPECTOR + SWANK-IO-PACKAGE::SWANK-C-P-C + SWANK-IO-PACKAGE::SWANK-ARGLISTS + SWANK-IO-PACKAGE::SWANK-REPL)) + + (sb-ext:save-lisp-and-die "olwiki-server" :toplevel 'oneliners.api::run :executable t) -- cgit v1.2.3