Skip to content

Conversation

@AlekseyTs
Copy link
Contributor

@AlekseyTs AlekseyTs commented Jun 24, 2019

All the affected APIs are also covering nullable value types now.

@AlekseyTs AlekseyTs requested a review from a team as a code owner June 24, 2019 18:30
@gafter
Copy link
Member

gafter commented Jun 24, 2019

Can you please provide some discussion about the purpose and motivation for this change?


// https://github.com/dotnet/roslyn/issues/26198 Should this API be exposed through ITypeParameterSymbol?
internal abstract bool? IsNotNullableIfReferenceType { get; }
internal abstract bool? IsNotNullable { get; }
Copy link
Member

Choose a reason for hiding this comment

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

IsNotNullable [](start = 32, length = 13)

nit: Consider adding an xml doc while you're here

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)

@jcouv jcouv self-assigned this Jun 24, 2019
@jcouv jcouv added this to the 16.2.P4 milestone Jun 24, 2019
@AlekseyTs
Copy link
Contributor Author

Can you please provide some discussion about the purpose and motivation for this change?

Done.

@AlekseyTs
Copy link
Contributor Author

@dotnet/roslyn-compiler Please review, need a second sign-off for a pure rename change.

@AlekseyTs
Copy link
Contributor Author

AlekseyTs commented Jun 24, 2019

@jasonmalinowski
Copy link
Member

@JoeRobich @ivanbasov Can you take a look at @AlekseyTs's failure there? Only one of the four integration test legs failed, so it indeed looks like some flakiness the automatic rerun didn't pick up.

@AlekseyTs AlekseyTs merged commit 1bf4f5f into dotnet:master Jun 25, 2019
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