Skip to content

Conversation

sungam3r
Copy link
Member

@sungam3r sungam3r commented Jan 4, 2021

@sungam3r sungam3r requested a review from Shane32 January 4, 2021 14:17
@sungam3r sungam3r added the BREAKING Breaking changes in either public API or runtime behavior label Jan 4, 2021
@github-actions github-actions bot added CI CI configuration issue or pull request test Pull request that adds new or changes existing tests labels Jan 4, 2021

var matches = _lineRegex.Matches(source.Body);
foreach (Match match in matches)
if (position > 0)
Copy link
Member Author

Choose a reason for hiding this comment

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

optimization for position=0 (uninitialized location from graphql-dotnet/graphql-dotnet#2111 (comment))

@sungam3r sungam3r removed the test Pull request that adds new or changes existing tests label Jan 4, 2021
@sungam3r sungam3r merged commit 02b94ba into master Jan 4, 2021
@sungam3r sungam3r deleted the develop branch January 4, 2021 14:49
@sungam3r sungam3r restored the develop branch January 4, 2021 15:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BREAKING Breaking changes in either public API or runtime behavior CI CI configuration issue or pull request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants