Skip to content

Cleanup substring code#48834

Merged
CyrusNajmabadi merged 4 commits intodotnet:masterfrom
CyrusNajmabadi:cleanup
Oct 23, 2020
Merged

Cleanup substring code#48834
CyrusNajmabadi merged 4 commits intodotnet:masterfrom
CyrusNajmabadi:cleanup

Conversation

@CyrusNajmabadi
Copy link
Contributor

No description provided.

@CyrusNajmabadi CyrusNajmabadi requested review from a team as code owners October 22, 2020 02:01
@Dotnet-GitSync-Bot
Copy link
Collaborator

I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label.

builder.AddText(FeaturesResources.Awaited_task_returns_0.Substring(0, symbolIndex));
builder.AddRange(mainDescriptionTaggedParts);
builder.AddText(FeaturesResources.Awaited_task_returns_0.Substring(symbolIndex + defaultSymbol.Length));
builder.AddText(FeaturesResources.Awaited_task_returns_0[(symbolIndex + defaultSymbol).Length..]);
Copy link
Member

Choose a reason for hiding this comment

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

Those parentheses are not right. Bug in the fixer, or manual change?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

manual. good catch. =-0

we've fixed this in the fixer. but i'm running an older version.

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 4)

@jcouv jcouv added the Area-IDE label Oct 22, 2020
@CyrusNajmabadi CyrusNajmabadi merged commit b09625a into dotnet:master Oct 23, 2020
@CyrusNajmabadi CyrusNajmabadi deleted the cleanup branch October 23, 2020 01:01
@ghost ghost added this to the Next milestone Oct 23, 2020
@allisonchou allisonchou modified the milestones: Next, 16.9.P2 Nov 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants