You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by spavikevik June 5, 2025
We've been using Selectable extensively for fixtures in tests like this:
valf=newSelectable {
valuserId=Some("...")
}
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?
The text was updated successfully, but these errors were encountered:
Follow up #22729 (comment)
Discussed in #23322
Originally posted by spavikevik June 5, 2025
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?
The text was updated successfully, but these errors were encountered: