-
Notifications
You must be signed in to change notification settings - Fork 407
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
Changes to compile with Scala 2.13.0-M4 #411
Closed
Closed
Commits on May 23, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 6611977 - Browse repository at this point
Copy the full SHA 6611977View commit details -
Configuration menu - View commit details
-
Copy full SHA for b64e21f - Browse repository at this point
Copy the full SHA b64e21fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b253fb - Browse repository at this point
Copy the full SHA 4b253fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for fd6aa84 - Browse repository at this point
Copy the full SHA fd6aa84View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ba8ddf - Browse repository at this point
Copy the full SHA 5ba8ddfView commit details -
Go back to using Traversable instead of Iterable
This is a no-op for 2.13, as Traversable is a (deprecated) alias for Iterable. For 2.10-2.12, this ensures that the signatures don't change due to cross-building with 2.13.
Configuration menu - View commit details
-
Copy full SHA for 1c79131 - Browse repository at this point
Copy the full SHA 1c79131View commit details -
Configuration menu - View commit details
-
Copy full SHA for 543b405 - Browse repository at this point
Copy the full SHA 543b405View commit details
Commits on Jun 6, 2018
-
Configuration menu - View commit details
-
Copy full SHA for f7d6cf8 - Browse repository at this point
Copy the full SHA f7d6cf8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 12c8a66 - Browse repository at this point
Copy the full SHA 12c8a66View commit details
Commits on Jun 7, 2018
-
With `n == 0` the test effectively calls `Gen.frequency()`, which throws `IllegalArgumentException: no items with positive weights`.
Configuration menu - View commit details
-
Copy full SHA for 4848ee8 - Browse repository at this point
Copy the full SHA 4848ee8View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.