You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actually, I think this interval tree has never worked -- not related to library compatibility, just that the logic was plain broken. It was an experiment.
The code uses some deprecated classes and also methods which do not exist anymore.
scala.collection.immutable.RedBlack
is deprecatedMethods
insert
,delete
,byStart
,byEnd
,elements
forRedBlack.NonEmpty
do not exist any more.Range.first
does not exist any more.The text was updated successfully, but these errors were encountered: