Skip to content

Scala 2.13.4 #204

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

Merged
merged 2 commits into from
Jan 29, 2021
Merged

Scala 2.13.4 #204

merged 2 commits into from
Jan 29, 2021

Conversation

sullis
Copy link
Contributor

@sullis sullis commented Jan 1, 2021

No description provided.

@SethTisue SethTisue self-assigned this Jan 21, 2021
@SethTisue
Copy link
Member

@sullis is the same failure that's happening in CI happening for you locally...?

@SethTisue
Copy link
Member

Well this is discouraging. The failure on Travis happens every time. Locally, I have seen the same failure, but it doesn't happen every time, and at the moment it isn't happening at all.

Lord knows if this even has anything to do with the 2.13.4 upgrade.

@SethTisue
Copy link
Member

SethTisue commented Jan 29, 2021

[error] /home/travis/build/scala/scala-java8-compat/target/java/scala/concurrent/java8/FuturesConvertersImpl$.java:3:1:  error: unknown tag: inheritdoc
[error]  * @inheritdoc
[error]    ^
[error] /home/travis/build/scala/scala-java8-compat/target/java/scala/compat/java8/DurationConverters.java:7:1:  error: invalid use of @throws
[error]  * @throws IllegalArgumentException If the given Java Duration is out of bounds of what can be expressed with the
[error]    ^
[error] /home/travis/build/scala/scala-java8-compat/target/java/scala/compat/java8/DurationConverters$.java:7:1:  error: invalid use of @throws
[error]  * @throws IllegalArgumentException If the given Java Duration is out of bounds of what can be expressed with the
[error]    ^

related to lightbend/genjavadoc#59 ?

but then also:

[error] /home/travis/build/scala/scala-java8-compat/target/java/scala/compat/java8/FutureConverters.java:14:1:  error: invalid use of @return
[error]  * @return a CompletionStage that runs all callbacks asynchronously and does
[error]    ^
[error] /home/travis/build/scala/scala-java8-compat/target/java/scala/compat/java8/FutureConverters.java:53:1:  error: invalid use of @return
[error]    * @return a Scala Future that represents the CompletionStage's completion
[error]      ^

@SethTisue
Copy link
Member

SethTisue commented Jan 29, 2021

well I never got to the bottom of this — I stopped seeing it locally, though I'm sure I had, before, at least a couple times — but -Xdoclint:none allows us to proceed regardless

or maybe the problem randomly perturbed itself out of existence and -Xdoclint:none wasn't actually the fix? THE SHADOW KNOWS

@SethTisue SethTisue merged commit 94017e1 into scala:master Jan 29, 2021
@SethTisue
Copy link
Member

merge build at https://travis-ci.com/github/scala/scala-java8-compat/builds/215169038 also green, mercifully

cookie monster shrugging

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

Successfully merging this pull request may close these issues.

2 participants