build(deps): bump erlex 0.2.8 -> 0.2.9 and add :mix to dialyzer PLT - #196
Merged
Conversation
erlex is a transitive dev/test-only dependency of dialyxir; 0.2.9 rewrites the type-grammar precedence and adds mix erlex.typecheck. Since #194 the repo ships a Mix task; without :mix in the PLT dialyzer reports Mix.Task callback info as missing. Dialyzer now passes clean. Verified: mix compile --warnings-as-errors, mix test (142 tests), mix dialyzer, mix deps.unlock --check-unused. Co-Authored-By: Emmanuel Pinault <dev@pinault-family.us> Claude-Session: https://claude.ai/code/session_01JckHuT8GcW8Gzsai7vcpvT
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
erlex0.2.8 → 0.2.9 (transitive dev/test dep ofdialyxir; rewrites the Erlang-type grammar precedence, addsmix erlex.typecheck). Not compiled into the library.dialyzer: [plt_add_apps: [:mix]]— since feat: add mix hammer.install Igniter task #194 the repo ships a Mix task, and without:mixin the PLT dialyzer reportsMix.Taskcallback info as missing.These two commits were pushed to the #195 branch after it had already been merged, so they never landed; this PR re-applies them on top of
master.Test Plan
mix compile --warnings-as-errorsmix test— 142 tests, 0 failuresmix dialyzer— 0 errors (was 2 warnings onlib/mix/tasks/hammer.install.exbefore the PLT change)mix format --check-formatted,mix deps.unlock --check-unused🤖 Generated with Claude Code by Emmanuel Pinault
https://claude.ai/code/session_01JckHuT8GcW8Gzsai7vcpvT