Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rank granularity #95

Open
igneus opened this issue Jul 8, 2022 · 0 comments
Open

Rank granularity #95

igneus opened this issue Jul 8, 2022 · 0 comments
Labels

Comments

@igneus
Copy link
Owner

igneus commented Jul 8, 2022

One of the core concepts of the implemented calendar system is Table of Liturgical Days (defined in Normae universales de anno liturgico et de calendario, art. 59), which governs precedence among celebrations, i.e. which of two occurring or concurring celebrations will win and which will be omitted altogether, transferred to another day or lose its Vespers in favor of the winning celebration.

In calendarium-romanum the Table is modeled mostly in the CalendariumRomanum::Ranks enumeration. The Table is a nested list of three levels (roman numerals, arabic numerals, letters), but calendarium-romanum has so far been using a model ignoring the third level. The main reason for this is my unfamiliarity with details of the calendar system at the time I was laying foundation of the library; the excuse for not having changed it up to this day is that I haven't encountered a scenario where the more detailed / more correct model would have any effect on the results.

Since the third level is only present in the ranks of proper celebrations (i.e. all celebrations some calendar has in addition to those of the General Roman Calendar) - proper solemnities, proper feasts, proper obligatory memorials - the more detailed Rank model would only make difference in proper calendars and only in scenarios of occurrence or concurrence of two proper celebrations of the same "arabic rank", but different "lettered rank", e.g. solemnity of the principal patron of a city vs. titular solemnity of a given church.

Occurrence is only possible when one of the two (proper!) celebrations is date-based and the other Easter-based, celebrated on Sunday, or otherwise moving around. (The most common case may be occurrence of saints celebrated in late October with Dedication celebrated on the last Sunday in October.) Concurrence is of importance when two proper solemnities celebrated on subsequent days "fight" over Vespers.

If you are using calendarium-romanum for something where the more detailed Rank model would make a difference, please leave a comment.

@igneus igneus added the question label Jul 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant