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

Scala 3.3 docs.dispatcher.DispatcherDocSpec java.lang.IllegalArgumentException: no matching constructor found on #1081

Open
He-Pin opened this issue Jan 30, 2024 · 4 comments · Fixed by #1083
Assignees
Labels
bug Something isn't working build sbt or build of the project

Comments

@He-Pin
Copy link
Member

He-Pin commented Jan 30, 2024

[01-30 07:45:26.559] [info] - using Identify *** FAILED *** (0 milliseconds)
[01-30 07:45:26.559] [info]   java.lang.IllegalArgumentException: no matching constructor found on class docs.actor.ActorDocSpec$$anon$32$Follower for arguments [class docs.actor.ActorDocSpec$$anon$32]
[01-30 07:45:26.559] [info]   at org.apache.pekko.util.Reflect$.error$1(Reflect.scala:98)
[01-30 07:45:26.559] [info]   at org.apache.pekko.util.Reflect$.findConstructor(Reflect.scala:122)
[01-30 07:45:26.559] [info]   at org.apache.pekko.actor.ArgsReflectConstructor.<init>(IndirectActorProducer.scala:109)
[01-30 07:45:26.559] [info]   at org.apache.pekko.actor.IndirectActorProducer$.apply(IndirectActorProducer.scala:74)
[01-30 07:45:26.559] [info]   at org.apache.pekko.actor.Props.producer(Props.scala:141)
[01-30 07:45:26.560] [info]   at org.apache.pekko.actor.Props.<init>(Props.scala:154)
[01-30 07:45:26.560] [info]   at org.apache.pekko.actor.Props$.apply(Props.scala:123)

refs: https://github.com/apache/incubator-pekko/actions/runs/7707379313/job/21004465786#step:7:35225

@He-Pin He-Pin added bug Something isn't working build sbt or build of the project labels Jan 30, 2024
@He-Pin He-Pin self-assigned this Jan 30, 2024
@He-Pin He-Pin linked a pull request Jan 30, 2024 that will close this issue
@He-Pin He-Pin linked a pull request Jan 30, 2024 that will close this issue
@He-Pin He-Pin reopened this Jan 30, 2024
@pjfanning
Copy link
Contributor

This also affects the 1.0.x branch - i.e this is not a new issue

@He-Pin He-Pin closed this as completed Mar 23, 2024
@pjfanning pjfanning reopened this Mar 23, 2024
@pjfanning
Copy link
Contributor

pjfanning commented Mar 23, 2024

Can we leave this open until we fix 1.0.x branch? But we should wait a day or 2 before merging to 1.0.x. The issue is this code is not properly tested in PR builds - so we need the nightly build to run to test this.

@He-Pin
Copy link
Member Author

He-Pin commented Mar 23, 2024

I tested with manually trigger, it works , but genjavadoc does not work on scala 3.

OK, let's leave it open before backported to 1.0.x

@pjfanning
Copy link
Contributor

looks like the main branch nightly build is better so we should backport this change to 1.0.x

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working build sbt or build of the project
Projects
None yet
2 participants