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

Topic/kernel #978

Closed
wants to merge 20 commits into from
Closed

Topic/kernel #978

wants to merge 20 commits into from

Commits on Jan 8, 2016

  1. Configuration menu
    Copy the full SHA
    528f61a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0facfdd View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2016

  1. Configuration menu
    Copy the full SHA
    95f0897 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b9d2f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    289484c View commit details
    Browse the repository at this point in the history
  4. Add typeclass annotation to Semigroup and Monoid

    Question: is the apply method generated by simulacrum also @inline marked?
    rklaehn committed Jan 14, 2016
    Configuration menu
    Copy the full SHA
    b8c686a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    66d485f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b33c9de View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0bba290 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8cbf29f View commit details
    Browse the repository at this point in the history
  9. Added stubs for documentation of remaining cats-kernel typeclasses

    Stub is modified from show.md
    rklaehn committed Jan 14, 2016
    Configuration menu
    Copy the full SHA
    b868421 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2016

  1. Configuration menu
    Copy the full SHA
    5df3aca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5bd52fa View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2016

  1. Configuration menu
    Copy the full SHA
    f23d742 View commit details
    Browse the repository at this point in the history
  2. Use "provided" instead of "compileonly" for simulacrum

    As suggested by @mpilquist
    
    sbt validate works locally.
    rklaehn committed Jan 16, 2016
    Configuration menu
    Copy the full SHA
    e0cd78c View commit details
    Browse the repository at this point in the history
  3. Remove "provided" dependencies

    This gets rid of the simulacrum dependency, as well as the strange and
    definitely unneeded scoverage dependencies, resulting in a nice and clean
    .pom
    
    Code taken from scodec-build. Thanks @mpilquist
    rklaehn committed Jan 16, 2016
    Configuration menu
    Copy the full SHA
    bfa8727 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2016

  1. Merge branch 'master' into topic/kernel

    Also remove unnecessary extends Serializable
    rklaehn committed Jan 20, 2016
    Configuration menu
    Copy the full SHA
    69ad4e4 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2016

  1. Merge pull request #809 from DavidGregory084/topic/kernel

    Enforce binary compatibility with MiMa SBT plugin
    ceedubs committed Jan 26, 2016
    Configuration menu
    Copy the full SHA
    e7affc9 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2016

  1. Fix merge conflict caused by the addition of mima to the kernel project.

    The removal of provided artefacts is done inline because it is used in only
    one place.
    rklaehn committed Jan 29, 2016
    Configuration menu
    Copy the full SHA
    87f2f3c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #806 from rklaehn/topic/kernel

    Use simulacrum for typeclass boilerplate
    ceedubs committed Jan 29, 2016
    Configuration menu
    Copy the full SHA
    82c436f View commit details
    Browse the repository at this point in the history