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

Fix error message when passing in parameters by ref #20337

Merged
merged 1 commit into from
Jun 29, 2017
Merged

Fix error message when passing in parameters by ref #20337

merged 1 commit into from
Jun 29, 2017

Conversation

OmarTawfik
Copy link
Contributor

@OmarTawfik OmarTawfik commented Jun 20, 2017

Fixes #18477

Added tests for permutations for all ref kinds, even the ones that fail to parse, like Method(ref readonly x).

@OmarTawfik OmarTawfik added Area-Compilers Bug Feature - Readonly References Readonly References PR For Personal Review Only The PR doesn’t require anyone other than the developer to review it. labels Jun 20, 2017
@OmarTawfik OmarTawfik added this to the 15.5 milestone Jun 20, 2017
@OmarTawfik OmarTawfik self-assigned this Jun 20, 2017
@OmarTawfik OmarTawfik removed the PR For Personal Review Only The PR doesn’t require anyone other than the developer to review it. label Jun 20, 2017
@OmarTawfik
Copy link
Contributor Author

cc @VSadov @dotnet/roslyn-compiler for review.

Copy link
Member

@VSadov VSadov left a comment

Choose a reason for hiding this comment

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

LGTM

@@ -9259,59 +9259,139 @@ static class E
}

[Fact]
public void CircularImplicitConversions()
Copy link
Contributor

@AlekseyTs AlekseyTs Jun 23, 2017

Choose a reason for hiding this comment

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

CircularImplicitConversions [](start = 20, length = 27)

What happened with this test? #Resolved

Copy link
Member

Choose a reason for hiding this comment

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

Something strange with the merge. The test was not deleted, but the diff shows as it was.


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

@AlekseyTs
Copy link
Contributor

Done with review pass.

@VSadov
Copy link
Member

VSadov commented Jun 29, 2017

@dotnet/roslyn-compiler - please review. This one is 9 days old.

Copy link
Member

@jcouv jcouv left a comment

Choose a reason for hiding this comment

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

LGTM

@VSadov VSadov merged commit 03a3517 into dotnet:features/readonly-ref Jun 29, 2017
@OmarTawfik OmarTawfik deleted the fix-18477-invalid-error-message-on-ref-in-parameters branch July 19, 2017 18:24
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.

5 participants