Commit ab715db
inlay hints: pass plain map to ModuleResolver.resolve (dialyzer); bump elixir_sense pin
- module_of/2 passed the %State.Env{} struct to ModuleResolver.resolve/2,
whose env type is an anonymous %{optional(:module), optional(:aliases)} map;
a struct is not a subtype, so dialyzer flagged the call as never-succeeding
(no_return). Pass %{module: env.module, aliases: env.aliases} — same fix as
the elixir_sense-side ModuleResolver callers.
- Bump elixir_sense pin b3ad3c30 -> 53f8879d (review fixes incl. domain-key
field_get crash fix, combinator/cache cleanups, test consolidation/trim).
Inlay suites 103 passed; format clean; dialyzer clean.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent 10d3e5d commit ab715db
3 files changed
Lines changed: 5 additions & 3 deletions
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
649 | 649 | | |
650 | 650 | | |
651 | 651 | | |
652 | | - | |
| 652 | + | |
| 653 | + | |
| 654 | + | |
653 | 655 | | |
654 | 656 | | |
655 | 657 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments