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

Changes to compile with Scala 2.13.0-M4 #411

Closed
wants to merge 10 commits into from
Closed

Commits on May 23, 2018

  1. Changes to compile with Scala 2.13.0-M4

    Co-authored-by: julienrf
    lrytz committed May 23, 2018
    Configuration menu
    Copy the full SHA
    6611977 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b64e21f View commit details
    Browse the repository at this point in the history
  3. Changes to make MiMa happy

    lrytz committed May 23, 2018
    Configuration menu
    Copy the full SHA
    4b253fb View commit details
    Browse the repository at this point in the history
  4. Fix typelevel#412

    lrytz committed May 23, 2018
    Configuration menu
    Copy the full SHA
    fd6aa84 View commit details
    Browse the repository at this point in the history
  5. Don't MiMa on 2.13

    lrytz committed May 23, 2018
    Configuration menu
    Copy the full SHA
    5ba8ddf View commit details
    Browse the repository at this point in the history
  6. 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.
    lrytz committed May 23, 2018
    Configuration menu
    Copy the full SHA
    1c79131 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    543b405 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2018

  1. Configuration menu
    Copy the full SHA
    f7d6cf8 View commit details
    Browse the repository at this point in the history
  2. Small user guide update

    lrytz committed Jun 6, 2018
    Configuration menu
    Copy the full SHA
    12c8a66 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2018

  1. Fix "Gen.frequency 3" test

    With `n == 0` the test effectively calls `Gen.frequency()`, which
    throws `IllegalArgumentException: no items with positive weights`.
    lrytz committed Jun 7, 2018
    Configuration menu
    Copy the full SHA
    4848ee8 View commit details
    Browse the repository at this point in the history