simon-git: puzzles (main): Simon Tatham

Commits to Tartarus hosted VCS tartarus-commits at lists.tartarus.org
Sun Jun 25 15:44:38 BST 2023


TL;DR:
  c5076be Keen: fix another misuse of dsf_canonify.

Repository:     https://git.tartarus.org/simon/puzzles.git
On the web:     https://git.tartarus.org/?p=simon/puzzles.git
Branch updated: main
Committer:      Simon Tatham <anakin at pobox.com>
Date:           2023-06-25 15:44:38

commit c5076be383d7630d70666a543306c8f6ee65edb9
web diff https://git.tartarus.org/?p=simon/puzzles.git;a=commitdiff;h=c5076be383d7630d70666a543306c8f6ee65edb9;hp=c224416c76e41f284b318adc51f08c3ed11de8e2
Author: Simon Tatham <anakin at pobox.com>
Date:   Sun Jun 25 15:20:50 2023 +0100

    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.

 keen.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)



More information about the tartarus-commits mailing list