Skip to content

Conversation

@AlekseyTs
Copy link
Contributor

@AlekseyTs AlekseyTs commented Jun 7, 2022

Closes #61470.
Related to #56753.

Test plan #60968

@AlekseyTs
Copy link
Contributor Author

@RikkiGibson, @333fred, @dotnet/roslyn-compiler Please review.

2 similar comments
@AlekseyTs
Copy link
Contributor Author

@RikkiGibson, @333fred, @dotnet/roslyn-compiler Please review.

@AlekseyTs
Copy link
Contributor Author

@RikkiGibson, @333fred, @dotnet/roslyn-compiler Please review.

@jcouv jcouv self-assigned this Jun 9, 2022
[InlineData("implicit", true)]
[InlineData("explicit", false)]
[InlineData("explicit", true)]
public void ConsumeAbstractConversionOperator_11([CombinatorialValues("implicit", "explicit")] string op, bool needCast)
Copy link
Member

@jcouv jcouv Jun 9, 2022

Choose a reason for hiding this comment

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

Can we remove CombinatorialValues?
nit: useCast would make more sense than needCast #Resolved

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 Thanks (iteration 1)

@AlekseyTs
Copy link
Contributor Author

@RikkiGibson, @333fred, @dotnet/roslyn-compiler For the second review.

@RikkiGibson RikkiGibson self-assigned this Jun 10, 2022
@AlekseyTs
Copy link
Contributor Author

@RikkiGibson, @333fred, @dotnet/roslyn-compiler For the second review.

@AlekseyTs
Copy link
Contributor Author

@333fred, @RikkiGibson, @dotnet/roslyn-compiler For the second review.

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 (commit 2)

@AlekseyTs AlekseyTs merged commit 0662acd into dotnet:main Jun 13, 2022
@ghost ghost added this to the Next milestone Jun 13, 2022
@RikkiGibson RikkiGibson modified the milestones: Next, 17.3 P3 Jun 28, 2022
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.

Adjust implementation of user-defined conversion resolution according to the latest LDM decision

4 participants