Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The code needs to be updated to compile on the latest Scala versions (2.10.x) #1

Open
jbx1 opened this issue Feb 23, 2014 · 2 comments

Comments

@jbx1
Copy link

jbx1 commented Feb 23, 2014

The code uses some deprecated classes and also methods which do not exist anymore.

scala.collection.immutable.RedBlack is deprecated

Methods insert, delete, byStart, byEnd, elements for RedBlack.NonEmpty do not exist any more.

Range.first does not exist any more.

@dcsobral
Copy link
Owner

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.

@jbx1
Copy link
Author

jbx1 commented Feb 23, 2014

Yeah I thought so... wasn't sure whether I try to fix it or not... seems that I have to write my own then, because I can't seem to find one anywhere.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants