witchcrafters / type_class

(Semi-)principled type classes for Elixir
https://hex.pm/packages/type_class
MIT License
140 stars 16 forks source link

Improve compile performance #41

Open expede opened 3 years ago

expede commented 3 years ago

WIP

Moving checks from compile time to test time

florius0 commented 2 years ago

Wouldn't the easiest option be to just let specify in config in which mix environment checks should be run?