Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GH-3143: Don't try to parse empty solution file lines #3147

Merged
merged 1 commit into from
Feb 17, 2021

Conversation

nmbro
Copy link
Contributor

@nmbro nmbro commented Feb 15, 2021

Fixes #3143

Should I care about Rider changing unrelated lines of code in Resources.Designer.cs?

@nmbro nmbro changed the title (GH-3143) Don't try to parse empty solution file lines GH-3143 Don't try to parse empty solution file lines Feb 15, 2021
@nmbro nmbro changed the title GH-3143 Don't try to parse empty solution file lines GH-3143: Don't try to parse empty solution file lines Feb 15, 2021
Copy link
Member

@augustoproiete augustoproiete left a comment

Choose a reason for hiding this comment

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

LGTM. Other than the unrelated changes in Resources.Designer.cs that we wouldn't want to make.

Copy link
Member

@augustoproiete augustoproiete left a comment

Choose a reason for hiding this comment

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

LGTM. @nmbro Could you squash the commits and rebase on top of latest develop?

No longer needed. I did it myself. Will merge after CI finishes.

Copy link
Member

@augustoproiete augustoproiete left a comment

Choose a reason for hiding this comment

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

LGTM

@augustoproiete augustoproiete merged commit a3e7640 into cake-build:develop Feb 17, 2021
@augustoproiete
Copy link
Member

@nmbro your changes have been merged, thanks for your contribution 👍

@nmbro nmbro deleted the GH-3143 branch February 17, 2021 09:30
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.

ParseSolution throws IndexOutOfRangeException on empty lines
2 participants