Bump github.com/onflow/cadence-tools/lint from 1.6.2 to 1.6.3 #152
Annotations
10 errors
|
vendor/github.com/onflow/flow-go/fvm/evm/emulator/state/collection.go#L257
cannot use v (variable of struct type ByteStringValue) as atree.Value value in return statement: ByteStringValue does not implement atree.Value (wrong type for method Storable)
|
|
vendor/github.com/onflow/flow-go/fvm/evm/emulator/state/collection.go#L244
cannot use &ByteStringValue{} (value of type *ByteStringValue) as atree.Value value in variable declaration: *ByteStringValue does not implement atree.Value (wrong type for method Storable)
|
|
vendor/github.com/onflow/flow-go/fvm/evm/emulator/state/collection.go#L236
impossible type assertion: v.(ByteStringValue)
|
|
vendor/github.com/onflow/flow-go/fvm/evm/emulator/state/collection.go#L236
impossible type assertion: k.(ByteStringValue)
|
|
vendor/github.com/onflow/flow-go/fvm/evm/emulator/state/collection.go#L189
impossible type assertion: key.(ByteStringValue)
|
|
vendor/github.com/onflow/flow-go/fvm/evm/emulator/state/collection.go#L154
cannot use NewByteStringValue(key) (value of struct type ByteStringValue) as atree.Value value in argument to c.omap.Remove: ByteStringValue does not implement atree.Value (wrong type for method Storable)
|
|
vendor/github.com/onflow/flow-go/fvm/evm/emulator/state/collection.go#L135
cannot use NewByteStringValue(value) (value of struct type ByteStringValue) as atree.Value value in argument to c.omap.Set: ByteStringValue does not implement atree.Value (wrong type for method Storable)
|
|
vendor/github.com/onflow/flow-go/fvm/evm/emulator/state/collection.go#L135
cannot use NewByteStringValue(key) (value of struct type ByteStringValue) as atree.Value value in argument to c.omap.Set: ByteStringValue does not implement atree.Value (wrong type for method Storable)
|
|
vendor/github.com/onflow/flow-go/fvm/evm/emulator/state/collection.go#L128
impossible type assertion: value.(ByteStringValue)
|
|
vendor/github.com/onflow/flow-go/fvm/evm/emulator/state/collection.go#L119
cannot use NewByteStringValue(key) (value of struct type ByteStringValue) as atree.Value value in argument to c.omap.Get: ByteStringValue does not implement atree.Value (wrong type for method Storable)
|
The logs for this run have expired and are no longer available.
Loading