Uh oh!
There was an error while loading. Please reload this page.
fs: allow setting Stats/BigIntStats Date properties - #52708
Conversation
avivkeller
commented
Apr 26, 2024
@nodejs/fs |
e4e20fb to
cac9a30Comparenodejs-github-bot
commented
Apr 26, 2024
LiviaMedeiros
commented
Apr 26, 2024
This seems to fix the same bug for |
nicolo-ribaudo
commented
Apr 26, 2024
@LiviaMedeiros Done! |
nodejs-github-bot
commented
Apr 26, 2024
nicolo-ribaudo
commented
Apr 26, 2024
Could somebody restart CI? :) |
This comment was marked as outdated.
This comment was marked as outdated.
nodejs-github-bot
commented
Apr 26, 2024
zandercymatics
commented
Apr 26, 2024
@nicolo-ribaudo Thanks for implementing this fix! |
nodejs-github-bot
commented
Apr 26, 2024
sepehrst
commented
Apr 27, 2024
In addition to the setter, shouldn't |
nicolo-ribaudo
commented
Apr 27, 2024
The getter calls the setter to define the property (so that the logic doesn't need to be duplicated). |
nodejs-github-bot
commented
Apr 28, 2024
Landed in 1aab22e |
allly-b
commented
Apr 29, 2024
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! |
mcollina
commented
Apr 29, 2024
this will ship in max 2-3 weeks. |
allly-b
commented
Apr 29, 2024
Sounds good! Thanks for the quick response! |
PR-URL: #52708 Reviewed-By: Yagiz Nizipli <yagiz.nizipli@sentry.io> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: LiviaMedeiros <livia@cirno.name> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Raz Luvaton <rluvaton@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
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 <yagiz.nizipli@sentry.io> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: LiviaMedeiros <livia@cirno.name> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Raz Luvaton <rluvaton@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Fixes#52707, fixes#52705