checker: fix missing option variable checking when casting using as
operator
#8955
Annotations
27 errors
msvc:
vlib/v/tests/options/option_concatexpr_test.v#L15
variable `b` is an Option, it must be unwrapped first
|
msvc:
vlib/v/tests/options/option_concatexpr_test.v#L20
variable `b2` is an Option, it must be unwrapped first
|
msvc:
vlib/v/tests/options/option_concatexpr_test.v#L25
variable `b3` is an Option, it must be unwrapped first
|
msvc:
vlib/v/tests/options/option_sumtype_test.v#L11
variable `x` is an Option, it must be unwrapped first
|
msvc:
vlib/v/tests/options/option_unwrap_as_cast_test.v#L18
variable `d` is an Option, it must be unwrapped first
|
msvc:
vlib/v/tests/options/option_unwrap_as_cast_test.v#L19
variable `x` is an Option, it must be unwrapped first
|
msvc:
vlib/v/tests/options/option_unwrap_as_cast_test.v#L21
variable `d` is an Option, it must be unwrapped first
|
msvc:
vlib/v/tests/options/option_unwrap_as_cast_test.v#L22
variable `x` is an Option, it must be unwrapped first
|
msvc
Process completed with exit code 1.
|
gcc:
vlib/v/tests/options/option_concatexpr_test.v#L15
variable `b` is an Option, it must be unwrapped first
|
gcc:
vlib/v/tests/options/option_concatexpr_test.v#L20
variable `b2` is an Option, it must be unwrapped first
|
gcc:
vlib/v/tests/options/option_concatexpr_test.v#L25
variable `b3` is an Option, it must be unwrapped first
|
gcc:
vlib/v/tests/options/option_sumtype_test.v#L11
variable `x` is an Option, it must be unwrapped first
|
gcc:
vlib/v/tests/options/option_unwrap_as_cast_test.v#L18
variable `d` is an Option, it must be unwrapped first
|
gcc:
vlib/v/tests/options/option_unwrap_as_cast_test.v#L19
variable `x` is an Option, it must be unwrapped first
|
gcc:
vlib/v/tests/options/option_unwrap_as_cast_test.v#L21
variable `d` is an Option, it must be unwrapped first
|
gcc:
vlib/v/tests/options/option_unwrap_as_cast_test.v#L22
variable `x` is an Option, it must be unwrapped first
|
gcc
Process completed with exit code 1.
|
tcc:
vlib/v/tests/options/option_concatexpr_test.v#L15
variable `b` is an Option, it must be unwrapped first
|
tcc:
vlib/v/tests/options/option_concatexpr_test.v#L20
variable `b2` is an Option, it must be unwrapped first
|
tcc:
vlib/v/tests/options/option_concatexpr_test.v#L25
variable `b3` is an Option, it must be unwrapped first
|
tcc:
vlib/v/tests/options/option_sumtype_test.v#L11
variable `x` is an Option, it must be unwrapped first
|
tcc:
vlib/v/tests/options/option_unwrap_as_cast_test.v#L18
variable `d` is an Option, it must be unwrapped first
|
tcc:
vlib/v/tests/options/option_unwrap_as_cast_test.v#L19
variable `x` is an Option, it must be unwrapped first
|
tcc:
vlib/v/tests/options/option_unwrap_as_cast_test.v#L21
variable `d` is an Option, it must be unwrapped first
|
tcc:
vlib/v/tests/options/option_unwrap_as_cast_test.v#L22
variable `x` is an Option, it must be unwrapped first
|
tcc
Process completed with exit code 1.
|