Skip to content

Lower expressions of in arguments to correct temp locals#28181

Merged
OmarTawfik merged 1 commit intodotnet:masterfrom
OmarTawfik:bugs/27831/in-async-lowering
Jul 2, 2018
Merged

Lower expressions of in arguments to correct temp locals#28181
OmarTawfik merged 1 commit intodotnet:masterfrom
OmarTawfik:bugs/27831/in-async-lowering

Conversation

@OmarTawfik
Copy link
Contributor

@OmarTawfik OmarTawfik commented Jun 28, 2018

Fixes #27831

@OmarTawfik OmarTawfik added Bug Area-Compilers PR For Personal Review Only The PR doesn’t require anyone other than the developer to review it. labels Jun 28, 2018
@OmarTawfik OmarTawfik added this to the 15.8 milestone Jun 28, 2018
@OmarTawfik OmarTawfik self-assigned this Jun 28, 2018
@OmarTawfik OmarTawfik requested a review from a team as a code owner June 28, 2018 15:29
@OmarTawfik OmarTawfik removed the PR For Personal Review Only The PR doesn’t require anyone other than the developer to review it. label Jun 29, 2018
@OmarTawfik
Copy link
Contributor Author

OmarTawfik commented Jun 29, 2018

@dotnet/roslyn-compiler for review. #Closed

}

[Fact]
[WorkItem(27831, "https://github.com/dotnet/roslyn/issues/27831")]
Copy link
Contributor

@cston cston Jul 2, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this test related to the bug or the code change? If not, consider removing [WorkItem]. #Resolved

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd say yes. The [WorkItem] would help to point why the test was added (negative and positive case below).


In reply to: 199562472 [](ancestors = 199562472)

@333fred 333fred self-assigned this Jul 2, 2018
Copy link
Member

@333fred 333fred left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@333fred 333fred removed their assignment Jul 2, 2018
@OmarTawfik
Copy link
Contributor Author

@jaredpar for merge approval.

@jaredpar
Copy link
Member

jaredpar commented Jul 2, 2018

approved for merge

@OmarTawfik OmarTawfik merged commit ad0deb2 into dotnet:master Jul 2, 2018
@OmarTawfik OmarTawfik deleted the bugs/27831/in-async-lowering branch July 2, 2018 23:25
333fred added a commit to 333fred/roslyn that referenced this pull request Jul 11, 2018
…atures/compiler

* dotnet/features/compiler: (137 commits)
  Actually fix tabs.
  Added back breaking changes doc.
  Addressed PR feedback.
  Track enclosing symbol in data flow analysis, which might be a field or property. (dotnet#28252)
  Change text from 'Spell check' to 'Fix typo'.
  Implement FAR for GetAwaiter methods (dotnet#28230)
  Fix typo
  Fix typo
  Fix import.
  Address PR feedback and fix failing test.
  Lower expressions of in arguments to correct temp locals (dotnet#28181)
  Move to 2.0.7 runtime
  Produce errors on ref-assignment to non-ref parameters
  Fix spelling.
  Preserve left-to-right evaluation order for dynamic compound addition and subtraction.
  inline.
  Provide a spellchecking suggestion when someone mispells a constructor.
  Typo (dotnet#28177)
  PR Comments
  Fix regression in bitness of Interactive Window host (dotnet#28006)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants