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

Commits on Apr 25, 2022

  1. Revert "Speed improvements (#33)"

    The commit intorduces regression.
    Symlinks to directories are no longer considered directories.
    
    See #71
    
    This reverts commit 5b79b54.
    plamentotev committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    5911bb7 View commit details
    Browse the repository at this point in the history
  2. Update PlexusIoPlexusIoFileResourceTest with symlink dir assertion

    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 committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    9ba7f9e View commit details
    Browse the repository at this point in the history