-
Notifications
You must be signed in to change notification settings - Fork 636
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
[fs] MacOs : flaky copy test #421
Comments
This should be a bug for Loss of precision when changing timestamps using |
I tried it, So whenever you access, you get consistent properties. Let's try// a.ts
const s = Deno.statSync('./test.ts');
console.log(s.created, s.accessed, s.modified); > deno run --allow-all a.ts
1558369133 1558369638 1558369133
> deno run --allow-all a.ts
1558369133 1558369638 1558369133
> deno run --allow-all a.ts
1558369133 1558369638 1558369133
> deno run --allow-all a.ts
1558369133 1558369638 1558369133 Source CodeConclusionI guess the problem does not appear in the |
This was referenced May 27, 2019
inverted-capital
pushed a commit
to dreamcatcher-tech/napps
that referenced
this issue
Oct 24, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sometimes it happens randomly on MacOs.
cc @axetroy
The text was updated successfully, but these errors were encountered: