[WIP] Compiler+VM POC #10392
Annotations
10 errors and 1 warning
Lint:
bbq/vm/callframe.go#L55
assignOp: replace `f.ip = f.ip + strLen` with `f.ip += strLen` (gocritic)
|
Lint:
bbq/vm/value_capability.go#L179
elseif: can replace 'else {if cond {}}' with 'else if cond {}' (gocritic)
|
Lint:
bbq/bytecode_printer.go#L205
func `(*BytecodePrinter).getLocation` is unused (unused)
|
Lint:
bbq/vm/value_utils.go#L23
const `goIntSize` is unused (unused)
|
Lint:
bbq/vm/value_utils.go#L24
const `goMaxInt` is unused (unused)
|
Lint:
bbq/vm/value_utils.go#L25
const `goMinInt` is unused (unused)
|
Lint:
bbq/vm/value_utils.go#L27
func `safeAdd` is unused (unused)
|
Lint:
bbq/vm/vm.go#L785
func `decodeLocation` is unused (unused)
|
Lint:
bbq/vm/test/vm_test.go#L1394
composites: github.com/onflow/cadence/bbq/vm.StringValue struct literal uses unkeyed fields (govet)
|
Lint:
bbq/vm/test/vm_test.go#L1395
composites: github.com/onflow/cadence/bbq/vm.StringValue struct literal uses unkeyed fields (govet)
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading