#2034 StackOverflow when using increment: Inherit: new unit test#2059
#2034 StackOverflow when using increment: Inherit: new unit test#2059dzenchar wants to merge 2 commits into
Conversation
|
|
||
| fixture.Checkout("develop"); | ||
| fixture.MergeNoFF("master"); | ||
| fixture.AssertFullSemver(currentConfig, "0.1.3-alpha.1"); |
|
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