From 69116b685169ac092740e4dbc3652f7341bb96ac Mon Sep 17 00:00:00 2001 From: Julian Noble Date: Fri, 23 Jun 2023 04:20:56 +1000 Subject: [PATCH] disable ensemble::extend dict which interferes with some packages (sf) - unknown why at this stage --- src/modules/punk-0.1.tm | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/modules/punk-0.1.tm b/src/modules/punk-0.1.tm index ef7e8fe9..8c375a5c 100644 --- a/src/modules/punk-0.1.tm +++ b/src/modules/punk-0.1.tm @@ -227,7 +227,12 @@ namespace eval punk { set dvar } } - punk::ensemble::extend dict ::punk::dictextension + + + #punk::ensemble::extend dict ::punk::dictextension + + + #split a varname of form var1,var2,var3.. at specified char - but ignoring the char within brackets #(a common array variable convention is to use comma for levels). #e.g var(x,y),blah,var(,foo) would be split into var(x,y) blah var(,foo) if comma is specified as the char