In the wibbly-wobbly.ks example, if I change repeat 3 to repeat 4 in upWobbly, the entire error message is:
error: expected 21 stitches, but only 19 are available
at row repeat on line 30, column 2, in <empty>
which is actually referring to a completely different row repeat in wibblyWobbly. It's tricky since repeat 4 in upWobbly isn't wrong by itself, it's only wrong when combined with everything else, but it would be nice if the error message could mention that line, or at least the upWobbly pattern by name, somewhere in it.
In the wibbly-wobbly.ks example, if I change
repeat 3
torepeat 4
inupWobbly
, the entire error message is:which is actually referring to a completely different row repeat in
wibblyWobbly
. It's tricky sincerepeat 4
inupWobbly
isn't wrong by itself, it's only wrong when combined with everything else, but it would be nice if the error message could mention that line, or at least theupWobbly
pattern by name, somewhere in it.