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

Eliminate some compiler warnings in generated code #321

Merged
merged 5 commits into from May 6, 2015
Merged

Eliminate some compiler warnings in generated code #321

merged 5 commits into from May 6, 2015

Commits on May 6, 2015

  1. Use an explicit tuple instead of adapted arguments.

    Allows compilation with -Yno-adapted-args.
    Olli Helenius committed May 6, 2015
    Copy the full SHA
    b90ad95 View commit details
    Browse the repository at this point in the history
  2. Remove uses of postfix operators

    Olli Helenius committed May 6, 2015
    Copy the full SHA
    47db26e View commit details
    Browse the repository at this point in the history
  3. Remove unused type parameters from unapplySeq methods

    Olli Helenius committed May 6, 2015
    Copy the full SHA
    671bce7 View commit details
    Browse the repository at this point in the history
  4. Get rid of shadowed type parameter warnings

    Olli Helenius committed May 6, 2015
    Copy the full SHA
    7867c54 View commit details
    Browse the repository at this point in the history
  5. Remove use of view bound

    Use an implicit parameter instead as per scalac's recommendation.
    Olli Helenius committed May 6, 2015
    Copy the full SHA
    6b3e4e2 View commit details
    Browse the repository at this point in the history