cgen: keep interface typeof independent of builtin string #13796
Annotations
11 errors, 10 warnings, and 10 notices
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
vlib/v/checker/tests/modules/indirect_import_unknown_module/main.v#L7
unknown module `m2`
|
|
|
|
|
|
|
|
|
|
|
|
|
|
vlib/v/tests/pointers/manual_free_stack_value_test.v#L7
calling builtin `free()` on a method receiver will cause a runtime crash when the receiver is stack-allocated; free individual fields instead
|
|
vlib/v/tests/generics/generics_mut_receiver_local_copy_regression_test.v#L12
cannot assign a reference to a value (this will be an error soon) left=Node[int] false right=Node[int] true ptr=true
|
|
vlib/v/gen/c/testdata/c_varargs.vv#L23
automatic f64 referencing/dereferencing into voidptr is deprecated and will be removed soon; use `foo(&x)` instead of `foo(x)`
|
|
|
|
vlib/os/os_js.js.v#L37
unused parameter: `path`
|
|
vlib/builtin/js/array_test.js.v#L98
an implicit clone of the slice was done here
|
|
vlib/builtin/js/array_test.js.v#L94
an implicit clone of the slice was done here
|
|
vlib/builtin/js/array_test.js.v#L86
an implicit clone of the slice was done here
|
|
vlib/builtin/js/array_test.js.v#L81
an implicit clone of the slice was done here
|
|
vlib/v/preludes_js/test_runner.v#L76
unused parameter: `mod`
|
|
vlib/v/preludes_js/test_runner.v#L73
unused parameter: `i`
|
|
vlib/os/sleeping.js.v#L4
unused parameter: `dur`
|
|
vlib/os/os_js.js.v#L37
unused parameter: `path`
|
|
vlib/builtin/array_test.v#L948
redundant parentheses are used
|
The logs for this run have expired and are no longer available.
Loading