Skip to content

checker: fix missing option variable checking when casting using as operator #8955

checker: fix missing option variable checking when casting using as operator

checker: fix missing option variable checking when casting using as operator #8955

Triggered via pull request January 3, 2025 21:07
Status Failure
Total duration 36m 22s
Artifacts

windows_ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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.