The Wire · Showcase
ECT0 FIXES WARNINGS-AS-ERRORS TYPO
By RepoJournal · Filed · About Elixir & Phoenix
Ecto's warnings-as-errors setup was silently broken by a typo, and the fix is now in.
The typo in Ecto's warnings-as-errors configuration meant that warnings were not actually being treated as errors, letting potential issues slip through CI. Woylie's one-line fix [1] corrects the flag, restoring the guardrail for the whole project. This is the kind of quiet but critical maintenance that keeps Ecto's test suite honest. The PR [1] and its linked commit [2] are the only activity across the repo this period. If you're running Ecto's main branch, this should land in your next fetch. It's not a feature, but it's the kind of fix that prevents future headaches.
One email a day. Unsubscribe in one click.
Keep up with Elixir & Phoenix in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.
One email a day. Unsubscribe in one click. Read a past issue →
Action items
- → Pull the latest main from elixir-ecto/ecto to include the warnings-as-errors typo fix elixir-ecto/ecto [plan]
References
- [1] Fix warnings-as-errors typo (#4787) elixir-ecto/ecto
- [2] fix warnings-as-errors typo ↗ elixir-ecto/ecto