|
Ran
|
Jobs
1
|
Files
751
|
Run time
2min
|
Badge
README BADGES
|
push
github
Add spread operator for array initializers, function calls, and method calls (#684) * Update grammar * Update parser and AST generator * Update semantic analysis, tests * Handle instruction generation * Executor implementation - Instruction `ins_storestackcount` - Instruction `ins_spread` - Update listfile tests for new `storestackcount`` instruction * Add tests targetting resource tracker * Revert "Executor implementation" This reverts commit f0caede24. * New instruction implementation - Introduce `BSpread` object to manage spreading an object at runtime. * More tests * Fix memory leak * Add test spreading non-arrays * Add failure reason to bfunc method call Better than getting uninit * Core changes; docs + accompanying tests for docs * Resolve CI annotation warnings - this statement may fall through * Fix listfile snapshots due to base rebase, whoops
103 of 119 new or added lines in 12 files covered. (86.55%)
38826 of 69419 relevant lines covered (55.93%)
416951.03 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 10274274329.1 | 0 |
55.93 |
GitHub Action Run |