From b33141a98b618c36b5951bc206b78ab41a5f6a0d Mon Sep 17 00:00:00 2001 From: pommicket Date: Wed, 10 Sep 2025 15:23:44 -0400 Subject: Clarify that has() doesn't count as reading for unread_keys --- site/spec.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/site/spec.html b/site/spec.html index 481a32f..12e19e6 100644 --- a/site/spec.html +++ b/site/spec.html @@ -538,7 +538,8 @@ time = 35 min
  • unread_keys(conf: Configuration) -> List<String>
    Returns a list of all keys which have not been the target of a get / get_* - call, either directly or through a section obtained from the section function, + call (does not include has), + either directly or through a section obtained from the section function, in an arbitrary order. When configurations are merged, the gotten-ness of the values is preserved. Whether or not getting values from the merged configuration affects the original configurations’ -- cgit v1.2.3