Skip to content

fs: expose Stats times as Numbers - #13257

Closed
refack wants to merge 1 commit into
nodejs:masterfrom
refack:mild-revert-9836cf5
Closed

fs: expose Stats times as Numbers#13257
refack wants to merge 1 commit into
nodejs:masterfrom
refack:mild-revert-9836cf5

Conversation

@refack

@refack refack commented May 27, 2017

Copy link
Copy Markdown
Contributor

Alternative to #13173
for aftr the revert of commit 9836cf5.
Depends on #13256

Expose Stats times as Numbers
also set Date cache fields in constructor

Fixes: #8276
Fixes: #13255
Ref: #12607
Ref: #12818

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines
Affected core subsystem(s)

fs

@nodejs-github-bot nodejs-github-bot added the fs Issues and PRs related to file-system APIs and the fs module. label May 27, 2017
@refack

refack commented May 27, 2017

Copy link
Copy Markdown
Contributor Author

Comment thread test/parallel/test-fs-stat.js Outdated

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Why are these removed?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

New Line 99

@refack
refack force-pushed the mild-revert-9836cf5 branch from 945a3da to b6c9123 Compare May 28, 2017 03:25
@refack

refack commented May 28, 2017

Copy link
Copy Markdown
Contributor Author

Added a test case. New CI:https://ci.nodejs.org/job/node-test-commit/10200/

@refack
refack force-pushed the mild-revert-9836cf5 branch from b6c9123 to d88342b Compare May 28, 2017 03:36
@refack refack mentioned this pull request May 28, 2017
4 tasks
@refack

refack commented May 31, 2017

Copy link
Copy Markdown
Contributor Author

Superseded by #13256

@refack refack closed this May 31, 2017
@refack
refack deleted the mild-revert-9836cf5 branch June 1, 2017 13:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

fs Issues and PRs related to file-system APIs and the fs module.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

utimes precision errors Provide access to file system times with nanoseconds resolution

3 participants