Skip to content

checker: fix missing or-block check for callexpr #12085

checker: fix missing or-block check for callexpr

checker: fix missing or-block check for callexpr #12085

Triggered via pull request November 12, 2024 03:57
Status Cancelled
Total duration 8m 5s
Artifacts
Matrix: common
Matrix: vpm-site
Matrix: vsl
Matrix: vtl
Fit to window
Zoom out
Zoom in

Annotations

19 errors and 1 warning
vsl (ubuntu-20.04)
Canceling since a higher priority waiting request for 'V Apps and Modules-refs/pull/22840/merge' exists
vtl (macos-14)
Canceling since a higher priority waiting request for 'V Apps and Modules-refs/pull/22840/merge' exists
vpm-site (ubuntu-20.04)
Canceling since a higher priority waiting request for 'V Apps and Modules-refs/pull/22840/merge' exists
vtl (ubuntu-20.04)
Canceling since a higher priority waiting request for 'V Apps and Modules-refs/pull/22840/merge' exists
common (macos-14)
Canceling since a higher priority waiting request for 'V Apps and Modules-refs/pull/22840/merge' exists
common (macos-14)
The operation was canceled.
common (ubuntu-latest)
Canceling since a higher priority waiting request for 'V Apps and Modules-refs/pull/22840/merge' exists
common (ubuntu-latest)
`or` block must provide a default value of type `index.FileIndex`, or return/continue/break or call a @[noreturn] function like panic(err) or exit(1)
common (ubuntu-latest)
`or` block must provide a default value of type `index.FileIndex`, or return/continue/break or call a @[noreturn] function like panic(err) or exit(1)
common (ubuntu-latest)
`or` block must provide a default value of type `index.FileIndex`, or return/continue/break or call a @[noreturn] function like panic(err) or exit(1)
common (ubuntu-latest)
Process completed with exit code 1.
common (ubuntu-latest)
assignment requires a non empty `or {}` block
common (ubuntu-latest)
The operation was canceled.
common (ubuntu-latest)
unexpected token `$`, expecting name
common (ubuntu-latest)
expecting method name
common (ubuntu-latest)
unexpected token `$`, expecting name
common (ubuntu-latest)
const names cannot contain uppercase letters, use snake_case instead
vsl (macos-14)
Canceling since a higher priority waiting request for 'V Apps and Modules-refs/pull/22840/merge' exists
vsl (macos-14)
The operation was canceled.
vpm-site (macos-14)
method `time.Time.unix_time` has been deprecated since 2024-05-31, it will be an error after 2024-11-27; use `t.unix()` instead