aboutsummaryrefslogtreecommitdiffhomepage
path: root/test (follow)
AgeCommit message (Expand)AuthorLines
4 daysAlign items in multiline pretty format (%m and %p) (#1721)McSinyx-1/+64
7 daysUse ConnectEx for non-blocking connect on windows when available.Calvin Rose-5/+4
9 daysDup io file descriptors when marshalling closable files.Calvin Rose-0/+17
10 daysMove some files around code more defensively for mitigation.Calvin Rose-0/+0
10 daysFix GC collecting active fiber during nested janet_continue (#1720)Brett-0/+143
2026-02-17Generate JOP_PUT_INDEX in the compiler when possible.Calvin Rose-2/+4
2026-02-17Add regression test for issue #1714Calvin Rose-0/+8
2026-02-06Remove extra output from peg test.Calvin Rose-2/+4
2026-02-06VERBOSE=1 caused tests to fail as we did more asserts inside the assert.Calvin Rose-8/+4
2026-02-06More tweaks to peg suite for arm32 failures.Calvin Rose-2/+4
2026-02-05Print "actual" output on verbose mode for suite-pegCalvin Rose-26/+34
2026-02-05Line endings in tests.Calvin Rose-2/+2
2026-02-05Auto-format janet.Calvin Rose-137/+138
2026-02-04Show accumulation buffer and tagged capture in peg debug rule.Calvin Rose-9/+55
2026-02-04Move peg debug output to stderr in line with other internal debug tools.Calvin Rose-14/+20
2026-02-04Add ??/debug PEG rule (#1710)0xbec163-0/+47
2026-01-31More tweaks for named arity linting.Calvin Rose-0/+12
2026-01-31Make sure named argumnets are compiled before destructured params.Calvin Rose-0/+3
2026-01-31Partially address issue #1654 - better linting for named arguments.Calvin Rose-0/+33
2026-01-29Preserve tuple type to fix #1709Calvin Rose-0/+5
2026-01-28Disallow scheduling already modified fibers.Calvin Rose-0/+6
2026-01-24Add test case to help address #1705Calvin Rose-0/+23
2026-01-23Address #170 - strchr was not properly checking for 0 byte.Calvin Rose-1/+4
2026-01-23Address #1700 and move test cases to suite-compile.janetCalvin Rose-17/+27
2026-01-23Address #1699 and improve test case for #1702Calvin Rose-4/+15
2026-01-23Address #1702 with extra bounds check.Calvin Rose-1/+6
2026-01-17Don't use new flag on mingw test.Calvin Rose-1/+1
2026-01-17Make sure to run test with old flags as well.Calvin Rose-1/+16
2026-01-17Add option to explicity inherit handles rather than implicitly.Calvin Rose-1/+1
2026-01-17Add shorthand for os test.Calvin Rose-0/+4
2026-01-12Disable ipv6 for now in main test.socket-extra-ipv6Calvin Rose-2/+2
2026-01-12Turn strict linting back on.Calvin Rose-1/+1
2026-01-12Some more work on socket testing and allow setting ipv4 vs. ipv6 on rawCalvin Rose-3/+38
2026-01-10Revert "Reworking coloring logic for repl and CLI interface."Calvin Rose-0/+1
2026-01-10Reworking coloring logic for repl and CLI interface.Calvin Rose-1/+0
2026-01-10Turn on strict linting in test suite.Calvin Rose-4/+9
2026-01-10Warn on unused bindings (strict lint).Calvin Rose-12/+30
2026-01-09Add test case.issue-1692Calvin Rose-0/+4
2026-01-02Update year in copyright disclaimer to 2026Michael Camilleri-33/+33
2025-12-22Add fix for issue #1687 - destrucutre + spliceCalvin Rose-0/+5
2025-12-15Exclude MinGW on WINE from special caseMichael Camilleri-1/+4
2025-12-15Add special case for expected error on MinGWMichael Camilleri-2/+4
2025-12-15Use double-NULL byte for empty process environments on WindowsMichael Camilleri-0/+4
2025-11-30Address #1674 - Add `cms` combinator to peg.Calvin Rose-1/+10
2025-11-30Add test case for dollar suffix match.Calvin Rose-0/+4
2025-11-30Allow matching tuples and arrays exactly via a dollar suffix.Calvin Rose-0/+6
2025-10-27Revert support for bundles without an info fileMichael Camilleri-3/+3
2025-10-26Confirm necessary files during bundle installationMichael Camilleri-1/+15
2025-10-24add some tests for the (try) macroIan Henry-0/+7
2025-09-01Add test case for string/format %s of bufferCalvin Rose-0/+3