Skip to content

Testing memory allocator #60

Testing memory allocator

Testing memory allocator #60

Triggered via push November 26, 2024 16:17
Status Failure
Total duration 33s
Artifacts

ci.yml

on: push
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

23 errors
test (16.x)
Process completed with exit code 2.
test (20.x)
The job was canceled because "_16_x" failed.
test (20.x): src/compiler/alchemy/amd64/amd64.ts#L52
Do not add spaces between braces
test (20.x): src/include/preprocessor.ts#L54
Insert `;`
test (20.x): src/include_pruner/include_pruner.ts#L1
Run autofix to sort these imports!
test (20.x): src/include_pruner/include_pruner.ts#L6
Method 'prune' has a complexity of 14. Maximum allowed is 3
test (20.x): src/include_pruner/include_pruner.ts#L9
The variable `i` should be named `index`. A more descriptive name will do too
test (20.x): src/include_pruner/include_pruner.ts#L13
Replace `⏎····················i·+·1·<·total_instructions·&&⏎····················instructions[i·+·1]·instanceof·LiteralInstruction⏎················` with `i·+·1·<·total_instructions·&&·instructions[i·+·1]·instanceof·LiteralInstruction`
test (20.x): src/include_pruner/include_pruner.ts#L21
The variable `j` should be named `index_`. A more descriptive name will do too
test (20.x): src/include_pruner/include_pruner.ts#L34
Replace `⏎························`Invalid·subroutine·definition·starting·at·index·${i}`⏎····················` with ``Invalid·subroutine·definition·starting·at·index·${i}``
test (18.x)
The job was canceled because "_16_x" failed.
test (18.x): src/compiler/alchemy/amd64/amd64.ts#L52
Do not add spaces between braces
test (18.x): src/include/preprocessor.ts#L54
Insert `;`
test (18.x): src/include_pruner/include_pruner.ts#L1
Run autofix to sort these imports!
test (18.x): src/include_pruner/include_pruner.ts#L6
Method 'prune' has a complexity of 14. Maximum allowed is 3
test (18.x): src/include_pruner/include_pruner.ts#L9
The variable `i` should be named `index`. A more descriptive name will do too
test (18.x): src/include_pruner/include_pruner.ts#L13
Replace `⏎····················i·+·1·<·total_instructions·&&⏎····················instructions[i·+·1]·instanceof·LiteralInstruction⏎················` with `i·+·1·<·total_instructions·&&·instructions[i·+·1]·instanceof·LiteralInstruction`
test (18.x): src/include_pruner/include_pruner.ts#L21
The variable `j` should be named `index_`. A more descriptive name will do too
test (18.x): src/include_pruner/include_pruner.ts#L34
Replace `⏎························`Invalid·subroutine·definition·starting·at·index·${i}`⏎····················` with ``Invalid·subroutine·definition·starting·at·index·${i}``