swiftlang / sourcekit-lsp

Language Server Protocol implementation for Swift and C-based languages
Apache License 2.0
3.2k stars 264 forks source link

Relax assertions about diagnostics from missing protocol requirements #1473

Closed ahoppen closed 3 weeks ago

ahoppen commented 3 weeks ago

In some Swift 6 toolchains, the diagnostic about missing protocol requirements is emitted on the protocol in the inheritance clause instead of the conforming type. Relax a few assertions in the tests.

ahoppen commented 3 weeks ago

@swift-ci Please test