Feat/add macros #87
Annotations
8 errors and 3 warnings
test
Process completed with exit code 1.
|
lint:
pkg/repl/repl.go#L11
could not import github.com/grantwforsythe/monkeylang/pkg/parser (-: # github.com/grantwforsythe/monkeylang/pkg/parser
|
lint:
pkg/parser/parser.go#L502
undefined: ast.MacroLiteral) (typecheck)
|
lint:
pkg/evaluator/evaluator_test.go#L8
could not import github.com/grantwforsythe/monkeylang/pkg/parser (-: # github.com/grantwforsythe/monkeylang/pkg/parser
|
lint:
pkg/parser/parser.go#L502
undefined: ast.MacroLiteral) (typecheck)
|
lint:
pkg/parser/parser.go#L502
undefined: ast.MacroLiteral
|
lint:
pkg/parser/parser_test.go#L930
undefined: ast.MacroLiteral (typecheck)
|
lint
issues found
|
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
|