-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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: allow setting Stats/BigIntStats Date properties #52708
fs: allow setting Stats/BigIntStats Date properties #52708
Conversation
@nodejs/fs |
e4e20fb
to
cac9a30
Compare
This seems to fix the same bug for |
@LiviaMedeiros Done! |
Could somebody restart CI? :) |
This comment was marked as outdated.
This comment was marked as outdated.
@nicolo-ribaudo Thanks for implementing this fix! |
In addition to the setter, shouldn't |
The getter calls the setter to define the property (so that the logic doesn't need to be duplicated). |
Landed in 1aab22e |
Hey, any idea when this will make it into a "latest" release? My project is having this gulp issue and I'm wondering if this gets put into a latest release soon we don't have to worry about doing a workaround. Thanks for any update you have! |
this will ship in max 2-3 weeks. |
Sounds good! Thanks for the quick response! |
PR-URL: #52708 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: LiviaMedeiros <[email protected]> Reviewed-By: Mohammed Keyvanzadeh <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Raz Luvaton <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Attempt to work around nodejs/node#52708 / gulpjs/vinyl-fs#350 by reverting to previous LTS version.
Attempt to work around nodejs/node#52708 / gulpjs/vinyl-fs#350 by reverting to previous LTS version.
PR-URL: nodejs#52708 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: LiviaMedeiros <[email protected]> Reviewed-By: Mohammed Keyvanzadeh <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Raz Luvaton <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
PR-URL: nodejs#52708 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: LiviaMedeiros <[email protected]> Reviewed-By: Mohammed Keyvanzadeh <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Raz Luvaton <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Fixes #52707, fixes #52705