fuelen / ecto_erd

A mix task for generating Entity Relationship Diagram from Ecto schemas available in your project.
Apache License 2.0
215 stars 15 forks source link

Resolve compilation warnings for Elixir v1.15+ #53

Closed mstibbard closed 7 months ago

mstibbard commented 7 months ago

Changes

Resolved the compilation warnings about deprecated function usage:

Notes

This library doesn't specify what versions of Elixir it works with -- if this PR is merged then it will require Elixir v1.11 or above.

fuelen commented 7 months ago

Thank you!

This library doesn't specify what versions of Elixir it works with -- if this PR is merged then it will require Elixir v1.11 or above.

Elixir version is specified here https://github.com/fuelen/ecto_erd/blob/295d2d3db8d87ae618fb788fe47d44d9d1ec0823/mix.exs#L20

mstibbard commented 7 months ago

You are welcome! Good point, this is why I shouldn't write PRs (even simple ones) at night haha