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

genjavadoc issue with StreamShapeLowPriority #160

Open
lrytz opened this issue Sep 17, 2019 · 1 comment
Open

genjavadoc issue with StreamShapeLowPriority #160

lrytz opened this issue Sep 17, 2019 · 1 comment

Comments

@lrytz
Copy link
Member

lrytz commented Sep 17, 2019

Recent travis build: https://travis-ci.org/scala/scala-java8-compat/builds/582046003

The 2.12.8 and 2.11.12 versions show:

[error] /home/travis/build/scala/scala-java8-compat/target/java/scala/compat/java8/StreamShapeLowPriority.java:3:1:  error: illegal combination of modifiers: public and protected
[error]   protected abstract class BaseStreamShape<T extends java.lang.Object, S extends java.util.stream.BaseStream<?, S>, St extends scala.compat.java8.collectionImpl.Stepper<?>> implements scala.compat.java8.StreamShape<T, S> {
[error]                      ^

The generated file: https://gist.github.com/lrytz/899f08e00d48ca14a4943bcfe834e38e

@SethTisue
Copy link
Member

SethTisue commented Jul 14, 2022

This is still broken. In #267, I'm making it so CI catches the problem (by calling publishLocal), so we have a guard against removing the check that restricts doc generation to Java 8

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