-
Notifications
You must be signed in to change notification settings - Fork 652
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
#2034 StackOverflow when using increment: Inherit: new unit test #2059
Conversation
|
||
fixture.Checkout("develop"); | ||
fixture.MergeNoFF("master"); | ||
fixture.AssertFullSemver(currentConfig, "0.1.3-alpha.1"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
StackOverflow exception here
Hm. I had hoped the test failing would give us a stack trace from where the |
Hi. Thanks to you!
|
Thanks for the stack trace! It reduces the problem down to these two lines, which invoke each other perpetually:
I find it a bit troubling that GitVersion/src/GitVersionCore/Configuration/BranchConfigurationCalculator.cs Lines 150 to 151 in f0e5275
I think the following comment describes the situation well:
|
9801764
to
b7a7608
Compare
Closed in favor of #3445 |
This PR consists of the new unit test that reproduces an issue #2034 StackOverflow exception while using increment: Inherit config, and branches merging