aboutsummaryrefslogtreecommitdiffhomepage
path: root/test (follow)
AgeCommit message (Expand)AuthorLines
2024-11-24Assertf with no arguments does not make sense.Calvin Rose-2/+1
2024-10-30Add some tests for assertfsogaiu-0/+10
2024-10-18Fix Issue #1512Calvin Rose-4/+1
2024-10-18Don't error on empty struct.Calvin Rose-1/+6
2024-10-05Test bundleCalvin Rose-0/+5
2024-09-29Update copyright date.Calvin Rose-1/+1
2024-09-12Add rules for nth and only-tags. Address #1503Calvin Rose-0/+16
2024-09-06Add regression test for chat server issues. Address #1496Calvin Rose-0/+90
2024-08-31Begin standardizing of event properties for filewatch.Calvin Rose-4/+17
2024-08-29Save :source-form in environment when debugging is enabled.Calvin Rose-4/+23
2024-08-22Add fixes for marshalling weak containers - Fix #1488Calvin Rose-1/+76
2024-08-20Better handle extra filewatch events on wine.filewatchCalvin Rose-4/+16
2024-08-20Fix mingw build warnings.Calvin Rose-1/+3
2024-08-18Exit early when filewatch is not supported.Calvin Rose-0/+6
2024-08-18filewatch on mingw has same semantics as windowsCalvin Rose-10/+7
2024-08-18Add testing for Linux.Calvin Rose-43/+109
2024-08-18Add mostly stubbed filewatch test suite.Calvin Rose-1/+1
2024-08-18Add suite for testing filewatch.Calvin Rose-13/+126
2024-08-17Add aliases for bundle/module - issue #1486Calvin Rose-3/+22
2024-08-10Add array/join and tuple/joinCalvin Rose-0/+40
2024-08-06Only raise IOCP error on readable, writable, or acceptable streams.Calvin Rose-0/+6
2024-07-21Add syntax literals for signed and unsigned 64 bit integers.Calvin Rose-0/+8
2024-07-12Fix formatting.Calvin Rose-0/+7
2024-06-23Add support for the AAPCS64 calling conventionValentin Anger-1/+0
2024-06-16Fix typosPhilip Nelson-2/+2
2024-06-15Error on buffer/push-uint16 with non 16 bit unsigned integer.Calvin Rose-0/+2
2024-06-15Merge pull request #1457 from pnelson/buffer-push-uintCalvin Rose-6/+6
2024-06-14Fix buffer push uint maxPhilip Nelson-6/+6
2024-05-26Change interface for bundle/installCalvin Rose-1/+1
2024-05-26Merge changes from bundle-tools branch:Calvin Rose-2/+2
2024-05-26Whitespace.Calvin Rose-1/+1
2024-05-26Be explicit about 64 bit offset on windows.Calvin Rose-1/+2
2024-05-26Test feature flagCalvin Rose-2/+2
2024-05-26Something is up with code.Calvin Rose-2/+3
2024-05-26Check bundle listing before reinstall.Calvin Rose-0/+3
2024-05-26Add testing for making and removing directory.Calvin Rose-0/+3
2024-05-26Try and be OS sensitive when using path separators.Calvin Rose-9/+9
2024-05-26Add some tracing.Calvin Rose-1/+1
2024-05-25Just don't do backslashes.Calvin Rose-1/+6
2024-05-25Even more verboseCalvin Rose-1/+2
2024-05-25typo doing previous CI trigger.Calvin Rose-1/+0
2024-05-25Pathing is not quite working...Calvin Rose-3/+6
2024-05-25Add verbose errors to ciCalvin Rose-1/+3
2024-05-25More work on fixing bunlde tools install.Calvin Rose-2/+1
2024-05-25Add some test usage for the sample bundle.Calvin Rose-2/+7
2024-05-25Add some testing to the bundle/ module.Calvin Rose-0/+103
2024-05-19Merge branch 'master' into bundle-toolsCalvin Rose-0/+3
2024-05-18Keep track of hooks and simple dependency tracking.Calvin Rose-1/+1
2024-05-16Add `with-env`.Calvin Rose-0/+3
2024-05-15Add buffer/format-atCalvin Rose-0/+15