RepoJournal
Elixir & Phoenix Elixir & Phoenix
107 wires and counting

$ follow Elixir & Phoenix

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

or

fair warning: these emails are deeply technical. diffs, version numbers, CVEs, benchmark deltas. if that's not your idea of a good read, this isn't your newsletter.

Folds into your digest — weekly by default, monthly if you prefer. Unsubscribe in one click.

$ status

wire 2026-07-02
stories 7

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

ELIXIR FORMATTER GAINS ATOM INTERPOLATION MIGRATION TOOL

By RepoJournal · Filed · About Elixir & Phoenix · Composed from the cited sources · methodology

The core team is shipping a new formatter option to help developers migrate away from the soft-deprecated `:'foo#{x}'` syntax ahead of a future removal.

The Elixir formatter now includes a `migrate_atom_interpolations` option [1] that automatically rewrites interpolated atom literals to use `String.to_unsafe_atom/1` instead. This targets the deprecation warning developers have started seeing, and gives them a structured path forward. The core team already uses it internally to clean up their own codebase [2], signaling they're serious about this migration path. Meanwhile, routine dependency bumps landed overnight: actions/checkout upgraded to 7.0.0 [3] with improved security checks for fork PRs, and zizmor-action bumped to 0.5.7 [4] bringing zizmor 1.26.1 to the CI toolchain. A minor but welcome quality-of-life improvement also shipped: `Enum.reduce_while/3` now uses the `acc` alias in its type spec [5], making the signature easier to read at a glance.

Quick answers

What shipped in Elixir & Phoenix on July 2, 2026?
The core team is shipping a new formatter option to help developers migrate away from the soft-deprecated `:'foo#{x}'` syntax ahead of a future removal. In total, 3 commits and 4 pull requests landed.
Who contributed to Elixir & Phoenix on July 2, 2026?
3 developers shipped this update, including sabiwara, dependabot[bot], and nwjlyons.
What were the notable Elixir & Phoenix updates?
Add :migrate_atom_interpolations option to formatter, Add :migrate_atom_interpolations option to formatter (#15531), and Bump actions/checkout from 6.0.3 to 7.0.0.