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

Mergemiles #1

Closed
wants to merge 104 commits into from
Closed

Mergemiles #1

wants to merge 104 commits into from

Commits on Dec 15, 2015

  1. Remove unused Cokleisli.cokleisli method

    This method currently isn't used. Since `Cokleisli` is already a case
    class with an equivalent auto-generated `apply` method, I don't think I
    see the usefulness of it. Feel free to let me know if you would prefer
    to keep this around.
    ceedubs committed Dec 15, 2015
    Configuration menu
    Copy the full SHA
    557ba36 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a3b465 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2015

  1. Minor cleanup to Coproduct

    Use `coflatMap` instead of `duplicate` to be consistent with `CoflatMap`
    and make CoproductComonad extends CoproductCoflatMap to reduce a couple
    duplicated methods.
    ceedubs committed Dec 16, 2015
    Configuration menu
    Copy the full SHA
    34f3817 View commit details
    Browse the repository at this point in the history
  2. Merge pull request typelevel#756 from ceedubs/coproduct-cleanup

    Minor cleanup to Coproduct
    milessabin committed Dec 16, 2015
    Configuration menu
    Copy the full SHA
    258b289 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0596600 View commit details
    Browse the repository at this point in the history
  4. Merge pull request typelevel#758 from exlevan/master

    Fix typo in OptionT documentation
    fthomas committed Dec 16, 2015
    Configuration menu
    Copy the full SHA
    6fe3e05 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    90f40b6 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2015

  1. Merge pull request typelevel#759 from ceedubs/option-syntax-docs

    Add ScalaDocs for Option syntax
    stew committed Dec 17, 2015
    Configuration menu
    Copy the full SHA
    5aa37e9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request typelevel#753 from ceedubs/cokleisli-contramapValu…

    …e-test
    
    Check that Cokleisli contramapValue and lmap methods are consistent
    adelbertc committed Dec 17, 2015
    Configuration menu
    Copy the full SHA
    279018e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1c8306c View commit details
    Browse the repository at this point in the history
  4. Merge pull request typelevel#761 from ceedubs/flatmap-docs

    Add ScalaDoc for some FlatMap syntax
    adelbertc committed Dec 17, 2015
    Configuration menu
    Copy the full SHA
    bd28404 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2015

  1. Update crossScalaVersions

    zaneli committed Dec 18, 2015
    Configuration menu
    Copy the full SHA
    fde1d19 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f619620 View commit details
    Browse the repository at this point in the history
  3. Merge pull request typelevel#752 from ceedubs/rm-cokleisli-def

    Remove unused Cokleisli.cokleisli method
    adelbertc committed Dec 18, 2015
    Configuration menu
    Copy the full SHA
    75891d4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8b6e4ae View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2015

  1. Configuration menu
    Copy the full SHA
    50a94c8 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2015

  1. Use SVG for badges

    fthomas committed Dec 20, 2015
    Configuration menu
    Copy the full SHA
    7ccce79 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2015

  1. Configuration menu
    Copy the full SHA
    962fcab View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2015

  1. Configuration menu
    Copy the full SHA
    d4dc4fa View commit details
    Browse the repository at this point in the history
  2. Fix a typo in NotNull

    dwijnand committed Dec 22, 2015
    Configuration menu
    Copy the full SHA
    4a4fcb2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7bdf6f2 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2015

  1. Dedup orElse/orElseF

    dwijnand committed Dec 23, 2015
    Configuration menu
    Copy the full SHA
    b07823f View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2015

  1. Merge pull request typelevel#767 from fthomas/topic/svg-badges

    Use SVG for badges
    stew committed Dec 24, 2015
    Configuration menu
    Copy the full SHA
    213aab0 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2015

  1. Configuration menu
    Copy the full SHA
    8d068f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c1802e View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2016

  1. Merge pull request typelevel#770 from dwijnand/OptionT-flatMap

    Rewrite OptionT.flatMap in terms of flatMapF
    ceedubs committed Jan 2, 2016
    Configuration menu
    Copy the full SHA
    6253277 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2016

  1. Adds Show[Vector]

    mikejcurry committed Jan 3, 2016
    Configuration menu
    Copy the full SHA
    8566afd View commit details
    Browse the repository at this point in the history
  2. Adds Show[Stream]

    mikejcurry committed Jan 3, 2016
    Configuration menu
    Copy the full SHA
    7e7ca84 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2016

  1. Merge pull request typelevel#764 from zaneli/update-cross-scala-versions

    Update crossScalaVersions
    non committed Jan 4, 2016
    Configuration menu
    Copy the full SHA
    5311ec5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request typelevel#765 from DavidGregory084/free-state-to-core

    Move cats-free and cats-state in to cats-core
    non committed Jan 4, 2016
    Configuration menu
    Copy the full SHA
    9b48dbb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    70200a9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    70dadfb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7fe2d24 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2016

  1. Merge pull request typelevel#769 from DavidGregory084/eval-defer-stac…

    …k-safety
    
    Improve stack consumption of `Eval.Call`
    ceedubs committed Jan 5, 2016
    Configuration menu
    Copy the full SHA
    38d4a35 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    775d630 View commit details
    Browse the repository at this point in the history
  3. Merge pull request typelevel#768 from longcao/fix-docs-duped-url-slashes

    Fix docs duped url slashes
    ceedubs committed Jan 5, 2016
    Configuration menu
    Copy the full SHA
    971f954 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2a6e52a View commit details
    Browse the repository at this point in the history
  5. Merge pull request typelevel#775 from mikejcurry/add-stream-show

    Adds Show[Stream]
    ceedubs committed Jan 5, 2016
    Configuration menu
    Copy the full SHA
    8b3c015 View commit details
    Browse the repository at this point in the history
  6. Merge pull request typelevel#774 from mikejcurry/add-vector-show

    Adds Show[Vector]
    ceedubs committed Jan 5, 2016
    Configuration menu
    Copy the full SHA
    cb2a945 View commit details
    Browse the repository at this point in the history
  7. Add StateT transformS

    adelbertc committed Jan 5, 2016
    Configuration menu
    Copy the full SHA
    267721a View commit details
    Browse the repository at this point in the history
  8. Merge pull request typelevel#778 from ceedubs/rm-type-param-foldable

    Remove unused type param on sequence_
    adelbertc committed Jan 5, 2016
    Configuration menu
    Copy the full SHA
    caf977f View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2016

  1. Configuration menu
    Copy the full SHA
    0857276 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    820cf21 View commit details
    Browse the repository at this point in the history
  3. Merge pull request typelevel#780 from adelbertc/state-transformS

    Add StateT transformS
    ceedubs committed Jan 6, 2016
    Configuration menu
    Copy the full SHA
    1f8977b View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2016

  1. Use Eval instead of Trampoline for State

    This may provide the following benefits:
    
    1) It should be a bit more efficient.
    2) It removes the need to `import cats.std.function._` for some
    operations, which may make it a bit more newcomer friendly.
    3) We are already using Eval for things like foldRight, so it seems more
    consistent to use it for `State`.
    4) I think it's a bit easier to explain `Eval` than `Trampoline`, since
    it's hard to explain the latter without first explaining `Free`. So
    again, this may be a bit more newcomer friendly.
    ceedubs committed Jan 7, 2016
    Configuration menu
    Copy the full SHA
    81a24d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f0324a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d338150 View commit details
    Browse the repository at this point in the history
  4. Add ScalaDoc examples for Coproduct syntax

    Also add the missing `coproduct` syntax `object`.
    ceedubs committed Jan 7, 2016
    Configuration menu
    Copy the full SHA
    fc9a75b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    30115bc View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2016

  1. Merge pull request typelevel#787 from travisbrown/topic/cross-module-…

    …link-support
    
    Make Scaladoc (but not Unidoc) warnings non-fatal
    ceedubs committed Jan 8, 2016
    Configuration menu
    Copy the full SHA
    a13f4f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c6abdf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    05add1a View commit details
    Browse the repository at this point in the history
  4. Merge pull request typelevel#782 from ceedubs/state-eval

    Use Eval instead of Trampoline for State
    adelbertc committed Jan 8, 2016
    Configuration menu
    Copy the full SHA
    0529841 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2016

  1. Add traverseU_ and sequenceU_

    - Also remove unused type parameter in sequence_
    adelbertc committed Jan 10, 2016
    Configuration menu
    Copy the full SHA
    8e92896 View commit details
    Browse the repository at this point in the history
  2. Merge pull request typelevel#779 from refried/eval-defer-heap-safety

    factor out a static inner method from typelevel#769 for better GC
    adelbertc committed Jan 10, 2016
    Configuration menu
    Copy the full SHA
    a64cd76 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2016

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

