Finish splitting dir from base.
This commit is contained in:
parent
3693b9860d
commit
3c1a75eb9d
4 changed files with 18 additions and 12 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue