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

More generic type support for rapid implicits for scala 2.12 #11314

Open
jihoonson opened this issue Aug 9, 2024 · 1 comment
Open

More generic type support for rapid implicits for scala 2.12 #11314

jihoonson opened this issue Aug 9, 2024 · 1 comment

Comments

@jihoonson
Copy link
Collaborator

As suggested in #11307 (comment), we can make some rapid implicits more flexible by supporting more generic types, such as Iterable than SeqLike for safeClose(). This change will not only make it easier to use those APIs, but also make the caller implementation more efficient by avoiding unnecessary collection materializations.

@gerashegalov
Copy link
Collaborator

another benefit: we can reduce the degree of code divergence between Scala 2.12 and Scala 2.13

@mattahrens mattahrens added feature request New feature or request tech debt and removed feature request New feature or request ? - Needs Triage Need team to review and classify labels Aug 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants