Show a dedicated snippet for "wrong number of arguments" error #124
ruby.yml
on: pull_request
ruby-versions
/
Generate Ruby versions
3s
prism
9s
Matrix: build
Annotations
9 errors
|
build (3.3)
Process completed with exit code 1.
|
|
Failure:
test/test_error_highlight.rb#L1118
<"undefined method '[]=' for an instance of Proc\n" +
"\n" +
" v [ ] = 1\n" +
" ^^^^^">("UTF-8") expected but was
<"undefined method `[]=' for an instance of Proc\n" +
"\n" +
" v [ ] = 1\n" +
" ^^^^^">("US-ASCII").
diff:
- undefined method '[]=' for an instance of Proc
? ^
+ undefined method `[]=' for an instance of Proc
? ^
v [ ] = 1
^^^^^
|
|
build (3.1)
Process completed with exit code 1.
|
|
Failure:
test/test_error_highlight.rb#L1118
<"undefined method '[]=' for #<Proc:0x00007f6476b38620 (lambda)>\n" +
"\n" +
" v [ ] = 1\n" +
" ^^^^^">("UTF-8") expected but was
<"undefined method `[]=' for #<Proc:0x00007f6476b38620 (lambda)>\n" +
"\n" +
" v [ ] = 1\n" +
" ^^^^^">("US-ASCII").
diff:
- undefined method '[]=' for #<Proc:0x00007f6476b38620 (lambda)>
? ^
+ undefined method `[]=' for #<Proc:0x00007f6476b38620 (lambda)>
? ^
v [ ] = 1
^^^^^
|
|
build (3.1)
The strategy configuration was canceled because "build._3_3" failed
|
|
build (3.2)
The operation was canceled.
|
|
Failure:
test/test_error_highlight.rb#L1118
<"undefined method '[]=' for #<Proc:0x00007f10a39016d0 (lambda)>\n" +
"\n" +
" v [ ] = 1\n" +
" ^^^^^">("UTF-8") expected but was
<"undefined method `[]=' for #<Proc:0x00007f10a39016d0 (lambda)>\n" +
"\n" +
" v [ ] = 1\n" +
" ^^^^^">("ASCII-8BIT").
diff:
- undefined method '[]=' for #<Proc:0x00007f10a39016d0 (lambda)>
? ^
+ undefined method `[]=' for #<Proc:0x00007f10a39016d0 (lambda)>
? ^
v [ ] = 1
^^^^^
|
|
build (3.2)
The strategy configuration was canceled because "build._3_3" failed
|
|
build (3.4)
The strategy configuration was canceled because "build._3_3" failed
|