We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
I'm using dotty's master. When I try to publishLocal I get:
publishLocal
[error] /Users/grek/scala/dotty/src/scala/compat/java8/JFunction2.java:343: trait Function1 takes type parameters [error] default scala.Function1 curried$mcDDD$sp() { [error] ^ [error] /Users/grek/scala/dotty/src/scala/compat/java8/JFunction2.java:307: trait Function1 takes type parameters [error] default scala.Function1 curried$mcDDI$sp() { [error] ^ [error] /Users/grek/scala/dotty/src/scala/compat/java8/JFunction2.java:325: trait Function1 takes type parameters [error] default scala.Function1 curried$mcDDJ$sp() { ...
Those are scaladoc errors. As a workaround, run set sources in (Compile,doc) := Seq.empty before issuing publishLocal command.
set sources in (Compile,doc) := Seq.empty
The text was updated successfully, but these errors were encountered:
This can be fixed by updating to Scala 2.11.5, which contains a fix for SI-8449.
Sorry, something went wrong.
ce6f48f
Merge pull request #335 from dotty-staging/fix-331
1ab02ce
Update to scala 2.11.5, fixes #311
Fixed scala#311 and scala#312
7448d62
Disable tail call recursion for certain cases when compiling for MSIL to adhere to CIL conventions
Merge pull request scala#311 from scala/backport-lts-3.3-22749
424355d
Backport "Ignore params to default arg getters" to 3.3 LTS
No branches or pull requests
I'm using dotty's master. When I try to
publishLocal
I get:Those are scaladoc errors. As a workaround, run
set sources in (Compile,doc) := Seq.empty
before issuingpublishLocal
command.The text was updated successfully, but these errors were encountered: