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

Binary compatiblity problem in scala 2.12.3 #26

Open
benhutchison opened this issue Sep 12, 2017 · 2 comments
Open

Binary compatiblity problem in scala 2.12.3 #26

benhutchison opened this issue Sep 12, 2017 · 2 comments

Comments

@benhutchison
Copy link

When using delimited 0.9.0 with scala 2.12.3, Im seeing:

@ val parser: DelimitedParser = DelimitedParser(DelimitedFormat.CSV)
java.lang.BootstrapMethodError: java.lang.NoSuchMethodError: scala.math.Ordering$.$anonfun$by$1$adapted(Lscala/Function1;Lscala/math/Ordering;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
  net.tixxit.delimited.RowDelim$.<init>(RowDelim.scala:28)
...

root cause suspected to be scala/bug#10489

@cchantep
Copy link

Same for me with 2.12.4

@wjlow
Copy link

wjlow commented Oct 4, 2018

Upgrading to delimited 0.9.0 works with Scala 2.12.6.

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

3 participants