Skip to content

checker: check invalid comptime field name assignment #23773

checker: check invalid comptime field name assignment

checker: check invalid comptime field name assignment #23773

Triggered via pull request May 13, 2025 19:32
Status Failure
Total duration 2m 23s
Artifacts

toml_ci.yml

on: pull_request
toml-module-pass-external-test-suites
1m 5s
toml-module-pass-external-test-suites
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
toml-module-pass-external-test-suites: vlib/toml/toml.v#L87
cannot assign to `typ.$(field.name)`: expected `[]string`, not `[]toml.Any`
toml-module-pass-external-test-suites: vlib/toml/toml.v#L86
cannot assign to `typ.$(field.name)`: expected `[]string`, not `[]toml.Time`
toml-module-pass-external-test-suites: vlib/toml/toml.v#L85
cannot assign to `typ.$(field.name)`: expected `[]string`, not `[]toml.Date`
toml-module-pass-external-test-suites: vlib/toml/toml.v#L84
cannot assign to `typ.$(field.name)`: expected `[]string`, not `[]toml.DateTime`
toml-module-pass-external-test-suites: vlib/toml/toml.v#L83
cannot assign to `typ.$(field.name)`: expected `[]string`, not `[]bool`
toml-module-pass-external-test-suites: vlib/toml/toml.v#L82
cannot assign to `typ.$(field.name)`: expected `[]string`, not `[]f64`
toml-module-pass-external-test-suites: vlib/toml/toml.v#L81
cannot assign to `typ.$(field.name)`: expected `[]string`, not `[]f32`
toml-module-pass-external-test-suites: vlib/toml/toml.v#L80
cannot assign to `typ.$(field.name)`: expected `[]string`, not `[]u64`
toml-module-pass-external-test-suites: vlib/toml/toml.v#L79
cannot assign to `typ.$(field.name)`: expected `[]string`, not `[]i64`
toml-module-pass-external-test-suites: vlib/toml/toml.v#L78
cannot assign to `typ.$(field.name)`: expected `[]string`, not `[]int`
toml-module-pass-external-test-suites: vlib/toml/tests/encode_and_decode_test.v#L212
cannot cast a number to a type reference, use `nil` or a voidptr cast first: `&Type(voidptr(123))`