swiftlang / sourcekit-lsp

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

Adjust test cases for fixed enum case rename #1471

Closed ahoppen closed 3 months ago

ahoppen commented 3 months ago

Linked to https://github.com/apple/swift-syntax/pull/2678 and https://github.com/apple/swift/pull/74241


Enum case rename is fixed by changes in sourcekitd. We can remove our workaround for the issue and add test cases that test the rename behavior.

Fixes #1228 rdar://127646036

ahoppen commented 3 months ago

https://github.com/apple/swift-syntax/pull/2678 https://github.com/apple/swift/pull/74241

@swift-ci Please test

ahoppen commented 3 months ago

https://github.com/apple/swift/pull/74241 https://github.com/apple/sourcekit-lsp/pull/1471

@swift-ci Please test

ahoppen commented 3 months ago

https://github.com/apple/swift-syntax/pull/2678 https://github.com/apple/swift/pull/74241

@swift-ci Please test

ahoppen commented 3 months ago

https://github.com/apple/swift-syntax/pull/2678 https://github.com/apple/swift/pull/74241

@swift-ci Please test Windows

ahoppen commented 3 months ago

https://github.com/apple/swift-syntax/pull/2678 https://github.com/apple/swift/pull/74241

@swift-ci Please test macOS

ahoppen commented 3 months ago

https://github.com/apple/swift-syntax/pull/2678 https://github.com/apple/swift/pull/74241

@swift-ci Please test Linux