On Mon, Aug 07, 2023 at 10:05:37PM -0400, Thomas Frohwein wrote:
> I looked through the file and it seems that varname_list_changed is
> never set to anything but true. Is there a bit missing, like down lower
> in varname_list_retrieve()?

Yep, I removed it at some point because it looked like some extra
unneeded work, and then I did change my mind because actual patterns
require it several times. So, yeah, it should be set to false there.

As for patterns, well, it will allow to write loops like

.for v in ${.VARIABLES:MMASTER_SITES*}

instead of having to look at MASTER_SITES0...9 manually, just as a for
instance.

Reply via email to