Skip to content

Fix invalid simplification on wrapped weekday selectors

David Faure requested to merge work/dfaure/fix_simplify_wrapped_weekdays into master

e.g. Sa-Tu was removed completely (!) Now WeekdayRange::simplify both parses such selectors, and can output such selectors, going back as far as possible from Monday if the days before it are part of the selector too.

This doesn't really simplify the simplify() method, on the contrary :-)

Merge request reports