Skip to content

checker: fix private type #9325

checker: fix private type

checker: fix private type #9325

Triggered via pull request January 21, 2025 12:20
Status Failure
Total duration 54m 40s
Artifacts

windows_ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

30 errors
msvc: vlib/arrays/arrays.v#L1
module `main` type `MyInt` is private
msvc: vlib/encoding/csv/csv_reader_test.v#L221
module `encoding.csv` type `encoding.csv.CellValue` is private
msvc: vlib/encoding/csv/csv_reader_test.v#L222
module `encoding.csv` type `encoding.csv.CellValue` is private
msvc: vlib/encoding/csv/csv_reader_test.v#L223
module `encoding.csv` type `encoding.csv.CellValue` is private
msvc: vlib/v/checker/tests/fn_var.vv#L1
missing return at the end of an anonymous function
msvc: vlib/v/checker/tests/fn_var.vv#L2
cannot assign to `f`: expected `fn (int) u8`, not `int literal`
msvc: vlib/v/checker/tests/fn_var.vv#L4
cannot assign to `p`: expected `&fn (int) u8`, not `&[]fn (int) u8`
msvc: vlib/v/checker/tests/fn_var.vv#L9
undefined ident: `i`
msvc: vlib/v/checker/tests/fn_var.vv#L9
`println` can not print void expressions
msvc: vlib/v/checker/tests/fn_var.vv#L8
cannot assign to `f`: expected `fn (int) u8`, not `fn (mut []int)`
gcc: vlib/arrays/arrays.v#L1
module `main` type `MyInt` is private
gcc: vlib/encoding/csv/csv_reader_test.v#L221
module `encoding.csv` type `encoding.csv.CellValue` is private
gcc: vlib/encoding/csv/csv_reader_test.v#L222
module `encoding.csv` type `encoding.csv.CellValue` is private
gcc: vlib/encoding/csv/csv_reader_test.v#L223
module `encoding.csv` type `encoding.csv.CellValue` is private
gcc: vlib/v/checker/tests/fn_var.vv#L1
missing return at the end of an anonymous function
gcc: vlib/v/checker/tests/fn_var.vv#L2
cannot assign to `f`: expected `fn (int) u8`, not `int literal`
gcc: vlib/v/checker/tests/fn_var.vv#L4
cannot assign to `p`: expected `&fn (int) u8`, not `&[]fn (int) u8`
gcc: vlib/v/checker/tests/fn_var.vv#L9
undefined ident: `i`
gcc: vlib/v/checker/tests/fn_var.vv#L9
`println` can not print void expressions
gcc: vlib/v/checker/tests/fn_var.vv#L8
cannot assign to `f`: expected `fn (int) u8`, not `fn (mut []int)`
tcc: vlib/arrays/arrays.v#L1
module `main` type `MyInt` is private
tcc: vlib/encoding/csv/csv_reader_test.v#L221
module `encoding.csv` type `encoding.csv.CellValue` is private
tcc: vlib/encoding/csv/csv_reader_test.v#L222
module `encoding.csv` type `encoding.csv.CellValue` is private
tcc: vlib/encoding/csv/csv_reader_test.v#L223
module `encoding.csv` type `encoding.csv.CellValue` is private
tcc: vlib/v/checker/tests/fn_var.vv#L1
missing return at the end of an anonymous function
tcc: vlib/v/checker/tests/fn_var.vv#L2
cannot assign to `f`: expected `fn (int) u8`, not `int literal`
tcc: vlib/v/checker/tests/fn_var.vv#L4
cannot assign to `p`: expected `&fn (int) u8`, not `&[]fn (int) u8`
tcc: vlib/v/checker/tests/fn_var.vv#L9
undefined ident: `i`
tcc: vlib/v/checker/tests/fn_var.vv#L9
`println` can not print void expressions
tcc: vlib/v/checker/tests/fn_var.vv#L8
cannot assign to `f`: expected `fn (int) u8`, not `fn (mut []int)`