-
Notifications
You must be signed in to change notification settings - Fork 8
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
Update file timestamps to avoid redundant re-syncs (Fixes #22) #23
Conversation
Could you provide a failing test? |
@stefanpenner Yes I've added a test for that |
Note that for folders the |
a45a22d
to
d089cc4
Compare
I don't really get why that test fails on some machines. Is |
Okay so this is a failure in very old nodejs versions: You are targetting versions below node 6, which are not even supported anymore. |
Ya, I’m down with a major version bump. So feel free to bump the engine support to >= 8 (as node 6 is on its way out) |
(I’m also fine with es syntax/feature upgrade if you are interested) |
Should be good now |
@stefanpenner This should also be a major version bump |
@stefanpenner Is there an eta on this? |
I'm hoping to review today/tomorrow. |
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.
2 small adjustments and this should be good to ship. Thank you.
@stefanpenner Done. It won't automatically resolve the "requested changes" as one of them is on a different file. |
Tests appear to be failing on OSX
|
NM is was an old 8.x that was failing, latest 8.15 works fine. |
I have just tested it now:
on macOS 10.14.12. What is your env exactly? |
Oh. That's why I wanted to specifically go with the LTS version, not just 8.x. Just remembered I was looking at the specific version where LTS started... |
some more cleanup -> #24 |
released as v2.0.0 🎉 |
No description provided.