Skip to content
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

SourceKit requests started timing out because ErrorExpr gets assigned a placeholder type #60192

Open
ahoppen opened this issue Jul 22, 2022 · 0 comments
Labels
bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. found by stress tester Flag: An issue found by the SourceKit stress tester

Comments

@ahoppen
Copy link
Contributor

ahoppen commented Jul 22, 2022

A few bogus expressions in the stress tester started timing out because we are assigning placeholder types to ErrorExpr instead of null types, which we did before #60062. Figure out if there’s something we can do here to speed up code completion again.

rdar://97442747

@ahoppen ahoppen added the bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. label Jul 22, 2022
@ahoppen ahoppen changed the title Code completion started timing out because ErrorExpr gets assigned a placeholder type SourceKit requests started timing out because ErrorExpr gets assigned a placeholder type Jul 22, 2022
ahoppen added a commit to ahoppen/swift-source-compat-suite that referenced this issue Jul 22, 2022
@ahoppen ahoppen added the found by stress tester Flag: An issue found by the SourceKit stress tester label Mar 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. found by stress tester Flag: An issue found by the SourceKit stress tester
Projects
None yet
Development

No branches or pull requests

1 participant