Skip to content

[WIP] Compiler+VM POC #10388

[WIP] Compiler+VM POC

[WIP] Compiler+VM POC #10388

Triggered via pull request November 6, 2024 20:47
Status Cancelled
Total duration 2m 7s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

13 errors and 3 warnings
Lint
Canceling since a higher priority waiting request for 'CI-3648' exists
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#L784
func `decodeLocation` is unused (unused)
Lint: bbq/vm/vm.go#L143
S1001: should use copy(to, from) instead of a loop (gosimple)
Lint: bbq/compiler/compiler.go#L415
S1001: should use copy(to, from) instead of a loop (gosimple)
Test
Canceling since a higher priority waiting request for 'CI-3648' exists
Test
The operation was canceled.
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/