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

Ignore static forwarders linked to package-privates on Scala 3 #694

Open
armanbilge opened this issue Apr 12, 2022 · 2 comments
Open

Ignore static forwarders linked to package-privates on Scala 3 #694

armanbilge opened this issue Apr 12, 2022 · 2 comments

Comments

@armanbilge
Copy link
Contributor

This is necessary due to scala/scala3#10842.

Btw, thanks again for rolling out the Scala 3 improvements, was able to remove nearly all of the Scala 3 specific filters in http4s/http4s#6287 which is fantastic. Just trying to chase down the remaining ones :)

@SethTisue
Copy link
Collaborator

is this distinct from #660 and #388?

@armanbilge
Copy link
Contributor Author

I only looked briefly at those issues, but I'm pretty sure this is distinct. Note that this is specific to the Scala 3 compiler, since it emits methods here where the Scala 2 compiler does not. Thus it is impossible to encounter this issue on Scala 2.

#660 appears to be about trait mixins and not specific to static forwarders for objects.

I'm not entirely sure what #388 is about, but it affects Scala 2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants