From 2aa5f9bc4be0cfd4e836bfdb0b61a55db830acb2 Mon Sep 17 00:00:00 2001 From: Julian Noble Date: Wed, 13 May 2026 01:58:50 +1000 Subject: [PATCH] punkcheck debugging - more --- src/bootsupport/modules/punkcheck-0.1.0.tm | 3 ++- src/modules/punkcheck-0.1.0.tm | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/bootsupport/modules/punkcheck-0.1.0.tm b/src/bootsupport/modules/punkcheck-0.1.0.tm index 4fdc3349..746b8053 100644 --- a/src/bootsupport/modules/punkcheck-0.1.0.tm +++ b/src/bootsupport/modules/punkcheck-0.1.0.tm @@ -303,7 +303,8 @@ namespace eval punkcheck { set o_targets [lsort -dictionary -increasing $relativepath_targetset] ;#exact sort order not critical - but must be consistent - #set targetdict [my targetset_dict] + #load as dict to test for dupes + set targetdict [my targetset_dict] set record_list [punkcheck::load_records_from_file $punkcheck_file] set extractioninfo [punkcheck::recordlist::extract_or_create_fileset_record $o_targets $record_list] diff --git a/src/modules/punkcheck-0.1.0.tm b/src/modules/punkcheck-0.1.0.tm index 4fdc3349..746b8053 100644 --- a/src/modules/punkcheck-0.1.0.tm +++ b/src/modules/punkcheck-0.1.0.tm @@ -303,7 +303,8 @@ namespace eval punkcheck { set o_targets [lsort -dictionary -increasing $relativepath_targetset] ;#exact sort order not critical - but must be consistent - #set targetdict [my targetset_dict] + #load as dict to test for dupes + set targetdict [my targetset_dict] set record_list [punkcheck::load_records_from_file $punkcheck_file] set extractioninfo [punkcheck::recordlist::extract_or_create_fileset_record $o_targets $record_list]