-
Notifications
You must be signed in to change notification settings - Fork 66
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
surface (fix): Reduce the bytecode size of Surface.methodsOf for Scala 3 #3149
Conversation
Other ideas
|
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #3149 +/- ##
==========================================
- Coverage 82.89% 82.88% -0.02%
==========================================
Files 350 350
Lines 14740 14743 +3
Branches 2443 2447 +4
==========================================
+ Hits 12219 12220 +1
- Misses 2521 2523 +2
... and 1 file with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
This fixes byte code too large error when using RxRouter.of[X] or Surface.methodsOf[X] when class X has many methods and repeated occurrences of the same parameters.
Other ideas