Skip to content
New issue

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

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

Already on GitHub? # to your account

Fix symbolic links to directories are not recognized as directories #75

Merged
merged 2 commits into from
May 2, 2022

Conversation

plamentotev
Copy link
Member

There is regression (#71) introduced with #33. The proposal is to revert #33 and make a new release of Plexus IO to fix the regression. Latter we can re-introduce the speed improvements, more carefully inspecting if they not change existing behavior. I've also added additional assertion to the existing tests that detects the regression.

Any objection?

cc @gnodet

The commit intorduces regression.
Symlinks to directories are no longer considered directories.

See #71

This reverts commit 5b79b54.
We had regression in which symlinks to directories are no longer
considered directories. Add assertion to ensure the behaviour
is not changed in future.
@plamentotev plamentotev changed the title Fix symlinks regression Fix symbolic links to directories are not recognized as directories Apr 25, 2022
@plamentotev plamentotev linked an issue Apr 25, 2022 that may be closed by this pull request
@plamentotev
Copy link
Member Author

As there are no objections I'll proceed and revert the change and make a new release.

@plamentotev plamentotev merged commit 9e244df into master May 2, 2022
@gnodet
Copy link
Member

gnodet commented May 2, 2022

As there are no objections I'll proceed and revert the change and make a new release.

I'd rather fix the problem is possible. Let me investigate today.

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

Successfully merging this pull request may close these issues.

Symbolic links to directories are not recognized as directories
2 participants