Finish splitting dir from base.

This commit is contained in:
Dominik Pantůček 2023-03-29 20:22:32 +02:00
parent 3693b9860d
commit 3c1a75eb9d
4 changed files with 18 additions and 12 deletions

View file

@ -23,16 +23,25 @@
;; CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
;;
(declare (unit members-base))
(declare (unit members-dir))
(module
members-dir
(
load-members-dir
members-dir-tests
members-dir-tests!
)
(import scheme)
(import scheme
(chicken base)
(chicken pathname)
(chicken file posix)
(chicken file)
(chicken format)
(chicken irregex)
testing
dictionary
utils)
;; Gets all files and symbolic links from given directory. The
;; symbolic links are represented by cons cells with car being the