fixes #1825
sanitized_ci.yml
on: push
tests-sanitize-undefined-clang
27m 22s
tests-sanitize-undefined-gcc
27m 11s
tests-sanitize-address-clang
28m 22s
tests-sanitize-address-msvc
4m 42s
tests-sanitize-address-gcc
28m 18s
tests-sanitize-memory-clang
27m 59s
Annotations
19 errors and 4 warnings
tests-sanitize-address-clang
Canceling since a higher priority waiting request for 'Sanitized CI-refs/heads/fix_missing_or_block_for_callexpr' exists
|
tests-sanitize-address-clang:
vlib/v/checker/tests/invalid_vweb_param_type.vv#L8
invalid type `[]bool` for parameter `list` in vweb app method `index` (only strings, numbers, and bools are allowed)
|
tests-sanitize-address-clang:
vlib/vweb/vweb.v#L722
assignment requires a non empty `or {}` block
|
tests-sanitize-address-clang:
vlib/v/checker/tests/invalid_vweb_param_type.vv#L8
invalid type `[]bool` for parameter `list` in vweb app method `index` (only strings, numbers, and bools are allowed)
|
tests-sanitize-address-clang
assignment requires a non empty `or {}` block
|
tests-sanitize-address-clang
invalid type `[]bool` for parameter `list` in vweb app method `index` (only strings, numbers, and bools are allowed)
|
tests-sanitize-address-clang:
vlib/v/checker/tests/option_or_block_mismatch.vv#L10
wrong return type `Bar` in the `or {}` block, expected `&Bar`
|
tests-sanitize-address-clang:
vlib/v/checker/tests/option_or_block_mismatch.vv#L13
the default expression type in the `or` block should be `&Bar`, instead you gave a value of type `Bar`
|
tests-sanitize-address-clang:
vlib/v/checker/tests/option_or_block_mismatch.vv#L10
wrong return type `Bar` in the `or {}` block, expected `&Bar`
|
tests-sanitize-address-clang
the default expression type in the `or` block should be `&Bar`, instead you gave a value of type `Bar`
|
tests-sanitize-address-clang:
vlib/v/checker/tests/option_or_block_returns_value_of_incompatible_type.vv#L13
the default expression type in the `or` block should be `string`, instead you gave a value of type `int literal`
|
tests-sanitize-undefined-clang
Canceling since a higher priority waiting request for 'Sanitized CI-refs/heads/fix_missing_or_block_for_callexpr' exists
|
tests-sanitize-undefined-clang
The operation was canceled.
|
tests-sanitize-undefined-gcc
Canceling since a higher priority waiting request for 'Sanitized CI-refs/heads/fix_missing_or_block_for_callexpr' exists
|
tests-sanitize-undefined-gcc
The operation was canceled.
|
tests-sanitize-memory-clang
Canceling since a higher priority waiting request for 'Sanitized CI-refs/heads/fix_missing_or_block_for_callexpr' exists
|
tests-sanitize-memory-clang
The operation was canceled.
|
tests-sanitize-address-gcc
Canceling since a higher priority waiting request for 'Sanitized CI-refs/heads/fix_missing_or_block_for_callexpr' exists
|
tests-sanitize-address-gcc
The operation was canceled.
|
tests-sanitize-address-clang:
vlib/v/checker/tests/vweb_routing_checks.vv#L20
mismatched parameters count between vweb method `App.bar` (1) and route attribute ['/bar'] (0)
|
tests-sanitize-address-clang:
vlib/v/checker/tests/vweb_routing_checks.vv#L26
mismatched parameters count between vweb method `App.cow` (0) and route attribute ['/cow/:low'] (1)
|
tests-sanitize-address-clang:
vlib/v/checker/tests/vweb_routing_checks.vv#L20
mismatched parameters count between vweb method `App.bar` (1) and route attribute ['/bar'] (0)
|
tests-sanitize-address-clang:
vlib/v/checker/tests/vweb_routing_checks.vv#L26
mismatched parameters count between vweb method `App.cow` (0) and route attribute ['/cow/:low'] (1)
|