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

not supported on Java 6 #52

Closed
fommil opened this issue Jan 16, 2015 · 1 comment
Closed

not supported on Java 6 #52

fommil opened this issue Jan 16, 2015 · 1 comment

Comments

@fommil
Copy link

fommil commented Jan 16, 2015

one can expect to see this sort of stack trace on Java 6 as you're relying on a constructor that was added in JDK6:

java.lang.NoSuchMethodError: java.lang.AssertionError: method <init>(Ljava/lang/String;Ljava/lang/Throwable;)V not found
    at utest.AssertionError.<init>(Errors.scala:25)
    at utest.asserts.package$.assertError(package.scala:19)
@lihaoyi
Copy link
Member

lihaoyi commented Mar 11, 2016

With Scala 2.12 and Java 9 coming out some time, this is probably gonna be a wontfix for now...

@lihaoyi lihaoyi closed this as completed Mar 11, 2016
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