Avatar
Avatar
Yuta Saito
そういえばDirectoryEnumerator忘れてました。もうFoundation側で有効にできますね
FTS 版 DirectoryEnumerator をようやくお試ししてみました.実際に swift-corelibs-foundation をビルドして結合テストするのはちょっと大変なので,swift-corelibs-foundation から FTS 周りの #if !os(WASI) を外した場合とほぼ同等のコードを swift-format 側に引っ張ってきてテストしてみました.swift-format のユニットテストと本体バイナリの実挙動は何も問題ありませんでした. https://github.com/kkebo/swift-format/pull/601
All code in the WASIHelpers target is almost the same as swift-corelibs-foundation now. If this works well, we should be able to unblock FTS-related code for WASI in the upstream swift-corelibs-fou...
❤️ 1