Skip to content

Conversation

@carlossanlop
Copy link
Contributor

The param name was not matching the one in the signatures (lines 1572 and 1587 within the same file), so I changed it so it stops showing up as undocumented in the Excel file. It also matches the source file:

src/System/Text/Json/Reader/Utf8JsonReader.cs#L502

Note: Even though the param description does not match the one in the triple slash comments (we added "utf-8"), after I looked at the code, it seems that the text is going to be compared as utf8 anyway.

@carlossanlop carlossanlop added the waiting-on-reviews Indicates PRs that cannot be merged because of the lack of reviews label Aug 8, 2019
@carlossanlop carlossanlop added this to the August 2019 milestone Aug 8, 2019
@carlossanlop carlossanlop self-assigned this Aug 8, 2019
Copy link

@rpetrusha rpetrusha left a comment

Choose a reason for hiding this comment

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

Interesting. I wonder how the disparity happened. In any case, this looks good, and text is consistent with both source and all of the signature data in the XML. I'll merge your PR now, @carlossanlop.

@rpetrusha rpetrusha merged commit 1d39dcf into dotnet:master Aug 8, 2019
@rpetrusha rpetrusha removed the waiting-on-reviews Indicates PRs that cannot be merged because of the lack of reviews label Aug 8, 2019
@carlossanlop
Copy link
Contributor Author

Interesting. I wonder how the disparity happened.

We've seen this happen before, right @mairaw? It happens when the parameter name is changed in src but not in the ref.

@carlossanlop carlossanlop deleted the Json.Utf8JsonReader.ValueTextEquals branch August 8, 2019 20:29
@mairaw
Copy link
Contributor

mairaw commented Aug 8, 2019

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants