Merge pull request #4446 from dweymouth/gridwrap-reduce-allocs #3945
Annotations
17 errors
mobile_tests (1.21.x):
widget/list.go#L529
itemAndID redeclared in this block
|
mobile_tests (1.21.x):
widget/gridwrap.go#L467
other declaration of itemAndID
|
mobile_tests (1.21.x):
widget/list.go#L690
cannot use c (variable of type *listItem) as *gridWrapItem value in struct literal
|
mobile_tests (1.21.x):
widget/list.go#L721
cannot use vis.item (variable of type *gridWrapItem) as *listItem value in argument to l.setupListItem
|
mobile_tests (1.21.x):
widget/list.go#L726
cannot use vis.item (variable of type *gridWrapItem) as *listItem value in argument to l.setupListItem
|
mobile_tests (1.21.x):
widget/list.go#L773
cannot use visible[idx].item (variable of type *gridWrapItem) as *listItem value in return statement
|
mobile_tests (1.21.x):
widget/list.go#L529
itemAndID redeclared in this block
|
mobile_tests (1.21.x):
widget/gridwrap.go#L467
other declaration of itemAndID
|
mobile_tests (1.21.x):
widget/list.go#L690
cannot use c (variable of type *listItem) as *gridWrapItem value in struct literal
|
mobile_tests (1.21.x):
widget/list.go#L721
cannot use vis.item (variable of type *gridWrapItem) as *listItem value in argument to l.setupListItem
|
mobile_tests (1.17.x):
widget/list.go#L529
itemAndID redeclared in this block
|
mobile_tests (1.17.x):
widget/gridwrap.go#L467
previous declaration
|
mobile_tests (1.17.x):
widget/list.go#L529
itemAndID redeclared in this block
|
mobile_tests (1.17.x):
widget/gridwrap.go#L467
previous declaration
|
mobile_tests (1.17.x):
widget/list.go#L529
itemAndID redeclared in this block
|
mobile_tests (1.17.x):
widget/gridwrap.go#L467
previous declaration
|
mobile_tests (1.17.x)
Process completed with exit code 2.
|