Implement . ignoring directly in test, because module suffixes has other uses
This commit is contained in:
parent
091db74ab6
commit
cfc28ee82a
|
@ -565,7 +565,8 @@
|
||||||
(directory-list p)
|
(directory-list p)
|
||||||
#:sema continue-sema)))]
|
#:sema continue-sema)))]
|
||||||
[(and (or (not check-suffix?)
|
[(and (or (not check-suffix?)
|
||||||
(regexp-match? rx:default-suffixes (file-name-from-path p))
|
(and (regexp-match? rx:default-suffixes p)
|
||||||
|
(not (regexp-match? #rx"^[.]" (file-name-from-path p))))
|
||||||
(get-cmdline p #f #:check-info? #t)
|
(get-cmdline p #f #:check-info? #t)
|
||||||
(include-path? p #:check-info? #t))
|
(include-path? p #:check-info? #t))
|
||||||
(or (not check-suffix?)
|
(or (not check-suffix?)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user