Model Ascension, Corpus Christi, and the Sacred Heart as temporal feasts
Deploy / deploy (push) Successful in 1m23s
Deploy / deploy (push) Successful in 1m23s
Adds pre-1955 TemporalFeastRecords (rank duplex-1-classis, real octaves) for the three "feasts of the Lord" that were previously only referenced as bare date offsets: Corpus Christi/Sacred Heart's own days already couldn't lose to a sanctoral candidate, but with no record the day fell back to the generic Trinity-week feria collect and never displayed its real name; Ascension had no protection at all against an ordinary saint winning it outright. Sacred Heart's own record carries the forbidsSuccessorCommemoration flag added in the prior commit, refusing to commemorate Most Precious Blood on the rare late-Easter date they fall adjacent. octave.wins is set to duplex on all three, matching Pentecost's own verified threshold, despite a known conflict with a previously live-verified case (St. Ubald winning First Vespers within Ascension's own octave) -- kept per direct instruction; the affected tests (Ubald, St. Margaret of Scotland) were updated to assert the new behavior, and the tradeoff is documented in ascension.yml and TODO.md. A handful of unrelated test fixtures that happened to land inside these new octave windows were moved to nearby clean dates. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_014axryJBrRswYh2niA7WCUc
This commit is contained in:
@@ -10,8 +10,12 @@ describe('resolveEveningDay', () => {
|
||||
});
|
||||
|
||||
it('does not anticipate between two plain ferias', () => {
|
||||
const day = resolveEveningDay('2026-06-16'); // Tuesday, ordinary trinitytide
|
||||
expect(day.date).toBe('2026-06-16');
|
||||
// 2033-09-06: Tuesday, ordinary trinitytide, genuinely free of any
|
||||
// saint or active octave on both this date and the next (2026-06-16,
|
||||
// used here previously, fell inside Sacred Heart's own octave once
|
||||
// that was modeled 2026-08-26 -- see TODO.md).
|
||||
const day = resolveEveningDay('2033-09-06');
|
||||
expect(day.date).toBe('2033-09-06');
|
||||
});
|
||||
|
||||
it('anticipates Easter from Holy Saturday', () => {
|
||||
|
||||
Reference in New Issue
Block a user