Skip to content

Move migration rules here #15

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

Merged
merged 41 commits into from
Apr 20, 2018
Merged

Move migration rules here #15

merged 41 commits into from
Apr 20, 2018

Conversation

julienrf
Copy link
Contributor

This PR copies the content of the migration rule from the scala/collection-strawman repository.

This step is part of scala/collection-strawman#560.

olafurpg and others added 30 commits August 29, 2017 14:07
Kind of hacky, but it does mostly the right thing

Remaining failing tests

```diff
-    xs.to(Set)
-    xs.to(Map)
-    xs.iterator
+    xs.to(strawman.collection.immutable.Set)
+    xs.to(strawman.collection.Map)
+    xs.iterator()
```
@julienrf julienrf merged commit 864b71d into scala:master Apr 20, 2018
@julienrf julienrf deleted the add-scalafix branch April 20, 2018 09:16
martijnhoekstra pushed a commit to martijnhoekstra/scala-collection-compat that referenced this pull request Nov 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants