Skip to content

Bump github.com/onflow/cadence-tools/lint from 1.6.2 to 1.6.3 #152

Bump github.com/onflow/cadence-tools/lint from 1.6.2 to 1.6.3

Bump github.com/onflow/cadence-tools/lint from 1.6.2 to 1.6.3 #152

Triggered via pull request December 1, 2025 17:48
Status Failure
Total duration 4m 54s
Artifacts

code-analysis.yml

on: pull_request
Matrix: analyze-code
Fit to window
Zoom out
Zoom in

Annotations

10 errors
analyze-code (go): 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)
analyze-code (go): 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)
analyze-code (go): vendor/github.com/onflow/flow-go/fvm/evm/emulator/state/collection.go#L236
impossible type assertion: v.(ByteStringValue)
analyze-code (go): vendor/github.com/onflow/flow-go/fvm/evm/emulator/state/collection.go#L236
impossible type assertion: k.(ByteStringValue)
analyze-code (go): vendor/github.com/onflow/flow-go/fvm/evm/emulator/state/collection.go#L189
impossible type assertion: key.(ByteStringValue)
analyze-code (go): 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)
analyze-code (go): 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)
analyze-code (go): 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)
analyze-code (go): vendor/github.com/onflow/flow-go/fvm/evm/emulator/state/collection.go#L128
impossible type assertion: value.(ByteStringValue)
analyze-code (go): 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)