-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[generics] Add an option that causes the generic specializer to validate newly specialized functions earlier when we have more information that we can put into a pretty stack trace. #32627
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
[generics] Add an option that causes the generic specializer to validate newly specialized functions earlier when we have more information that we can put into a pretty stack trace. #32627
Conversation
@swift-ci test |
be42002
to
793008f
Compare
@swift-ci test |
…ate newly specialized functions earlier when we have more information that we can put into a pretty stack trace. I also added support for creating a PrettyStackTraceSILFunction from a twine.
793008f
to
0750b0b
Compare
@swift-ci test |
This is actually a NFC change now that everything is behind the flag, so I am going to do a smoke test. |
Build failed |
@swift-ci smoke test |
5 similar comments
@swift-ci smoke test |
@swift-ci smoke test |
@swift-ci smoke test |
@swift-ci smoke test |
@swift-ci smoke test |
Build failed |
@swift-ci test windows platform |
@meg-gupta thanks! |
I also added support for creating a PrettyStackTraceSILFunction from a twine.