aboutsummaryrefslogtreecommitdiff
path: root/core/shared/src/main/scala/globalutil.scala
Commit message (Collapse)AuthorAgeFilesLines
* Updated version numbers to 0.7.1Jon Pretty2018-02-251-1/+1
|
* Added copyright notice on every fileJon Pretty2018-02-181-0/+14
|
* Run Scala-fmtJon Pretty2018-01-071-3/+6
|
* Move pathedCompanionRef to a GlobalUtil objectGeorgi Krastev2017-12-131-0/+59
That method is a workaround for a bug. It doesn't belong in the core Magnolia macro. Also: * Use `patchedCompanionRef` consistently * Add a test for the workaround (method-local classes)