all: super_batch7 fixes #6619
Annotations
10 errors and 4 notices
|
examples/breakout/breakout.v#L242
cannot assign to `g.ball_dx`: expected `f32`, not `int`
|
|
examples/breakout/breakout.v#L53
cannot assign to `g.ball_x`: expected `f32`, not `int`
|
|
examples/breakout/breakout.v#L242
cannot assign to `g.ball_dx`: expected `f32`, not `int`
|
|
examples/breakout/breakout.v#L53
cannot assign to `g.ball_x`: expected `f32`, not `int`
|
|
|
|
vlib/v/checker/tests/js_number_requires_explicit_cast.vv#L7
cannot use `int` as `JS.Number` without an explicit cast (e.g. `JS.Number(value)`)
|
|
vlib/v/checker/tests/int_ptr_array_index_decl_assign_err.vv#L3
non-integer index `&int` (array type `[]u8`)
|
|
vlib/v/checker/tests/int_ptr_array_index_decl_assign_err.vv#L3
non-integer index `&int` (array type `[]u8`)
|
|
vlib/builtin/builtin_windows.c.v#L77
assignment mismatch: 1 variable 0 values
|
|
|
|
examples/veb/middleware/using_middleware.v#L77
unused parameter: `ctx`
|
|
examples/veb/middleware/using_middleware.v#L72
unused parameter: `ctx`
|
|
|
|
vlib/builtin/array_test.v#L948
redundant parentheses are used
|
The logs for this run have expired and are no longer available.
Loading