-
Notifications
You must be signed in to change notification settings - Fork 88
expand scope of scala-collection-compat to include non-collection parts of 2.13, or make a new lib? #219
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
Comments
some excerpts from a recent discussion about this with @nrinaudo on Gitter, starting at https://gitter.im/scala/contributors?at=5d0571fd6f0ec85ade14a1cb 👍 the example here is the question of to deal with
I said "I'd be fine...", but I'm having second thoughts given that the name |
Couldn't there be a |
|
Perhaps name the project As a side-benefit, perhaps scala-rewrites should be merged into here rather than the collection rewrites being exported and merged into scala-rewrites (aka lightbend-labs/scala-rewrites#3). |
I think maintaining a library like this for the stdlib is a really good idea as it makes it really easy to upgrade your code to the latest version. When 2.14 is released then support for 2.11 could be dropped. It would also be nice if it helped with the |
if someone creates a project for this, I'm happy to help backport things. |
feel free to open tickets — or send pull requests — on specific desired additions such as the ones mentioned in various comments above |
I'm already working on backporting |
this was previously discussed at #151
a start was made at doing it in a separate repo at https://github.com/bigwheel/util-backports
I don't have a strong feeling of whether it ought to go in this repo, or whether it ought to go in a separate repo and artifact. the name
scala-collection-compat
is unequivocalThe text was updated successfully, but these errors were encountered: