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

revert some scaladoc changes because of scala 2.12 build issues #688

Closed
wants to merge 1 commit into from

Conversation

pjfanning
Copy link
Contributor

I've tested this and this revert allows me to publish the pekko-cluster-sharding-typed jar locally while it fails without this revert.

Reverts part of #682

@mdedetrich
Copy link
Contributor

@pjfanning Wouldn't it be safer to use FQCN rather than just removing the prefix?

@pjfanning
Copy link
Contributor Author

pjfanning commented Sep 28, 2023

@pjfanning Wouldn't it be safer to use FQCN rather than just removing the prefix?

This is a partial revert of #682 because our builds are broken.

Scaladoc - especially ScalaDoc in Scala 2.12 has bugs. It is a minefield trying to get it right. My main objective is to fix the build. I can't get a build to test the sbt-assembly issue due to the broken build.

@mdedetrich
Copy link
Contributor

This is a partial revert of #682 because our builds are broken.

Scaladoc - especially ScalaDoc in Scala 2.12 has bugs. It is a minefield trying to get it right. My main objective is to fix the build. I can't get a build to test the sbt-assembly issue due to the broken build.

I understand, but looking at the diff we are not changing from FQCN to a nested package prefix, rather we are changing from a nested packaged prefix to another nested package prefix.

I am quite sure that if you use a complete FQCN i.e. changing [[javadsl.Entity]] to [[org.apache.pekko.cluster.sharding.typed.javadsl.Entity]] (or w/e it *should * be) would actually remove all brittleness regarding the scaladoc classname lookup and help prevent future problems.

@pjfanning pjfanning mentioned this pull request Sep 28, 2023
@pjfanning
Copy link
Contributor Author

closing in favour of #688

@mdedetrich
Copy link
Contributor

closing in favour of #688

@pjfanning I think you forgot to close?

@pjfanning pjfanning closed this Sep 28, 2023
@pjfanning pjfanning deleted the revert-some-scaladoc branch December 2, 2023 11:46
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