Add primitive memory allocator #50
Annotations
11 errors and 5 warnings
test (14.x)
Process completed with exit code 2.
|
test (16.x):
src/compiler/alchemy/amd64/amd64.ts#L1
Run autofix to sort these imports!
|
test (16.x):
src/compiler/alchemy/index.ts#L1
Run autofix to sort these exports!
|
test (16.x):
src/compiler/index.ts#L1
Run autofix to sort these exports!
|
test (16.x):
src/cross_referencer/cross_referencer.ts#L19
'Logger' is defined but never used
|
|
test (16.x):
src/cross_referencer/cross_referencer.ts#L59
Trailing spaces not allowed
|
test (16.x):
src/cross_referencer/cross_referencer.ts#L84
The variable `i` should be named `index`. A more descriptive name will do too
|
|
test (16.x):
src/include/preprocessor.ts#L1
Run autofix to sort these imports!
|
test (16.x):
src/include/preprocessor.ts#L26
Replace `·fs.existsSync(module_path_candidate)⏎···························` with `⏎····························fs.existsSync(module_path_candidate)`
|
test (14.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test (16.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test (16.x):
src/instruction/atomic/push_string.ts#L16
Expected indentation of 8 spaces but found 41
|
test (16.x):
src/instruction/atomic/push_string.ts#L17
Expected indentation of 8 spaces but found 41
|
test (16.x):
src/lexer/alchemy.ts#L80
Strings must use doublequote
|