fix #1546
Annotations
18 errors and 2 warnings
tcc
Process completed with exit code 1.
|
msvc
Canceling since a higher priority waiting request for 'CI Windows-refs/heads/fix_missing_or_block_for_callexpr' exists
|
msvc:
vlib/v/checker/tests/orm_no_default_value.vv#L11
expression requires a non empty `or {}` block
|
msvc
expression requires a non empty `or {}` block
|
msvc:
vlib/v/checker/tests/wrong_option_unwrap_err.vv#L3
`or` block must provide a value of type `string`, not `none`
|
msvc
`or` block must provide a value of type `string`, not `none`
|
msvc
The operation was canceled.
|
gcc
Canceling since a higher priority waiting request for 'CI Windows-refs/heads/fix_missing_or_block_for_callexpr' exists
|
gcc:
vlib/v/checker/tests/orm_no_default_value.vv#L11
expression requires a non empty `or {}` block
|
gcc
expression requires a non empty `or {}` block
|
gcc:
vlib/v/checker/tests/wrong_option_unwrap_err.vv#L3
`or` block must provide a value of type `string`, not `none`
|
gcc
'string' {aka 'struct string'} has no member named 'state'
|
gcc
'string' {aka 'struct string'} has no member named 'err'
|
gcc
incompatible types when initializing type 'int' using type 'IError' {aka 'struct IError'}
|
gcc
`or` block must provide a value of type `string`, not `none`
|
gcc
'string' {aka 'struct string'} has no member named 'state'
|
gcc
'string' {aka 'struct string'} has no member named 'err'
|
gcc
incompatible types when initializing type 'int' using type 'IError' {aka 'struct IError'}
|
gcc
initialization of 'u8 *' {aka 'unsigned char *'} from 'int' makes pointer from integer without a cast [-Wint-conversion]
|
gcc
initialization of 'u8 *' {aka 'unsigned char *'} from 'int' makes pointer from integer without a cast [-Wint-conversion]
|