Thanks to visit codestin.com
Credit goes to github.com

Skip to content

compatibility issue. #3

@MrmacHD

Description

@MrmacHD

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions