Skip to content

Commit

Permalink
Remove swank dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-s committed Dec 20, 2024
1 parent 6b4c72d commit c1d3579
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion sbcl-librarian.asd
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
; :version "0.0.1"
:in-order-to ((test-op (test-op "sbcl-librarian/tests")))
:depends-on (#:sb-sprof
#:swank
)
:serial t
:pathname "src/"
Expand Down
2 changes: 1 addition & 1 deletion src/diagnostics.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

(defun start-swank-server (port)
(sb-ext:enable-debugger)
(swank:create-server :port port :dont-close t)
(uiop:symbol-call "SWANK" "CREATE-SERVER" :port port :dont-close t)
(values))

(defun perform-gc ()
Expand Down

0 comments on commit c1d3579

Please sign in to comment.