Commit 1e9556d
Fix push-argument spec to not depend on RBS param name
CI runs the matrix against RBS 3.10.0 through 4.0.2, where
Array#push's restarg parameter is named differently (e.g. `obj`)
than in the RBS version used locally (`objects`). The parameter
name is an incidental detail of the core RBS declaration, not
something this PR's type-checking logic controls, so match on the
substance of the message instead of the exact name.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01LCTZUQv2ijSU5Cqgw4CU1f1 parent 8e94b1c commit 1e9556d
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
69 | 72 | | |
70 | | - | |
| 73 | + | |
71 | 74 | | |
72 | 75 | | |
73 | 76 | | |
| |||
0 commit comments