dir_walker
dir_walker copied to clipboard
Simple Elixir file-system directory tree walker. It can handle large filesystems, as the tree is traversed lazily.
Fixed in fork at: https://github.com/TrailingDots/dir_walker dir_walker does not handle symbolic links. Add this in the test dir: mkdir links # Create dir for links testing cd links touch one_file two_file...
Hi, I see that you have incorporated a version of the fix that I suggested earlier, but today when testing against your latest changes, it would seem that the tests...
The problem seems to be that the new :matching option causes the code to return one empty array before it returns a nil at the end of the search. I...