We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Linux FileLocator root fullPath withParents return: { Path root . Path root } it's strange
The text was updated successfully, but these errors were encountered:
This is the same on mac. but what should it returns. When you are on the root the parent is what? BTW we should add a comment on the method.
Sorry, something went wrong.
I think he should return { Path root } by definition, the root has no parent.
Fix bug in AbsolutePath>>#withParents returning two times Root in som…
903781c
…e cases. Fixes pharo-project#4258
Successfully merging a pull request may close this issue.
Linux
FileLocator root fullPath withParents
return:
{ Path root . Path root }
it's strange
The text was updated successfully, but these errors were encountered: