builtin: add a StringBuilder implementation (part 1, just a copy of s… #168
Annotations
10 errors, 10 warnings, and 10 notices
|
vlib/builtin/js/array.js.v#L382
assignment mismatch: 1 variable but `new_string_builder()` returns 0 values
|
|
vlib/builtin/js/array.js.v#L382
unknown function: new_string_builder
|
|
vlib/builtin/js/rune.js.v#L7
`res` used as value
|
|
vlib/builtin/js/rune.js.v#L6
assignment mismatch: 1 variable but `str()` returns 0 values
|
|
vlib/builtin/js/rune.js.v#L4
assignment mismatch: 1 variable but `new_string_builder()` returns 0 values
|
|
vlib/builtin/js/rune.js.v#L4
unknown function: new_string_builder
|
|
vlib/builtin/js/array.js.v#L395
`res` used as value
|
|
vlib/builtin/js/array.js.v#L394
assignment mismatch: 1 variable but `str()` returns 0 values
|
|
vlib/builtin/js/array.js.v#L382
assignment mismatch: 1 variable but `new_string_builder()` returns 0 values
|
|
vlib/builtin/js/array.js.v#L382
unknown function: new_string_builder
|
|
vlib/v/checker/tests/array_init_without_init_value_err.vv#L45
arrays of interfaces need to be initialized right away, therefore `len:` cannot be used (unless inside `unsafe`, or if you also use `init:`)
|
|
vlib/v/checker/tests/array_init_without_init_value_err.vv#L14
fixed arrays of sumtypes need to be initialized right away (unless inside `unsafe`)
|
|
vlib/v/checker/tests/array_init_without_init_value_err.vv#L12
arrays of sumtypes need to be initialized right away, therefore `len:` cannot be used (unless inside `unsafe`, or if you also use `init:`)
|
|
vlib/v/checker/tests/array_init_without_init_value_err.vv#L40
arrays of interfaces need to be initialized right away, therefore `len:` cannot be used (unless inside `unsafe`, or if you also use `init:`)
|
|
vlib/v/checker/tests/array_init_without_init_value_err.vv#L23
arrays of references need to be initialized right away, therefore `len:` cannot be used (unless inside `unsafe`, or if you also use `init:`)
|
|
vlib/v/checker/tests/array_init_without_init_value_err.vv#L22
arrays of references need to be initialized right away, therefore `len:` cannot be used (unless inside `unsafe`, or if you also use `init:`)
|
|
vlib/v/checker/tests/array_init_without_init_value_err.vv#L21
fixed arrays of references need to be initialized right away (unless inside `unsafe`)
|
|
vlib/v/checker/tests/array_init_without_init_value_err.vv#L20
arrays of references need to be initialized right away, therefore `len:` cannot be used (unless inside `unsafe`, or if you also use `init:`)
|
|
vlib/v/checker/tests/array_init_without_init_value_err.vv#L7
fixed arrays of sumtypes need to be initialized right away (unless inside `unsafe`)
|
|
vlib/v/checker/tests/array_init_without_init_value_err.vv#L5
arrays of sumtypes need to be initialized right away, therefore `len:` cannot be used (unless inside `unsafe`, or if you also use `init:`)
|
|
vlib/v/checker/tests/always_true_false_branch.vv#L17
condition is always true
|
|
vlib/v/checker/tests/always_true_false_branch.vv#L15
condition is always true
|
|
vlib/v/checker/tests/always_true_false_branch.vv#L13
condition is always true
|
|
vlib/v/checker/tests/always_true_false_branch.vv#L11
condition is always true
|
|
vlib/v/checker/tests/always_true_false_branch.vv#L7
condition is always true
|
|
vlib/v/checker/tests/always_true_false_branch.vv#L5
condition is always true
|
|
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
|
The logs for this run have expired and are no longer available.
Loading