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

compatibility issue. #3

Open
MrmacHD opened this issue Oct 12, 2013 · 0 comments
Open

compatibility issue. #3

MrmacHD opened this issue Oct 12, 2013 · 0 comments

Comments

@MrmacHD
Copy link

MrmacHD commented Oct 12, 2013

on line 194:
replace

def RUN() = gotoLine(lines.keys.toList.sort((l,r) => l < r).first)

with

def RUN() = gotoLine(lines.keys.toList.sortWith((l, r) => l < r).head)

I believe on Scala 2.10+ (that I have tested) the sort definition is not available anymore.

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

1 participant