aprs.me/test
Graham McIntire 48bc27e43c
fix: Resolve majority of dialyzer type errors
- Fix leader election guard test for :undefined pid
- Fix cpu_sup.util() pattern matching to handle numeric return
- Fix encoding_utils to always return explicit nil when needed
- Remove unused finite_float? function
- Fix signal handler to match :ok return from :os.set_signal/2
- Remove redundant catch-all pattern in database metrics
- Fix Gridsquare pattern matching in info_live template
- Remove unnecessary nil check for calculate_course result
- Fix get_packet_received_at to not check for nil (always returns DateTime)
- Remove redundant catch-all pattern in weather format_weather_value
- Fix query builder to use from(p in Packet) instead of bare Packet atom

Reduced dialyzer errors from 49 to 6. Remaining warnings are mostly
false positives from template compilation and overloaded function specs.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-30 13:30:21 -05:00
..
aprsme fix: Resolve majority of dialyzer type errors 2025-07-30 13:30:21 -05:00
aprsme_web fix: Resolve majority of dialyzer type errors 2025-07-30 13:30:21 -05:00
assets/js Improve type safety for getTrailId function 2025-07-21 08:36:38 -05:00
integration Improve CI/CD stability for frontend integration tests 2025-07-29 12:26:35 -05:00
support refactor: Remove CachedQueries and rename optimized functions 2025-07-30 13:17:56 -05:00
types refactor to use external parser 2025-06-24 14:22:09 -05:00
test_helper.exs refactor: Remove CachedQueries and rename optimized functions 2025-07-30 13:17:56 -05:00