ds26gte
ds26gte
- runtime/checker.ts: blockResults initialized after every Anchor project change - reducer.ts: improve addCodeToCheckArray() to analyze its argument checkArray's testresults, and def/use extractRelevantCode() to get better program fragments into the test...
addresses issue #1758
`starter2024.arr`, unlike `essentials*.arr`, defines `tan` as `num-tan`. `color.arr` defines `tan` as `color(210, 180, 140, 1)`. Since `starter2024.arr` is the default context now, including anything that includes `color.arr`, as in some...