bamorim / typed_ecto_schema

A library to define Ecto schemas with typespecs without all the boilerplate code.
https://hexdocs.pm/typed_ecto_schema
Apache License 2.0
271 stars 18 forks source link

Update installation instructions to be compile-time only #22

Closed s3cur3 closed 2 years ago

s3cur3 commented 2 years ago

I believe this is correct (based on my reading of the code, everything in the package happens in macros), but I could be wrong. 😄

bamorim commented 2 years ago

You are right, everything is compile-time. I'll try this out to make sure.

dvic commented 2 years ago

I just double checked it, LGTM.

bamorim commented 2 years ago

Thanks, that is really useful!

I merged it, but I don't know if I can update the docs without releasing a new version and if it is worth to release a new version just for that.

s3cur3 commented 2 years ago

Makes sense! Thanks again for a super useful library!