From 6ae91130c7c2ff1c11ecfe5798d8037954a4d570 Mon Sep 17 00:00:00 2001 From: pommicket Date: Tue, 23 Sep 2025 01:54:50 -0400 Subject: Stricter requirements about locations of sections --- site/spec.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'site') diff --git a/site/spec.html b/site/spec.html index 068d688..704395b 100644 --- a/site/spec.html +++ b/site/spec.html @@ -456,8 +456,11 @@ time = 35 min Useful for reporting invalid values. If a key k isn’t given a value in the configuration, but a key of the form k.j is, then the - location of the definition of an arbitrary such key - should be considered the location of k. + location of the definition of the earliest such key + should be considered the location of k. Here “earliest” means having + the least line number; when there are keys from multiple files to consider + (as may be the case in merged configurations), + which one is earliest is determined arbitrarily.
  • get(conf: Configuration, key: String) -> Optional<String>
    -- cgit v1.2.3