prop/lib
Graham McIntire 1ceb932321
Some checks failed
Build and Push / Build and Push Docker Image (push) Failing after 3m24s
fix: use apply/3 to avoid undefined-module warnings with Conditional ML module
Microwaveprop.Propagation.Model only exists in lib_ml/ which is excluded
from prod elixirc_paths. Using apply/3 instead of direct @ml_module
calls avoids compile-time warnings when the module is absent. Added
credo:disable-for-next-line inline annotations since Credo flags
apply/3 with known arity but the runtime dispatch is intentional.

Also adds --warnings-as-errors to Dockerfile RUN mix compile so the
build fails on any project-level warning.
2026-07-28 08:19:23 -05:00
..
microwaveprop fix: use apply/3 to avoid undefined-module warnings with Conditional ML module 2026-07-28 08:19:23 -05:00
microwaveprop_web fix: resolve 27 security, architecture, test, and performance audit findings 2026-07-27 18:19:37 -05:00
mix/tasks fix: resolve 391 Credo issues across codebase 2026-06-12 13:51:32 -05:00
microwaveprop.ex initial 2026-03-28 11:28:47 -05:00
microwaveprop_web.ex fix web stuff 2026-05-31 16:47:11 -05:00