-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[Diagnostics] Port invalid reference to mutating
member diagnostics to new framework
#26014
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
Conversation
/cc @sl |
@swift-ci please test |
@swift-ci please smoke test compiler performance |
Build failed |
@swift-ci please smoke test compiler performance |
Summary for master smoketestUnexpected test results, excluded stats for ReactiveCocoa Regressions found (see below) Debugdebug briefRegressed (1)
Improved (0)
Unchanged (delta < 1.0% or delta < 100.0ms) (2)
debug detailedRegressed (0)
Improved (0)
Unchanged (delta < 1.0% or delta < 100.0ms) (21)
Releaserelease briefRegressed (0)
Improved (0)
Unchanged (delta < 1.0% or delta < 100.0ms) (3)
release detailedRegressed (0)
Improved (0)
Unchanged (delta < 1.0% or delta < 100.0ms) (21)
|
I think these 195 ms if difference in debug build are just noise because no other counters have changed. |
@swift-ci please test Linux platform |
@swift-ci please test source compatibility |
23d9722
to
2404826
Compare
@swift-ci please test |
@swift-ci please test source compatibility |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
@swift-ci please test |
1 similar comment
@swift-ci please test |
Originally CSDiag had to guess whether this is a problem by trying to lookup member
name again and do ad-hoc argument to parameter matching, but new diagnostic framework
provides a more convenient way to archive this by introducing (disabled by default)
overload choice with associated fix, so solver could do the argument matching and
check whether member fits into larger expression.