Skip to content

[test] Split TestLocation column into explicit utf8/utf16 indices #38

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 9, 2019

Conversation

benlangmuir
Copy link
Contributor

Previously we were using character index, which doesn't match what any
clients want. LSP will generally want to compare to the utf16 index,
while anything else probably uses utf8.

Previously we were using character index, which doesn't match what any
clients want. LSP will generally want to compare to the utf16 index,
while anything else probably uses utf8.
@benlangmuir benlangmuir requested a review from akyrtzi as a code owner August 8, 2019 20:59
@benlangmuir
Copy link
Contributor Author

swiftlang/sourcekit-lsp#136

@swift-ci please test

@benlangmuir
Copy link
Contributor Author

swiftlang/sourcekit-lsp#136

@swift-ci please test

1 similar comment
@benlangmuir
Copy link
Contributor Author

swiftlang/sourcekit-lsp#136

@swift-ci please test

@benlangmuir
Copy link
Contributor Author

swiftlang/sourcekit-lsp#136

@swift-ci please test macOS

1 similar comment
@benlangmuir
Copy link
Contributor Author

swiftlang/sourcekit-lsp#136

@swift-ci please test macOS

@benlangmuir benlangmuir merged commit 91f0a33 into swiftlang:master Aug 9, 2019
@benlangmuir benlangmuir deleted the testloc-unicode branch August 9, 2019 02:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants