Per-edition precedence and commemoration limits #332
Labels
No labels
area: build
area: ci
area: compare
area: data
area: engine
area: model
area: provenance
area: rite
area: validation
backport
blocked
breaking
confirmed
dependencies
duplicate
epic
github_actions
invalid
needs-info
needs-triage
php
priority: high
priority: low
priority: medium
regression
type: bug
type: chore
type: correction
type: docs
type: enhancement
type: feature
type: fix
type: perf
type: refactor
type: security
wontfix
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Directorium/Core#332
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
Precedence rules AND the number of commemorations allowed differ by edition (1960 cut commemorations sharply). Calendar comparison is only correct if these are per-edition, not assumed universal.
Acceptance criteria
Notes
Load-bearing for the comparison tool.
Done in PR #457 (
be94e04). The output contract'scommemorationLimitnow reports the active edition's class cap viaPrecedenceRules::commemorationClassLimit()(the unguarded per-edition figure, distinct from the day-specificcommemorationLimit()the selector and trace use): 19621/1/2/2, 19543/3/3/3, 19550/1/2/2. The resolver stamps it ontoLiturgicalDay; the hardcodedCalendar\CommemorationLimit1960 static is retired (the per-edition data is now the single source of truth). 1960 data == the old static, so the 1962 golden is byte-identical. Tested across editions byPrecedenceTableTestandMultiSystemContractTest.