edtf-ruby icon indicating copy to clipboard operation
edtf-ruby copied to clipboard

Interval comparisons

Open inukshuk opened this issue 8 years ago • 0 comments

As discussed in #18 we'd like to reconsider how Intervals are compared if they have an unknown start or an open or unknown end. The current approach is to treat both unknown and open as nil; this leads to potential errors when comparing intervals. See here for the current implementation (min, max, and === are also relevant to this discussion).

Thoughts or PRs welcome : )

inukshuk avatar May 19 '16 10:05 inukshuk