-
Notifications
You must be signed in to change notification settings - Fork 9
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
Implement and check the behavior to calculate parents from exclusively-relative paths (.
, ..
)
#18
Comments
After some work and discussion done in scope of #83, my current decision is that generally, Meaning IIRC there's still a weird corner case in how we handle |
…arent calculation
…arent calculation
Currently,
new LocalPath(".").Parent
(the same for paths like..
or../..
) is not defined: I'm not sure what it should be.We need to see how other libraries define this path's parent (I lean towards
null
) and implement the same logic.The text was updated successfully, but these errors were encountered: