Skip to content
  • David Faure's avatar
    Remember whether off or closed was used · 28aecd96
    David Faure authored
    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...
    28aecd96