Skip to content

Commit

Permalink
add system-file-patterns into connection-info
Browse files Browse the repository at this point in the history
  • Loading branch information
cxxxr committed Nov 30, 2024
1 parent af94fe5 commit 25177e0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion micros.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -1481,7 +1481,10 @@ VERSION: the protocol version"
:modules ,*modules*
:package (:name ,(package-name *package*)
:prompt ,(package-string-for-prompt *package*))
:version ,(version))))
:version ,(version)
:system-file-patterns ,(mapcar #'namestring
(mapcar #'second
(logical-pathname-translations "SYS"))))))

(defun debug-on-swank-error ()
(assert (eq *debug-on-swank-protocol-error* *debug-swank-backend*))
Expand Down

0 comments on commit 25177e0

Please sign in to comment.