-
-
Notifications
You must be signed in to change notification settings - Fork 133
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: ensure metadata is updated correctly so that watchFile
is correctly triggered
#891
fix: ensure metadata is updated correctly so that watchFile
is correctly triggered
#891
Conversation
@vangie would you mind applying prettier, then I think we can land this |
0762647
to
edb06aa
Compare
watchFile
is correctly triggered
@vangie looks like it's still not happy, and the tests are all failing |
edb06aa
to
85a0f5a
Compare
It's a security thing - you should be able to run the tests locally though to ensure they work. It looks like this is not compatible with #902 - @alienzhou might be able to help out here |
…node.watchFile not trigger 1. nlink default value is 2 2. add subfolder nlink++ 3. atime updated 4. ctime updated after uid/gid/atime/mtime/perm/nlink updated streamich#889
85a0f5a
to
a5c99bd
Compare
@G-Rath I've rebased the latest master, and fixed the tests. |
a5c99bd
to
78ccec9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good - just have a few tweaks I'd like to the test structure
af531b2
to
48a6cad
Compare
48a6cad
to
e339817
Compare
refactor: add the appropriate modifiers to properties & getters & setters. Co-authored-by: Gareth Jones <[email protected]>
e339817
to
1a1b186
Compare
## [3.5.1](v3.5.0...v3.5.1) (2023-04-20) ### Bug Fixes * ensure metadata is updated correctly so that `watchFile` is correctly triggered ([#891](#891)) ([8af880e](8af880e))
🎉 This PR is included in version 3.5.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Resolves #889
Resolves #901