aboutsummaryrefslogtreecommitdiff
path: root/tests/src
Commit message (Collapse)AuthorAgeFilesLines
* typeName is now the full name of the type, in original caseJon Pretty2017-11-301-1/+13
|
* Add support for repeated (vararg) parametersGeorgi Krastev2017-11-291-2/+16
| | | | Added a `Param.repeated` flag to `interface`.
* Merge pull request #48 from leandrob13/fix/errorWithAlternativeApplyMethodsJon Pretty2017-11-291-0/+15
|\ | | | | Fixed derivation error when companion has alternative apply methods
| * Fixed error that ocurred when the companion object of a case class has ↵Leandro Bolivar2017-11-251-0/+15
| | | | | | | | alternative apply methods
* | Avoid instantiating Unit when producing error stackRahul Goma Phulore2017-11-261-0/+10
|/ | | | Fixes https://github.com/propensive/magnolia/issues/41.
* 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-091-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-301-0/+81