igneus / calendarium-romanum

liturgical calendar library (Roman Catholic, post-Vatican II)
50 stars 21 forks source link

Celebration#sunday? and privileged Sundays #37

Closed igneus closed 4 years ago

igneus commented 6 years ago

Celebration#sunday? currently returns true only for "simple" Sundays (Table of Liturgical Days, II.6; here known as CalendariumRomanum::Ranks::SUNDAY_UNPRIVILEGED). It would be desirable to return true also for Sundays ranked as I.2 (CalendariumRomanum::Ranks::PRIMARY): Sundays of Advent, Lent etc. The data currently contained in Celebration instances are not sufficient. It will be necessary to introduce a new instance variable and populate it properly.