We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 Traversable requires method iterator to be implemented.
iterator
Compile vector using the 2.13-enabled branch from this PR #3346
vector
Compiles with out error.
n/a
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
I have a PR ready for this, but I wanted to create a tracking issue first for the changelog.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
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 #3346Expected behavior
Compiles with out error.
Screenshots
n/a
Environment
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: