We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
node v20.5.1 で、過去に数億回は書かれてきたであろうサブディレクトリ配下も含めたパスの一覧を取ろうと fs.readdirSync に recursive と withFileTypes オプションをくっつけた。そうすると、なんも問題なく返ってきたように見えて 何故か2エントリ しか返らない 使い方間違えたのかなと recursive や withFileTypes を外すと途端に全エントリが出るのだけれど、これだと求めている用途には不足なのではてはてと思ってたらまさにそういうバグだった。
fs.readdirSync
nodejs/node#48858 nodejs/node#48698 nodejs/node#48640
upstream では2週間前に修正PRがマージされているのだけれど、まだリリースされてないっぽい。 Nodejs ぐらい広く使われてる処理系にしては、仕様がどうとか不足ではなく結構デカ目の不具合にあたったの初めてだったので、まぁすぐ修正版が使えるようにはなると思うけどなんとなくメモっておく
The text was updated successfully, but these errors were encountered:
Remove outdated workaround, fixed since Nodejs 20.6.0
a51e2ac
#572 kachick/times_kachick#244
Remove outdated workaround, fixed since Nodejs 20.6.0 (#602)
6e8d6a7
直ってた kachick/wait-other-jobs@6e8d6a7
Sorry, something went wrong.
No branches or pull requests
node v20.5.1 で、過去に数億回は書かれてきたであろうサブディレクトリ配下も含めたパスの一覧を取ろうと
fs.readdirSync
に recursive と withFileTypes オプションをくっつけた。そうすると、なんも問題なく返ってきたように見えて 何故か2エントリ しか返らない使い方間違えたのかなと recursive や withFileTypes を外すと途端に全エントリが出るのだけれど、これだと求めている用途には不足なのではてはてと思ってたらまさにそういうバグだった。
nodejs/node#48858
nodejs/node#48698
nodejs/node#48640
upstream では2週間前に修正PRがマージされているのだけれど、まだリリースされてないっぽい。
Nodejs ぐらい広く使われてる処理系にしては、仕様がどうとか不足ではなく結構デカ目の不具合にあたったの初めてだったので、まぁすぐ修正版が使えるようにはなると思うけどなんとなくメモっておく
The text was updated successfully, but these errors were encountered: