Feat/addition instruction #97
Annotations
7 errors and 5 warnings
test
Process completed with exit code 1.
|
lint:
pkg/compiler/compiler_test.go#L20
tests declared and not used
|
lint:
pkg/compiler/compiler_test.go#L24
cannot use 1 (untyped int constant) as []int value in argument to code.Make
|
lint:
pkg/compiler/compiler_test.go#L24
code.Opcode (type) is not an expression
|
lint:
pkg/compiler/compiler_test.go#L24
cannot use 2 (untyped int constant) as []int value in argument to code.Make
|
lint:
pkg/compiler/compiler_test.go#L48
undefined: testConstants (typecheck)
|
lint
issues found
|
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build
Restore cache failed: Dependencies file is not found in /home/runner/work/monkey/monkey. Supported file pattern: go.sum
|
test
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
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
lint
Restore cache failed: Dependencies file is not found in /home/runner/work/monkey/monkey. Supported file pattern: go.sum
|