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

Fixes for Windows #70

Merged
merged 11 commits into from
Jul 20, 2017
Merged

Fixes for Windows #70

merged 11 commits into from
Jul 20, 2017

Conversation

davedoesdev
Copy link
Contributor

@davedoesdev davedoesdev commented Jul 7, 2017

Tests now pass and it compiles on Windows!

Question:

  • Is utime still needed given fs.utimes exists?

@codecov-io
Copy link

codecov-io commented Jul 7, 2017

Codecov Report

Merging #70 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #70   +/-   ##
=======================================
  Coverage   84.33%   84.33%           
=======================================
  Files           1        1           
  Lines          83       83           
  Branches       24       24           
=======================================
  Hits           70       70           
  Misses         13       13

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 808593c...f2b5e9f. Read the comment docs.

@davedoesdev
Copy link
Contributor Author

davedoesdev commented Jul 7, 2017

Appveyor doesn't seem to be picking up change to run on Node 8
EDIT: fixed

@davedoesdev
Copy link
Contributor Author

Travis and Appveyor both building successfully.

This was referenced Jul 7, 2017
@davedoesdev
Copy link
Contributor Author

Works on Node 8.1.3. Might work on earlier versions, not sure when libuv/libuv#1323 went into Node.

.travis.yml Outdated
@@ -4,9 +4,10 @@ notifications:
language: node_js
dist: trusty
node_js:
- "0.10.45"
- "7"
- "0.12"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's high time we removed support for this.

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And by "this" I mean anything less than node v6 on travis.

package.json Outdated
@@ -13,21 +18,25 @@
"engines": {
"node": ">= v0.8.0"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you please bump this to >= v6. It's a shame we can't do platform specific versions given Windows now requires v8. I searched and the only solution is a failing install script.

@davedoesdev
Copy link
Contributor Author

@baudehlo sure see latest commit

@davedoesdev
Copy link
Contributor Author

@baudehlo is there anything else you need on this PR?

@baudehlo
Copy link
Owner

baudehlo commented Jul 20, 2017 via email

@davedoesdev
Copy link
Contributor Author

@baudehlo been there - take time for what's important.

@baudehlo baudehlo merged commit de78dda into baudehlo:master Jul 20, 2017
@baudehlo
Copy link
Owner

Merged

@baudehlo
Copy link
Owner

baudehlo commented Jul 20, 2017 via email

@davedoesdev
Copy link
Contributor Author

Node 8 behaviour has changed for the -1 utime test. It sets it fine (and Node 6 and Python read the atime as -1). But for Node 8 atime in that case is NaN.

@davedoesdev
Copy link
Contributor Author

davedoesdev commented Jul 20, 2017

@baudehlo how do utime and utimeSync provided by fs-ext differ from fs.futimes and fs.futimesSync in Node core?

@baudehlo
Copy link
Owner

baudehlo commented Jul 20, 2017 via email

@davedoesdev
Copy link
Contributor Author

davedoesdev commented Jul 20, 2017 via email

@baudehlo
Copy link
Owner

baudehlo commented Jul 21, 2017 via email

@davedoesdev
Copy link
Contributor Author

#71

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

Successfully merging this pull request may close these issues.

3 participants