ash-project / ash_postgres

The PostgreSQL data layer for Ash Framework
https://hexdocs.pm/ash_postgres
MIT License
139 stars 73 forks source link

Cleanup Test Output #366

Closed maennchen closed 2 months ago

maennchen commented 2 months ago

Cleans up mix task output and compiler warnings in tests.

Changes

I changed IO.puts/1 to Mix.shell().error/1 in the MigrationGenerator. Other places are using Mix.shell().info/1 already. This will change the color of the output.

Contributor checklist

zachdaniel commented 2 months ago

🚀 Thank you for your contribution! 🚀