codex/issue-14-completion-check
main
@@ -297,10 +297,11 @@ namespace {
sqs.push_back(sq);
pos = grid.next_pos(pos + idx);
idx = grid.largest_square(pos, n);
// Have we reached the end? If so success!
if (pos == grid.end()) { break; }
}
return {length, sqs};
The note is not visible to the blocked user.