Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: cases in which ensurePath + exists + getParentPathSync tailrecurse doesn't terminate #2

Open
0xgeert opened this issue Aug 13, 2013 · 1 comment

Comments

@0xgeert
Copy link

0xgeert commented Aug 13, 2013

Given some paths:

consider the following non-terminating sequences when calling ensurePath, when dir doesn't exist

  • /dir/file -> /dir -> _ -> _ -> ... (_ is empty string for formatting purposes)
  • dir/file -> dir -> dir -> ...
@balupton
Copy link
Member

Cool. Can you send a PR. My focus is now on the @bevry/fs-* deps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants