aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Include warnings if `combine` or `dispatch` methods are missingJon Pretty2017-11-101-1/+1
|
* Include support for decomposing AnyVals, like case classesJon Pretty2017-11-101-0/+6
|
* Decode typeNames and labelsJon Pretty2017-11-101-0/+6
|
* ScalafmtJon Pretty2017-11-101-1/+3
|
* More build cleanup, and a couple of extra testsJon Pretty2017-11-101-0/+38
|
* Upgrade to SBT 1.0 and include testing binariesv0.5.0Jon Pretty2017-11-099-8/+10
|
* Added better scaladocs and provide default valuesJon Pretty2017-11-081-12/+18
|
* API improvements and better examplesJon Pretty2017-11-072-21/+41
|
* Deduplication within case class parameter typeclassesJon Pretty2017-11-051-2/+0
|
* Start of performance-enhancing refactoringJon Pretty2017-11-042-1/+5
|
* Test fixes and other miscellaneous changesJon Pretty2017-11-032-5/+12
|
* Support for GADTs (including recursive ones)Jon Pretty2017-11-011-11/+11
| | | | Some tests still failing, but macros are working
* Support nontrivial type constructorsJon Pretty2017-10-311-7/+7
|
* Support for case objectsJon Pretty2017-10-301-10/+13
|
* All variants now derivingJon Pretty2017-10-301-8/+15
| | | | Though there's a stack overflow when trying to derive a `Decoder`.
* Derivation working for Show and EqJon Pretty2017-10-302-24/+81
|
* Made a nicer API for inclusionJon Pretty2017-06-301-3/+6
|
* Tidied up and made it compile and runJon Pretty2017-06-232-27/+7
|
* Merge branch 'master' into cats-contravariant-exampleJon Pretty2017-06-221-2/+12
|\
| * Use case clauses and switch statement instead of is/asInstanceOfJon Pretty2017-06-221-2/+4
| |
| * bring back support for 1-arg type classes; now both Show and Eq are supportedPiotr Krzemiński2017-06-211-4/+4
| |
| * initial support for 2-arg contravariant derivations; works for simple Eq ↵Piotr Krzemiński2017-06-211-4/+12
| | | | | | | | typeclass, still wip
* | Add ContravariantDerivation for cats.ShowRui Gonçalves2017-06-211-0/+17
| |
* | Reorganize magnolia.Show implicitsRui Gonçalves2017-06-211-1/+2
|/ | | | Scopes magnolia.Show implicits so that they do not clash with cats' Show type class
* Better error reportingJon Pretty2017-06-131-1/+1
|
* Slight tidyup of examplesJon Pretty2017-06-121-4/+3
|
* Improvements to error reportingv0.1.0Jon Pretty2017-06-121-0/+3
|
* Fixes for substitution of Lazy valuesJon Pretty2017-06-121-10/+2
|
* Appears to be working for both covariant and contravariant typeclassesJon Pretty2017-06-111-2/+4
|
* Starting to move towards typeclass-based implementationJon Pretty2017-06-111-2/+2
|
* More cleanupJon Pretty2017-06-101-1/+2
|
* Fixed (I think) last remaining recursion bugJon Pretty2017-06-101-6/+4
|
* Generic macro appears to work more universallyJon Pretty2017-06-061-5/+3
|
* Apparent progressJon Pretty2017-06-051-9/+4
|
* Looks like it's finally working!Jon Pretty2017-05-291-1/+5
|
* Pretty close to having the generic macro workingJon Pretty2017-05-291-7/+8
| | | | And yet so far.
* Progress with mutual recursionJon Pretty2017-05-251-4/+6
|
* Initial checkin of messy code which appears to be a PoCJon Pretty2017-05-241-0/+18