Skip to content

Can't publish locally #311

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

Closed
gkossakowski opened this issue Dec 19, 2014 · 1 comment
Closed

Can't publish locally #311

gkossakowski opened this issue Dec 19, 2014 · 1 comment

Comments

@gkossakowski
Copy link
Contributor

I'm using dotty's master. When I try to publishLocal I get:

[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.

@retronym
Copy link
Member

retronym commented Jan 9, 2015

This can be fixed by updating to Scala 2.11.5, which contains a fix for SI-8449.

DarkDimius added a commit that referenced this issue Feb 3, 2015
OlivierBlanvillain pushed a commit to OlivierBlanvillain/dotty that referenced this issue Dec 12, 2016
Disable tail call recursion for certain cases when compiling for MSIL to
adhere to CIL conventions
tgodzik added a commit to tgodzik/scala3 that referenced this issue Apr 29, 2025
Backport "Ignore params to default arg getters" to 3.3 LTS
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