cgen: fix shared array slice #9091
Annotations
10 errors and 2 warnings
|
vlib/v/checker/tests/shared_element_lock.vv#L36
`pr.pe` is `shared` and needs explicit lock for `v.ast.SelectorExpr`
|
vlib/v/checker/tests/shared_element_lock.vv#L42
`g` is `shared` and needs explicit lock for `v.ast.SelectorExpr`
|
vlib/v/checker/tests/shared_element_lock.vv#L44
you have to create a handle and `lock` it to modify `shared` array element
|
vlib/v/checker/tests/shared_element_lock.vv#L45
you have to create a handle and `rlock` it to use a `shared` element as non-mut argument to print
|
vlib/v/checker/tests/shared_element_lock.vv#L36
`pr.pe` is `shared` and needs explicit lock for `v.ast.SelectorExpr`
|
vlib/v/checker/tests/shared_element_lock.vv#L42
`g` is `shared` and needs explicit lock for `v.ast.SelectorExpr`
|
vlib/v/checker/tests/shared_element_lock.vv#L44
you have to create a handle and `lock` it to modify `shared` array element
|
|
|
vlib/v/checker/tests/shared_element_lock.vv#L43
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/shared_element_lock.vv#L43
arrays of references need to be initialized right away, therefore `len:` cannot be used (unless inside `unsafe`, or if you also use `init:`)
|
The logs for this run have expired and are no longer available.
Loading