Finish splitting dir from base.
This commit is contained in:
parent
3693b9860d
commit
3c1a75eb9d
4 changed files with 18 additions and 12 deletions
|
@ -41,16 +41,11 @@
|
|||
get-free-members-ids
|
||||
print-members-ids-stats
|
||||
gen-member-id
|
||||
members-base-tests!
|
||||
)
|
||||
|
||||
(import scheme
|
||||
(chicken base)
|
||||
(chicken pathname)
|
||||
(chicken file posix)
|
||||
(chicken file)
|
||||
(chicken format)
|
||||
(chicken irregex)
|
||||
(chicken sort)
|
||||
(chicken string)
|
||||
(chicken format)
|
||||
|
@ -87,7 +82,7 @@
|
|||
(car opts))))
|
||||
(with-progress
|
||||
progress? "Loading-members " " ok."
|
||||
(let* ((fss (get-files+symlinks-dictionary dn))
|
||||
(let* ((fss (load-members-dir dn))
|
||||
(mb0 (dict-map
|
||||
(lambda (symfn symlinks)
|
||||
(when progress?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue