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

Symlink treated as directory #9

Closed
1 task done
andreasabel opened this issue Aug 20, 2020 · 1 comment
Closed
1 task done

Symlink treated as directory #9

andreasabel opened this issue Aug 20, 2020 · 1 comment
Assignees
Labels
bug Something isn't working upstream Issue in dependency
Milestone

Comments

@andreasabel
Copy link
Member

andreasabel commented Aug 20, 2020

With these additional files in test/interaction,

/test/interaction$ tree issue-4828-NEve/
issue-4828-NEve/
├── src
│   └── Issue4828.agda
└── sym
    └── Issue4828.agda -> issue-4828-NEve/src/Issue4828.agda

I get this error:

$ fix-whitespace --check
fix-whitespace: .../test/interaction/issue-4828-NEve/sym/Issue4828.agda/: getDirectoryContents:openDirStream: does not exist (No such file or directory)

Seems like a symlink is treated as a directory somehow.

UPDATE: Blocked upstream:

@andreasabel
Copy link
Member Author

Fixed in filepattern-0.1.3. Bump published in fix-whitespace-0.0.10.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working upstream Issue in dependency
Projects
None yet
Development

No branches or pull requests

1 participant