-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Revert "Avoid creating result temp for is-expressions (#72273)" #72827
Conversation
This reverts commit 00c20fc.
Cursed. I'm gonna leave that change to you guys if you decide to come back to it. (looks like it happens with await in finally, has nothing to do with dynamic). edit: out of curiosity I took a peek at the issue, for one, the compiler does not expect labels in expressions so this wouldn't be a small fix. |
Retargeted this revert PR to |
@dotnet/roslyn-compiler for second sign-off. Thanks |
…dotnet#72827) This reverts commit 00c20fc.
* upstream/main: (416 commits) Semantic search (dotnet#71268) Make more static Fix MEF import of IExternalCSharpCopilotCodeAnalysisService to allow null Make static Make private Add comments Add method name to TimeInQueue telemetry (dotnet#72841) switch to frozen Simplify Add test Downstream Use singular helper when creating checksumsw Use singular helper when creating checksumsw Remove ability for a project to change its language Revert "Avoid creating result temp for is-expressions (dotnet#72273)" (dotnet#72827) Localized file check-in by OneLocBuild Task: Build definition ID 327: Build ID 2420199 Localized file check-in by OneLocBuild Task: Build definition ID 327: Build ID 2420199 Localized file check-in by OneLocBuild Task: Build definition ID 327: Build ID 2420199 Localized file check-in by OneLocBuild Task: Build definition ID 327: Build ID 2420199 Improve generic type argument list error recovery (dotnet#69734) ...
This reverts commit 00c20fc from PR #72273
The change caused a regression (compiler crash, issue #72753) but we won't have time to investigate for 17.10, so need to revert the change.
We'll need to re-open issues #59615 and #55334
DevDiv issue for QB mode: https://devdiv.visualstudio.com/DevDiv/_workitems/edit/2014915
FYI @alrz