dark icon indicating copy to clipboard operation
dark copied to clipboard

Off-by-one Tuple Reconstruction bug

Open StachuDotNet opened this issue 3 years ago • 2 comments

Given the tuple, ("aaa|aa", "c|cccc", "eeeee") highlighting between the |s and cutting should leave ("aaa", "eeeee") but leaves ("aaaa", "eeeee"). There's some off-by-one error here.

Once these are done, 2 TUPLETODO commented-out tests are likely to auto-resolve.

StachuDotNet avatar Jul 13 '22 14:07 StachuDotNet

Somehow, this has resolved itself? I can't reproduce, for lists or tuples.

StachuDotNet avatar Aug 15 '22 19:08 StachuDotNet

Nevermind - I can repro - but seemingly only with mixed types? e.g. I can repro with ("hel|lo", 12|34) but not with 2 strings

StachuDotNet avatar Aug 15 '22 19:08 StachuDotNet

How's this looking now?

pbiggar avatar Oct 18 '22 03:10 pbiggar

Will be fixed by #4531

StachuDotNet avatar Oct 18 '22 13:10 StachuDotNet