durban / seals

Tools for schema evolution and language-integrated schemata
Apache License 2.0
65 stars 7 forks source link

schema annotation should add cachedImplicit #43

Closed durban closed 7 years ago

durban commented 7 years ago

The @schema annotation should also add an implicit definition with shapeless.cachedImplicit (or equivalent) to the companion object (thus optimizing compile time for the uses of the Reified instance).

Problems:

Tasks:

durban commented 7 years ago

TODO: