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

SpatialIndex does not compile in Scala 2.13 because of Traversable changes #3349

Closed
philvarner opened this issue Mar 9, 2021 · 1 comment · Fixed by #3350
Closed

SpatialIndex does not compile in Scala 2.13 because of Traversable changes #3349

philvarner opened this issue Mar 9, 2021 · 1 comment · Fixed by #3350
Labels
technical debt https://en.wikipedia.org/wiki/Technical_debt

Comments

@philvarner
Copy link
Contributor

Describe the bug

SpatialIndex does not compile in Scala 2.13 because Traversable requires method iterator to be implemented.

To Reproduce

Compile vector using the 2.13-enabled branch from this PR #3346

Expected behavior

Compiles with out error.

Screenshots

n/a

Environment

  • Java version:
  • Scala version:
  • GeoTrellis version:

Additional context

Add any other context about the problem here.

@pomadchin pomadchin added the technical debt https://en.wikipedia.org/wiki/Technical_debt label Mar 9, 2021
@philvarner
Copy link
Contributor Author

I have a PR ready for this, but I wanted to create a tracking issue first for the changelog.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
technical debt https://en.wikipedia.org/wiki/Technical_debt
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants