Closed gabrielle-ohlson closed 4 years ago
Here are some example files involving shaping that encounter this issue:
This first one includes decreases on both sides and then some short rowing at the end (dealt with in the kniterate non-fancy-takedown-mechanism-add-in-new-carriers way): small_heart_sweater.k small_heart_sweater.kc
And then this one is a hexagon (increases, then decreases): small_heart_shape.k small_heart_shape.kc
Both of them throw the error described above. I'm going to try to figure out what's going wrong this morning, but I will likely need some help navigating @ixchow 's code.
It is to be noted that my knitout for the hexagonal knit has an issue on its own accord, involving too many stitches being stacked on one needle (caused by consecutive decreases where the colorwork pattern resulted in the stacked needle not being knit after dec#1, then xfered in dec#2. Planning to fix this today)
Removed some redundant (and un-needed) left/right stop computation in 2c27f2e -- seems to resolve this.
Here's the error that's thrown in the console:
Output file is still created (haven't gotten a chance to properly look it over but it does seem as though there are errors)