Commit graph

11 commits

Author SHA1 Message Date
b8a9b8a465
chore(dialyzer): enable stricter flags and fix 97 resulting findings
Turned on :error_handling, :underspecs, and :unmatched_returns in
mix.exs dialyzer config. The 97 warnings this surfaced were fixed in
place rather than suppressed:

- unmatched_return (79): explicit discard with `_ = ...` for
  fire-and-forget side effects (Process.cancel_timer, :ets.new,
  send/2), and pattern-matched `:ok = ...` for control-plane
  Phoenix.PubSub subscribe/unsubscribe/broadcast calls so a future
  return-shape change fails loud.

- contract_supertype (18): tightened @spec arg and return types on
  data_builder, historical_loader, url_params, packet_utils,
  encoding_utils, aprs_symbol, weather_controller, packet_replay to
  match each function's actual success typing.

No behavioural change. mix compile clean, 1008 tests pass, dialyzer
count is now 0.
2026-04-21 10:07:01 -05:00
566198afa7
clean up warnings 2025-07-16 08:55:46 -05:00
532a81c0b4
integrate /:call to main page 2025-07-13 10:36:58 -05:00
6d9b878a17
clean up warnings 2025-07-08 13:29:44 -05:00
7168448a38
fix weather page 2025-07-08 13:21:02 -05:00
2366137c73
fix mix usage for prod 2025-07-08 12:23:17 -05:00
032b9a31ca
fix mix usage for prod 2025-07-08 12:20:40 -05:00
9053f0840a
add more i18n testing and fix error page and dashboard 2025-07-08 12:16:00 -05:00
7593330d36
fix main map sidedar on page change 2025-07-08 10:31:46 -05:00
cba86fb082
more languages 2025-07-06 10:08:58 -05:00
fc449ed5f9
en español 2025-07-05 15:51:39 -05:00