[WIP] Compiler+VM POC #10393
Annotations
10 errors and 1 warning
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/compiler/function.go#L56
SA4003: no value of type uint16 is greater than math.MaxUint16 (staticcheck)
|
Lint:
bbq/vm/value_capability.go#L179
elseif: can replace 'else {if cond {}}' with 'else if cond {}' (gocritic)
|
Lint:
bbq/compiler/native_functions.go#L57
File is not `gofmt`-ed with `-s` (gofmt)
|
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