-
Notifications
You must be signed in to change notification settings - Fork 23
Description
When layering sanctorale data files there are occasionally cases where we need to just delete contents of a day inherited from a parent file without replacing them with other celebrations.
Real-life example: in the General Roman Calendar on 14th February there is the memorial of Sts. Cyril and Methodius, but in Czech Republic and some other countries they are celebrated on another date and there is no sanctorale celebration on 14th February. When modelling the Czech calendar as a layer over the General Roman Calendar, we need to be able to specify on 14th February delete all content copied from the parent instance.
In the data file it will be written as a date entry with no content:
# with a month heading like this
= 2
14
# or with inline month like this
2/14
Internal representation in Sanctorale
data structure and related changes to the behaviour of the public interface need to be thoroughly considered.