Commit 3426488
#5250 added `Expr::Call.byte_offset` but missed the `Expr::Call { .. }`
initializers in perry-codegen-arkts's tests (3 in src/tests.rs, 3 in
tests/phase2_full_app_smoke.rs). perry-codegen-arkts isn't built by the gating
`cargo-test` job, only by the informational `harmonyos-smoke` job
(continue-on-error), so this E0063 sat red on main — and on every open PR —
without blocking anything. Mirrors the #5266 cheerio fix.
After: `cargo test -p perry-codegen-arkts --lib` (111 passed) and
`--test phase2_full_app_smoke` (2 passed) both green. No version/CHANGELOG/Cargo.lock edits.
Co-authored-by: Ralph Küpper <ralph2@skelpo.com>
1 parent ff87ebd commit 3426488
2 files changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
960 | 960 | | |
961 | 961 | | |
962 | 962 | | |
| 963 | + | |
963 | 964 | | |
964 | 965 | | |
965 | 966 | | |
| |||
2531 | 2532 | | |
2532 | 2533 | | |
2533 | 2534 | | |
| 2535 | + | |
2534 | 2536 | | |
2535 | 2537 | | |
2536 | 2538 | | |
| |||
2762 | 2764 | | |
2763 | 2765 | | |
2764 | 2766 | | |
| 2767 | + | |
2765 | 2768 | | |
2766 | 2769 | | |
2767 | 2770 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
| 152 | + | |
152 | 153 | | |
153 | 154 | | |
154 | 155 | | |
| |||
160 | 161 | | |
161 | 162 | | |
162 | 163 | | |
| 164 | + | |
163 | 165 | | |
164 | 166 | | |
165 | 167 | | |
| |||
523 | 525 | | |
524 | 526 | | |
525 | 527 | | |
| 528 | + | |
526 | 529 | | |
527 | 530 | | |
528 | 531 | | |
| |||
0 commit comments