Should #22729 (unused member warnings) apply to Selectable
as well?
#23322
Replies: 3 comments
-
@som-snytt I would appreciate it if you could look into this when you have a chance. Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
-
I "created issue from discussion". I think I've noticed before that discussions mentioned by tickets are not linked in github: |
Beta Was this translation helpful? Give feedback.
0 replies
-
The current behavior is that it requires the explicit refinement:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We've been using
Selectable
extensively for fixtures in tests like this:But updating to Scala 3.7.x we are seeing a bunch of
unused private member
warnings, presumably because of #22729. Is this going to be a permanent limitation from Scala 3.7.x on? And if so, what would be the recommended way to fix the warnings?Or can this be addressed in a subsequent release?
Beta Was this translation helpful? Give feedback.
All reactions