-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Consider static and non-static methods as non-double def #19400
Conversation
275495b
to
e873376
Compare
Do the JS backend changes fix #19396? |
Yeah. |
@sjrd Could you let me know how we should fix this? This works, but perhaps it should be fixed different or even in a phase before the backend. |
Fixes 2 other issues. Just seeing if I can get it to also fix #14710 by fixing whatever it's wrongly doing for (Nvm, can't figure out how to fix the final "Cannot find |
You might want to look at the tests that show up in $ git grep '// scalajs: --skip --pending' to see if there are any that can be enabled now. |
529c95a
to
abffedc
Compare
Thanks, this fixed compilation in Cats Effect. Is this a potential LTS backport candidate? Unfortunately, the compiled code is still not working at runtime in Scala.js. |
Fixes #19394
Fixes #19396
Fixes #17332