shithub: puzzles

Download patch

ref: c5076be383d7630d70666a543306c8f6ee65edb9
parent: c224416c76e41f284b318adc51f08c3ed11de8e2
author: Simon Tatham <anakin@pobox.com>
date: Sun Jun 25 11:20:50 EDT 2023

Keen: fix another misuse of dsf_canonify.

Chris Boyle points out that outline_block_structure has a comment
saying that we're supposed to have picked a square with a boundary to
its left. dsf_canonify no longer guarantees that, but dsf_minimal
does. Switch to using that throughout the function.

'keen --generate 10#12345 --print 5x2' failed an assertion before this
fix, and now doesn't.