Commit Graph

4 Commits

Author SHA1 Message Date
Karoy Lorentey
bd97f9d4ff [test][IDE] Update code completion expectation 2024-03-18 11:09:08 -07:00
Karoy Lorentey
4b1477cc2c [test] Update tests for new stdlib 2024-03-18 11:08:32 -07:00
Rintaro Ishizaki
18dc9c1c27 [CodeCompletion] Remove CodeComletionString::getName()
`CodeCompletioString::getName()` was used only as the sorting keys in
`CodeCompletionContext::sortCompletionResults()` which is effectively
deprecated. There's no reason to check them in `swift-ide-test`. Instead,
check `printCodeCompletionResultFilterName()` that is actually used for
filtering.
2021-07-16 13:24:19 -07:00
Luciano Almeida
ecc5b90aa5 [CodeCompletion] Do not erase dot for code completion key path optiona root unwrapped members 2020-09-01 12:33:00 -03:00