Closed dbrnz closed 5 years ago
Really? It was a missing this
?? Did I miss something or is that the whole solution? :D
Yes, that was all! Otherwise this comparison for the new Arc()
constructors called from splitAt()
were comparing a boolean and an integer. This will always be false
.
That means you were completely right when you pointed out your guess about the one commit which broke it - because we converted those variables :D
Intuition and many decades of debugging software :-)
Jeah I guess :D. I will merge that when iam home! Thank you very much!
This fixes #35.