Avatar
ちょうどその人が去年やった変更が以下なんですが,この時に shiz さんが指摘された箇所の不一致対策として入れているのが assert だけなんで,assert がテストされないとしたら今後も別の追加時に同様のミスは起こりそうですね… (それが PR を出さない理由にはならないので一旦気にしなくても良いとは思いますが) https://github.com/swiftlang/swift/pull/70975 (edited)
In this PR I do the following: I discovered that mark_dependence was not marked as look through despite us looking through it. To fix that I changed the actual getUnderlyingObject code to use help...