continuum icon indicating copy to clipboard operation
continuum copied to clipboard

IntervalSet.intersects produces exception

Open martende opened this issue 9 years ago • 0 comments

scala> IntervalSet(Interval.closedOpen(1, 10)) intersects Interval.closedOpen(2,10) java.util.NoSuchElementException: empty map at scala.collection.immutable.RedBlackTree$.smallest(RedBlackTree.scala:84) at scala.collection.immutable.IntervalSet.head(IntervalSet.scala:44) at scala.collection.immutable.IntervalSet.intersects(IntervalSet.scala:144) ... 43 elided

martende avatar Jul 25 '15 15:07 martende