aboutsummaryrefslogtreecommitdiffhomepage
path: root/test (follow)
AgeCommit message (Expand)AuthorLines
2026-02-21Fix suite-pmfull.Calvin Rose-1/+1
2026-02-20Check that rules actually work as expected by statting inputs andCalvin Rose-2/+2
2026-02-19Make sure $? works as expected with :errexit set.Calvin Rose-0/+2
2026-02-19Disallow empty pipelines.Calvin Rose-0/+6
2026-02-19Add *pipefile* and *errexit* to sh-dsl.pipefail-errexitCalvin Rose-1/+24
2026-02-14Make order of operations consistent.cjanet-jitCalvin Rose-5/+9
2026-02-14Don't use built-in rounding.Calvin Rose-0/+0
2026-02-14Don't make hash-dependent tests.Calvin Rose-1/+6
2026-02-14Merge branch 'master' into cjanet-jitCalvin Rose-0/+3
2026-02-14Don't add hash sensitive tests.Calvin Rose-1/+1
2026-02-14Slight tweaks so test suite is not hash sensitive.Calvin Rose-1/+2
2026-02-14Merge branch 'master' into cjanet-jitCalvin Rose-2/+12
2026-02-04Fix select-keys for false valuesJosef Pospíšil-0/+3
2026-02-04Fix linux testJosef Pospíšil-2/+5
2026-02-04Fix xcopy invocation in sh/copyJosef Pospíšil-2/+9
2026-02-04Small tweaks to cjanet-jit to fix test gold images.Calvin Rose-2/+2
2026-02-01Add per-bar color to bar charts.Calvin Rose-0/+0
2026-02-01Add bar-chart support to spork/charts.Calvin Rose-0/+47
2026-01-31Make gfx2d/fill-rect take width height instead of x2, y2Calvin Rose-7/+7
2026-01-28A lot more changes to help chart styling. Added text rotation as well.Calvin Rose-6/+6
2026-01-27Minor changes for cleanup and update chart test.Calvin Rose-15/+6
2026-01-26More work on charting.Calvin Rose-1/+1
2026-01-25Redo cp437 conversion - dumped bit maps were not correct.Calvin Rose-1/+13
2026-01-25Add a charts module.Calvin Rose-3/+34
2026-01-23Switch over to using a pointer for backing buffer.Calvin Rose-6/+28
2026-01-20Merge remote-tracking branch 'origin/master' into cjanet-jitCalvin Rose-0/+202
2026-01-20spork/generators: add keepamano.kenji-0/+41
2026-01-20spork/generators: add partition and partition-byamano.kenji-0/+42
2026-01-20spork/generators: add interposeamano.kenji-0/+17
2026-01-20spork/generators: add interleaveamano.kenji-0/+32
2026-01-20spork/generators: add iterables argument to map and mapcatamano.kenji-0/+47
2026-01-20spork/generators: add step argument to rangeamano.kenji-0/+23
2026-01-18Add fill-rect to gfx2d back.Calvin Rose-16/+8
2026-01-18Merge branch 'master' into cjanet-jitCalvin Rose-2/+2
2026-01-18More tweaks for #224 - comments in collections fixed.Calvin Rose-2/+2
2026-01-18Merge branch 'master' into cjanet-jitCalvin Rose-29/+69
2026-01-17Add some more test cases for pipeing to sh-dsl and tweak windows.Calvin Rose-3/+4
2026-01-17Add sh-dsl pipe test cases.Calvin Rose-1/+5
2026-01-17Turn off sh-dsl tests for windows temporarily.Calvin Rose-14/+15
2026-01-17Merge branch 'master' into sh-dslsh-dslCalvin Rose-29/+33
2026-01-17Testing improvements and randomness.Calvin Rose-29/+33
2026-01-17More work on sh-dsl and improving testing libraries.Calvin Rose-1/+2
2026-01-16Add sh-dsl module to spork.Calvin Rose-0/+29
2026-01-13Improve function pointer syntax to match declarationCalvin Rose-5/+2
2026-01-04Remove line/rect primitives.Calvin Rose-22/+11
2026-01-04Allow bypassing mangling with string literal type.Calvin Rose-2/+6
2026-01-03Add test for head/tail for intersections in scanlines.Calvin Rose-2/+9
2026-01-03Add first implmentation of path stroke.Calvin Rose-2/+3
2025-12-22Add stub for outline-path to gfx2d.Calvin Rose-0/+0
2025-12-21Add more tests for fill-path and text measurement.Calvin Rose-1/+26