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

fix: correctly output filename when watching files #907

Merged
merged 1 commit into from
Jun 2, 2023

Conversation

G-Rath
Copy link
Collaborator

@G-Rath G-Rath commented Jun 2, 2023

This addresses "enough" of the errors described here, and which are currently causing the test suite for unionfs to fail when using the latest version of memfs.

I say "enough" because my testing indicates that the current implementation is still not 1:1 with native fs, and I wouldn't be surprised if this change doesn't work in all cases, but it does make is closer to native fs 🤷

@G-Rath G-Rath added the bug label Jun 2, 2023
@G-Rath G-Rath merged commit fbde74f into master Jun 2, 2023
@G-Rath G-Rath deleted the fix-watch-filename branch June 2, 2023 23:15
streamich pushed a commit that referenced this pull request Jun 2, 2023
## [3.5.2](v3.5.1...v3.5.2) (2023-06-02)

### Bug Fixes

* correctly output filename when watching files ([#907](#907)) ([fbde74f](fbde74f))
@streamich
Copy link
Owner

🎉 This PR is included in version 3.5.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants