RepoJournal
Elixir & Phoenix

Elixir & Phoenix

Elixir, Phoenix, LiveView, and Ecto - the BEAM web stack

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.

Pick a date

Topics: Elixir & Phoenix Full archive →

The Wire · Showcase

ELIXIR TIGHTENS XREF EXCLUSIONS, PARSER DIAGNOSTICS GET SMARTER

By RepoJournal · Filed · About Elixir & Phoenix

1 person shipped this

Elixir is deprecating the xref exclude syntax and shipping a wave of diagnostic improvements that catch more bugs earlier in the compilation pipeline.

The Elixir team deprecated `xref: [exclude: ...]` configuration [1], signaling a shift in how cross-reference checking will work going forward. This is paired with three targeted fixes that improve error reporting across the language. The parser now correctly specifies its input contract [2], matching what the runtime actually receives as a 4-tuple with indentation data. More importantly, Elixir now collects diagnostics across all rescue clauses [3] instead of stopping at the first one, meaning you'll catch multiple errors in exception handling in a single compile pass. The compiler also infers signatures across application boundaries [4], letting it track types and catch mismatches that previously slipped through. Meanwhile, Phoenix Live View clarified how JS display defaults work [5], fixing subtle behavior in client-side interactions.

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] Deprecate xref: [exclude: ...] elixir-lang/elixir
  2. [2] Fix parse_error input spec (#15393) elixir-lang/elixir
  3. [3] Collect diagnostics across clauses in rescue, closes #15307 elixir-lang/elixir
  4. [4] Infer signatures across application boundaries, closes #15360 elixir-lang/elixir
  5. [5] Clarify JS display defaults ↗ phoenixframework/phoenix_live_view

Quick answers

What shipped in Elixir & Phoenix on May 17, 2026?
Elixir is deprecating the xref exclude syntax and shipping a wave of diagnostic improvements that catch more bugs earlier in the compilation pipeline. In total, 5 commits and 2 pull requests landed.
Who contributed to Elixir & Phoenix on May 17, 2026?
1 developer shipped this update, including preciz.
What were the notable Elixir & Phoenix updates?
Deprecate xref: [exclude: ...], Fix parse_error input spec (#15393), and Collect diagnostics across clauses in rescue, closes #15307.

More from Elixir & Phoenix

Daily updates, in your inbox

Follow Elixir & Phoenix

Keep up with Elixir & Phoenix in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

or

One email a day. Unsubscribe in one click. Read a past issue →

Elsewhere on the wire

Want every project, not just this one?