Commits on Jan 12, 2016

  1. Configuration menu
    Copy the full SHA
    e4ae734 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    815b8fb View commit details
    Browse the repository at this point in the history
  3. Merge pull request typelevel#796 from adelbertc/foldable-unapply-syntax

    Add traverseU_ and sequenceU_
    ceedubs committed Jan 12, 2016
    Configuration menu
    Copy the full SHA
    ebb92ba View commit details
    Browse the repository at this point in the history
  4. Merge pull request typelevel#798 from ceedubs/streamingt-filter-bug

    Fix StreamingT.filter bug
    ceedubs committed Jan 12, 2016
    Configuration menu
    Copy the full SHA
    ceff342 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    61f148a View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2016

  1. Merge pull request typelevel#797 from lukewyman/topic/arrow-scaladoc

    Topic/arrow scaladoc
    ceedubs committed Jan 13, 2016
    Configuration menu
    Copy the full SHA
    591555f View commit details
    Browse the repository at this point in the history
  2. Change Monoidal to Cartesian, add new Applicative laws to test for pr…

    …oduct and ap consistency, fixes typelevel#740
    adelbertc committed Jan 13, 2016
    Configuration menu
    Copy the full SHA
    d85cf4f View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2016

  1. Configuration menu
    Copy the full SHA
    56dede8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request typelevel#801 from ceedubs/freeapp-effect-order

    Fix order of effects in FreeApplicative.foldMap
    non committed Jan 14, 2016
    Configuration menu
    Copy the full SHA
    3d2ffa9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request typelevel#790 from ceedubs/monadcombine-syntax-docs

    Add ScalaDoc for MonadCombine unite syntax
    non committed Jan 14, 2016
    Configuration menu
    Copy the full SHA
    d8f33c8 View commit details
    Browse the repository at this point in the history
  4. Merge pull request typelevel#789 from ceedubs/either-syntax-docs

    Add ScalaDoc for Either syntax
    non committed Jan 14, 2016
    Configuration menu
    Copy the full SHA
    a2253a1 View commit details
    Browse the repository at this point in the history
  5. Merge pull request typelevel#784 from ceedubs/coproduct-syntax-docs

    Add ScalaDoc examples for Coproduct syntax
    non committed Jan 14, 2016
    Configuration menu
    Copy the full SHA
    f94b439 View commit details
    Browse the repository at this point in the history
  6. Merge pull request typelevel#783 from ceedubs/foldK-example

    Add ScalaDoc example for foldK syntax
    non committed Jan 14, 2016
    Configuration menu
    Copy the full SHA
    0c0379e View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2016

  1. Add XorT#valueOr

    notxcain committed Jan 15, 2016
    Configuration menu
    Copy the full SHA
    45c0be4 View commit details
    Browse the repository at this point in the history
  2. Add test for XorT#valueOr

    notxcain committed Jan 15, 2016
    Configuration menu
    Copy the full SHA
    07d0cd1 View commit details
    Browse the repository at this point in the history
  3. Prettify XorT#recoverWith

    notxcain committed Jan 15, 2016
    Configuration menu
    Copy the full SHA
    d4f896a View commit details
    Browse the repository at this point in the history
  4. Merge pull request typelevel#807 from notxcain/xort-valueor

    Add XorT#valueOr
    ceedubs committed Jan 15, 2016
    Configuration menu
    Copy the full SHA
    35e376b View commit details
    Browse the repository at this point in the history
  5. Merge pull request typelevel#808 from notxcain/prettify-recoverwith

    Prettify XorT#recoverWith
    non committed Jan 15, 2016
    Configuration menu
    Copy the full SHA
    d6dce55 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e40759a View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2016

  1. Add ApplicativeError

    travisbrown committed Jan 18, 2016
    Configuration menu
    Copy the full SHA
    312afa7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request typelevel#812 from travisbrown/topic/applicative-e…

    …rror
    
    Add ApplicativeError
    adelbertc committed Jan 18, 2016
    Configuration menu
    Copy the full SHA
    15a5e8d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dc66996 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2fc1444 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9f16d2f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7263202 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    49190b0 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2016

  1. Fix test name

    notxcain committed Jan 19, 2016
    Configuration menu
    Copy the full SHA
    96e92b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61cc646 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4a656d1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0864952 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5d87506 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4da172f View commit details
    Browse the repository at this point in the history
  7. cats#813 - Changes the coflatMap implementation in order to use ListB…

    …uffer instead of ArrayBuffer
    juanpedromoreno committed Jan 19, 2016
    Configuration menu
    Copy the full SHA
    c20f6ed View commit details
    Browse the repository at this point in the history
  8. cats#813 - Addresses a code review comment, changing the coflatMap im…

    …plementation in order to use VectorBuilder instead of ListBuffer
    juanpedromoreno committed Jan 19, 2016
    Configuration menu
    Copy the full SHA
    7ee5f2f View commit details
    Browse the repository at this point in the history
  9. Update list of authors

    fthomas committed Jan 19, 2016
    Configuration menu
    Copy the full SHA
    4c714fd View commit details
    Browse the repository at this point in the history
  10. Merge pull request typelevel#818 from 47deg/juanpedromoreno-adds-cofl…

    …atmap-typeclass-instance-to-vector
    
    Request to Add CoflatMap Instance for Vector
    fthomas committed Jan 19, 2016
    Configuration menu
    Copy the full SHA
    06eeb68 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    cf1c528 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2016

  1. Upgrade to simulacrum 0.6.1, which makes type classes universal and s…

    …erializable by default
    mpilquist committed Jan 20, 2016
    Configuration menu
    Copy the full SHA
    f3c4eba View commit details
    Browse the repository at this point in the history
  2. Merge pull request typelevel#819 from fthomas/topic/update-authors

    Update list of authors
    milessabin committed Jan 20, 2016
    Configuration menu
    Copy the full SHA
    722ce05 View commit details
    Browse the repository at this point in the history
  3. Merge pull request typelevel#820 from mpilquist/topic/simulacrum-upgrade

    Upgrade to simulacrum 0.6.1
    milessabin committed Jan 20, 2016
    Configuration menu
    Copy the full SHA
    d8e7e78 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2016

  1. Configuration menu
    Copy the full SHA
    03f625a View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2016

  1. Merge pull request typelevel#816 from notxcain/master

    Traverse instance for OneAnd
    ceedubs committed Jan 26, 2016
    Configuration menu
    Copy the full SHA
    acbe54e View commit details
    Browse the repository at this point in the history
  2. Merge pull request typelevel#825 from rgcase/optionTDocs

    Fix two small errors in OptionT docs
    ceedubs committed Jan 26, 2016
    Configuration menu
    Copy the full SHA
    6dc0c32 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2016

  1. Configuration menu
    Copy the full SHA
    0eaf692 View commit details
    Browse the repository at this point in the history
  2. Merge pull request typelevel#795 from adelbertc/monoidal-redux

    Add Semigroupal for Monoidal hierarchy, fixes typelevel#740
    adelbertc committed Jan 27, 2016
    Configuration menu
    Copy the full SHA
    9780e8f View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2016

  1. Merge pull request typelevel#772 from refried/oneand-reducible

    add Reducible instance for OneAnd, deprecate Foldable instance
    mpilquist committed Jan 30, 2016
    Configuration menu
    Copy the full SHA
    ba77953 View commit details
    Browse the repository at this point in the history
  2. Merge pull request typelevel#781 from ceedubs/combineK

    Rename SemigroupK.combine to combineK
    ceedubs committed Jan 30, 2016
    Configuration menu
    Copy the full SHA
    33642a0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    87c85bf View commit details
    Browse the repository at this point in the history