Skip to content

Commit bf7a30e

Browse files
committed
Add & export LIST-LOCAL-SYSTEMS.
1 parent 128de27 commit bf7a30e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

local-projects.lisp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,3 +114,7 @@ to use the local project directory and cache to find systems."
114114
"Force a scan of the local projects directory to create the system
115115
file index."
116116
(map nil 'make-system-index *local-project-directories*))
117+
118+
(defun list-local-systems ()
119+
"Return a list of local project system names."
120+
(mapcar #'pathname-name (list-local-projects)))

package.lisp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,8 @@
284284
#:register-local-projects
285285
#:local-projects-searcher
286286
#:*local-project-directories*
287-
#:list-local-projects))
287+
#:list-local-projects
288+
#:list-local-systems))
288289

289290
(in-package #:quicklisp-client)
290291

0 commit comments

Comments
 (0)