-
Notifications
You must be signed in to change notification settings - Fork 10.6k
Closed
Labels
bugA deviation from expected or documented behavior. Also: expected but undesirable behavior.A deviation from expected or documented behavior. Also: expected but undesirable behavior.code completionArea → source tooling: code completionArea → source tooling: code completionfound by stress testerFlag: An issue found by the SourceKit stress testerFlag: An issue found by the SourceKit stress testersource toolingArea: IDE support, SourceKit, and other source toolingArea: IDE support, SourceKit, and other source tooling
Description
| Previous ID | SR-14901 |
| Radar | rdar://77257754 |
| Original Reporter | @ahoppen |
| Type | Bug |
Additional Detail from JIRA
| Votes | 0 |
| Component/s | CodeCompletion |
| Labels | Bug, FoundByStressTester |
| Assignee | None |
| Priority | Medium |
md5: 6f3c99d791a2b9f50df30b3cd5bbcc5f
Issue Description:
The following test case takes ~4 minutes to complete
// RUN: %swift-ide-test --code-completion --source-filename %s --code-completion-token COMPLETE
b == b.#^COMPLETE^# == b == bLooking at -debug-constraints this appears to be because the type checker needs to check all combinations of the == overload.
Metadata
Metadata
Assignees
Labels
bugA deviation from expected or documented behavior. Also: expected but undesirable behavior.A deviation from expected or documented behavior. Also: expected but undesirable behavior.code completionArea → source tooling: code completionArea → source tooling: code completionfound by stress testerFlag: An issue found by the SourceKit stress testerFlag: An issue found by the SourceKit stress testersource toolingArea: IDE support, SourceKit, and other source toolingArea: IDE support, SourceKit, and other source tooling