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

Use Iterable instead of Traversable (since scala 2.13.0) #3438

Open
echeipesh opened this issue Nov 24, 2021 · 0 comments
Open

Use Iterable instead of Traversable (since scala 2.13.0) #3438

echeipesh opened this issue Nov 24, 2021 · 0 comments

Comments

@echeipesh
Copy link
Contributor

echeipesh commented Nov 24, 2021

[warn] /usr/local/src/vector/src/main/scala/geotrellis/vector/SeqMethods.scala:88:63: type Traversable in package scala is deprecated (since 2.13.0): Use Iterable instead of Traversable
[warn]   implicit class SeqMultiLineStringExtensions(val multilines: Traversable[MultiLineString]) {

Traversable is used all over the place. This would break the interfaces, but probably not in a very significant way.
Sounds like GT 4.0 work.

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

1 participant