<feed xmlns='http://www.w3.org/2005/Atom'>
<title>colitur.git/lib/kernel/slug.ml, branch v0.1.0</title>
<subtitle>deterministic OCaml engine to compute and validate liturgical calendars for multiple rites, template-driven output to year 9999</subtitle>
<id>https://git.labunix.xyz/colitur.git/atom?h=v0.1.0</id>
<link rel='self' href='https://git.labunix.xyz/colitur.git/atom?h=v0.1.0'/>
<link rel='alternate' type='text/html' href='https://git.labunix.xyz/colitur.git/'/>
<updated>2026-08-12T08:40:27Z</updated>
<entry>
<title>kernel+rite-ef: correct stale plan-relative deferrals (item 7, part 2)</title>
<updated>2026-08-12T08:40:27Z</updated>
<author>
<name>Lukasz Kasprzak</name>
<email>lukas@labunix.xyz</email>
</author>
<published>2026-08-12T08:40:27Z</published>
<link rel='alternate' type='text/html' href='https://git.labunix.xyz/colitur.git/commit/?id=6d6ba502d8022d9e0b8cdc5302f5761d39895192'/>
<id>urn:sha1:6d6ba502d8022d9e0b8cdc5302f5761d39895192</id>
<content type='text'>
Several comments described work as "arriving with Plan 3" or "waiting
for Plan 3" that either shipped without it or refer to the wrong future
plan number, all now false in ways that would mislead the next reader:

- temporal_ef.ml (two places) and precedence_ef.ml said the Major
  Litanies (25 April, RG 80) "arrive with Plan 3's sanctoral". Plan 3
  shipped, in this branch, without them; register §6 tracks this as a
  plain open item with no plan committed to build it, and now says so.
- temporal_ef.ml said the Sacred Triduum's "own named offices are a Plan
  3 sanctoral addition". Wrong on two counts: Plan 3 shipped without
  adding them, AND a proper office for I-class FERIAS was never a
  sanctoral matter in the first place (RG 21 defines "feria" to exclude
  Sundays/feasts, not the reverse). 2026-04-02/03/04 still resolve to the
  ordinary Passiontide ferial fallback's own generic slugs
  (ef-passiontide-2-{thursday,friday,saturday}), confirmed against real
  output; register §6 now records this as its own open item.
- temporal_ef.ml said the Rogation-Wednesday commemoration (Ascension
  Vigil day, entry 21) "waits for RG 108-111" -- both the precedence
  framework and RG 108-111 exist now; the Wednesday's own commemoration
  is still never constructed, but for a different, still-real reason (no
  candidate is wired for it), not a forward dependency. Fixed at both of
  this comment's two occurrences in the file.
- vocab.ml/vocab.mli's `seasons` field doc said "Validate's contiguity
  check reads this" -- false since validate.ml's "seasons" check switched
  to Rite.t.season_runs in this branch (rite-supplied, to support a
  season appearing in more than one run, which the modern form's Ordinary
  Time needs and EF does not).
- vocab.ml/vocab.mli's `ranks` field doc said "it is not a precedence
  relation until Plan 3 defines one" -- Plan 3 did define one (RG 111's
  dignity ordering), but as its own small, separately-hardcoded function
  in precedence_ef.ml, not one derived from this field; corrected to say
  so precisely rather than leaving a forward-looking claim unresolved.
- The lectionary bootstrap (reading citations, Liturgical_day.t's own
  `citations` field) is called "Plan 3" at slug.ml, vocab_ef.ml, and
  three places in temporal_ef.ml, but "Plan 4" at liturgical_day.mli
  (whose own doc comment -- "always empty until Plan 4" -- is the
  authoritative one: the SANCTORAL bootstrap is Plan 3 and shipped; the
  LECTIONARY bootstrap is a separate, later Plan 4). All six corrected to
  say Plan 4, cross-referencing the Plan 3/4 distinction at the first
  (slug.ml) occurrence so the reasoning is not duplicated six times.

No behaviour change: every edit here is a comment/documentation
correction. Verified byte-identical `colitur day` output across 1583,
1900, 1902, 2008, 2011, 2026, 2038, 9999. 259/259 tests green.
</content>
</entry>
<entry>
<title>kernel: Slug and Lang validated private strings</title>
<updated>2026-08-11T09:25:56Z</updated>
<author>
<name>Lukasz Kasprzak</name>
<email>lukas@labunix.xyz</email>
</author>
<published>2026-08-11T09:25:56Z</published>
<link rel='alternate' type='text/html' href='https://git.labunix.xyz/colitur.git/commit/?id=ca289b2f43a5b097c4ec20308c1661a0c404399c'/>
<id>urn:sha1:ca289b2f43a5b097c4ec20308c1661a0c404399c</id>
<content type='text'>
Both parse through a smart constructor returning result, and both hand-write
t_of_sexp so a malformed value in a data file is rejected at load rather than
silently accepted -- deriving the converter would have bypassed validation.
</content>
</entry>
</feed>
