v: add selector option unwrapping on if != none
#7995
Triggered via pull request
November 17, 2024 20:24
Status
Failure
Total duration
4h 25m 52s
Artifacts
–
sanitized_ci.yml
on: pull_request
tests-sanitize-undefined-clang
58m 0s
tests-sanitize-undefined-gcc
1h 30m
tests-sanitize-address-clang
1h 17m
tests-sanitize-address-msvc
3m 55s
tests-sanitize-address-gcc
1h 59m
tests-sanitize-memory-clang
1h 37m
Annotations
22 errors
tests-sanitize-undefined-clang:
vlib/v/tests/generics/generics_chans_select_test.v#L38
unexpected `or` block, the field `check` is not an Option or a Result
|
tests-sanitize-undefined-clang:
vlib/v/tests/options/option_unwrap_test.v#L9
unexpected `or` block, the field `parent` is not an Option or a Result
|
tests-sanitize-undefined-clang
Process completed with exit code 1.
|
tests-sanitize-address-clang:
vlib/v/checker/tests/assign_type_mismatch_with_generics_err.vv#L13
cannot assign to `b`: expected `bool`, not `fn (Bar) bool`
|
tests-sanitize-address-clang:
vlib/v/checker/tests/assign_type_mismatch_with_generics_err.vv#L13
unexpected `or` block, the field `f` is not an Option or a Result
|
tests-sanitize-address-clang:
vlib/v/checker/tests/assign_type_mismatch_with_generics_err.vv#L13
cannot assign to `b`: expected `bool`, not `fn (Bar) bool`
|
tests-sanitize-address-clang
unexpected `or` block, the field `f` is not an Option or a Result
|
tests-sanitize-address-clang
cannot assign to `b`: expected `bool`, not `fn (Bar) bool`
|
tests-sanitize-address-clang:
vlib/v/checker/tests/option_ptr_without_unwrapp_err.vv#L7
cannot use `?&Node` as `Node`, it must be unwrapped first in argument 1 to `set_trace`
|
tests-sanitize-address-clang
cannot use `?&Node` as `Node`, it must be unwrapped first in argument 1 to `set_trace`
|
tests-sanitize-address-clang:
vlib/v/tests/generics/generics_chans_select_test.v#L38
unexpected `or` block, the field `check` is not an Option or a Result
|
tests-sanitize-address-clang:
vlib/v/tests/options/option_unwrap_test.v#L9
unexpected `or` block, the field `parent` is not an Option or a Result
|
tests-sanitize-address-clang
Process completed with exit code 1.
|
tests-sanitize-undefined-gcc:
vlib/v/tests/generics/generics_chans_select_test.v#L38
unexpected `or` block, the field `check` is not an Option or a Result
|
tests-sanitize-undefined-gcc:
vlib/v/tests/options/option_unwrap_test.v#L9
unexpected `or` block, the field `parent` is not an Option or a Result
|
tests-sanitize-undefined-gcc
Process completed with exit code 1.
|
tests-sanitize-memory-clang:
vlib/v/tests/generics/generics_chans_select_test.v#L38
unexpected `or` block, the field `check` is not an Option or a Result
|
tests-sanitize-memory-clang:
vlib/v/tests/options/option_unwrap_test.v#L9
unexpected `or` block, the field `parent` is not an Option or a Result
|
tests-sanitize-memory-clang
Process completed with exit code 1.
|
tests-sanitize-address-gcc:
vlib/v/tests/generics/generics_chans_select_test.v#L38
unexpected `or` block, the field `check` is not an Option or a Result
|
tests-sanitize-address-gcc:
vlib/v/tests/options/option_unwrap_test.v#L9
unexpected `or` block, the field `parent` is not an Option or a Result
|
tests-sanitize-address-gcc
Process completed with exit code 1.
|