[WIP] Compiler+VM POC #10396
Annotations
11 errors and 5 warnings
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/test/vm_test.go#L1789
unreachable: unreachable code (govet)
|
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)
|
Test
Process completed with exit code 2.
|
Semgrep
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Lint JSON
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Lint JSON
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Lint
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/
|
Test
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/
|