Skip to content

Remember whether off or closed was used

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

No public API changed, Interval::State still only knows Closed. The distinction is internal, using a separate State enum in the parser, and a flag in the rule. A simple bool could have been enough, I made room for other possible flags but I doubt it'll be useful. At least it's good for readability...

Merge request reports