Avatar
Avatar
kebo
https://github.com/apple/swift/pull/65993 みたいに Evolution にないフラグも入って来る感じなら結局一覧は https://github.com/apple/swift/blob/main/include/swift/Basic/Features.def を見ないとわからなくなっていくんじゃないかなと思うんですがどうなんでしょうね.
feature フラグの一覧が無い問題ですが,swift -print-supported-features で feature フラグの完全な一覧が表示できるようになってました.Swift 6.2 にも cherry-pick されそうです. https://github.com/swiftlang/swift/pull/80833
Replace -emit-supported-features with -emit-supported-arguments mode because "features" part was never implemented. Introduce -print-supported-features option that prints supporte...
👀 2