Commit acf5798
review: rename shadowed closure params and check exit codes in e2e
- runtime_symlinks: rename closure params `from_name`/`to_name` to `f`/`t`
so the outer `from_name: String` used by `concrete_installs.contains` is
obviously distinct from the closure's `OsStr` args.
- test_install_system_readonly: extract `assert_silent_install` helper that
fails on a non-zero exit code instead of just inspecting stdout. Catches
the case where mise crashes with an unrelated error message.
Review feedback from gemini-code-assist and greptile-apps on #9410.
Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>1 parent eb6e707 commit acf5798
2 files changed
Lines changed: 15 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
27 | 39 | | |
28 | 40 | | |
29 | 41 | | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
| 42 | + | |
36 | 43 | | |
37 | 44 | | |
38 | 45 | | |
39 | 46 | | |
40 | 47 | | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
| 48 | + | |
47 | 49 | | |
48 | 50 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| |||
0 commit comments