Skip to content

Remove trailing space from BoundDecisionDagNode#43982

Merged
sharwell merged 1 commit intodotnet:masterfrom
sharwell:rm-space
May 5, 2020
Merged

Remove trailing space from BoundDecisionDagNode#43982
sharwell merged 1 commit intodotnet:masterfrom
sharwell:rm-space

Conversation

@sharwell
Copy link
Contributor

@sharwell sharwell commented May 5, 2020

Observed this while working on formatter performance investigations.

@sharwell sharwell requested a review from a team as a code owner May 5, 2020 18:09
{
this.Visit(node.RootNode);
return null;
}
Copy link
Contributor

Choose a reason for hiding this comment

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

Are these code changes the result of removing the space? If so, we should throw an exception in the BoundNode generator if the name fields contain spaces.

Copy link
Member

Choose a reason for hiding this comment

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

Agreed. However, this change is harmless as we don't use the visitor mechanism for decision dags or its nodes.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Are these code changes the result of removing the space?

Yes

Copy link
Contributor

Choose a reason for hiding this comment

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

#43986


In reply to: 420325700 [](ancestors = 420325700)

@sharwell sharwell merged commit 492ff7b into dotnet:master May 5, 2020
@ghost ghost added this to the Next milestone May 5, 2020
@sharwell sharwell deleted the rm-space branch May 5, 2020 21:27
@JoeRobich JoeRobich modified the milestones: Next, 16.7.P2 May 18, 2020
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.

4 participants