diff options
Diffstat (limited to 'test/test_rite_of.ml')
| -rw-r--r-- | test/test_rite_of.ml | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/test/test_rite_of.ml b/test/test_rite_of.ml index 90cedc1..d16bcf3 100644 --- a/test/test_rite_of.ml +++ b/test/test_rite_of.ml @@ -204,7 +204,19 @@ let test_year_9999_does_not_raise () = THIS TASK'S SCOPE to fix -- lectionary_of.* and data/of/lectionary.sexp are excluded from this task's brief, and temporal_of.ml's own rubric logic is Task 1's deliverable -- reported as concerns in this task's own - report rather than fixed here or silently excluded without explanation. *) + report rather than fixed here or silently excluded without explanation. + + CORRECTED (fix-lectionary-anchors task, 2026-08-26): the of-nativity- + vigil/[anchors] disagreement described in the paragraph above is now + FIXED -- {!Temporal_of.anchors} carries the same Sunday guard [named] + already had. A dedicated exhaustive sweep + (test_temporal_of.ml's own [test_exhaustive_domain_sweep], every civil + year 1584-9997 under COLITUR_EXHAUSTIVE_SWEEP=1) confirmed this was + also the ONLY unexplained [anchors]/[temporal] drift anywhere in the + domain -- the other two items in this paragraph (the lectionary + weekday-cycle-letter asymmetry, and the Holy Family 30-December + fallback {!is_known_holy_family_fallback_gap} below already pins) are + unrelated and remain open, unchanged by this fix. *) let sample_years = let rec range a b = if a > b then [] else a :: range (a + 1) b in range 2005 2050 |
