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

[SR-9890] Swift shouldn't warn about slow typechecking in functions that fail to typecheck without timing out. #52296

Open
dabrahams opened this issue Feb 8, 2019 · 1 comment
Labels
compiler The Swift compiler in itself improvement performance

Comments

@dabrahams
Copy link
Collaborator

Previous ID SR-9890
Radar None
Original Reporter @dabrahams
Type Improvement
Additional Detail from JIRA
Votes 0
Component/s Compiler
Labels Improvement
Assignee None
Priority Medium

md5: 9491af4c8216f39e3e6b19866ea30431

Issue Description:

These are typically cases that will typecheck quickly once the developer corrects the actual programming error, so the warning is just reporting something that only the Swift team can fix.

@belkadan
Copy link
Contributor

You're using an internal debugging option, not a supported feature of the compiler. We want to know why things are slow even when they fail to typecheck.

@swift-ci swift-ci transferred this issue from apple/swift-issues Apr 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compiler The Swift compiler in itself improvement performance
Projects
None yet
Development

No branches or pull requests

3 participants