| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | reorganize tests, fix set-replaceHEADmaster | 2025-03-16 | 2 | -229/+517 | |
| | | | | | | | | | | | | | | Tests are now listed (roughly) in the order of the procedures that they test are listed in the SRFI, and not in a logical order. This is because each test group can be run independently from the others. Ideally at least one of the tests in the group is "basic" in that it uses lists to test the properties of the procedure. However the other tests use procedures and hence tests are circular. This is still OK: passing the test suite is an implementation that is meta-consistent. | ||||
| * | reactive tests for adjoin and find | 2025-03-15 | 1 | -6/+6 | |
| | | |||||
| * | test set-member with new generators | 2025-03-15 | 1 | -13/+14 | |
| | | |||||
| * | create disjoint set generator of exact number of sets | 2025-03-15 | 1 | -36/+70 | |
| | | |||||
| * | test bulk set generators | 2025-03-15 | 1 | -146/+142 | |
| | | |||||
| * | add bulk list operations for set-set operatoins | 2025-02-18 | 1 | -3/+3 | |
| | | |||||
| * | more set-intersection tests | 2025-02-17 | 1 | -6/+32 | |
| | | |||||
| * | add superset tests | 2025-02-17 | 1 | -0/+75 | |
| | | |||||
| * | reorganized srfi 113 sets tests | 2025-02-17 | 1 | -69/+107 | |
| | | |||||
| * | more tests of subset and set equality predicates | 2025-02-17 | 2 | -11/+71 | |
| | | |||||
| * | test set<? | 2025-02-17 | 1 | -1/+24 | |
| | | |||||
| * | test set<=? | 2025-02-17 | 1 | -1/+23 | |
| | | |||||
| * | more set=? tests | 2025-02-17 | 1 | -5/+20 | |
| | | |||||
| * | more tests for set-delete, more efficient implementation | 2025-02-17 | 1 | -4/+38 | |
| | | |||||
| * | test set-every, set-delete, and set=? | 2025-02-17 | 2 | -7/+90 | |
| | | |||||
| * | change set-disjoint?, test set-intersection | 2025-02-17 | 1 | -21/+67 | |
| | | |||||
| * | member, adjoin and find tests | 2025-02-16 | 2 | -10/+77 | |
| | | |||||
| * | set-disjoint tests | 2025-02-16 | 1 | -4/+60 | |
| | | |||||
| * | test set-contains? | 2025-02-16 | 1 | -39/+55 | |
| | | |||||
| * | add set-contains? test, remove NaNs because they cannot be used in the ↵ | 2025-02-16 | 2 | -45/+64 | |
| | | | | | default comparator | ||||
| * | CHICKEN bug? Definition of `%insert` in the test for `internal` was | 2025-02-16 | 2 | -35/+31 | |
| | | | | | interfering with the import definition for the srfi-113 test. | ||||
| * | use vectors instead of lists in srfi-113 tests | 2025-02-16 | 2 | -24/+37 | |
| | | |||||
| * | use test-call | 2025-02-16 | 1 | -24/+20 | |
| | | |||||
| * | tests for different constructors | 2025-02-16 | 1 | -29/+97 | |
| | | |||||
| * | start testing SRFI 113 tests | 2025-02-15 | 3 | -550/+651 | |
| | | |||||
| * | node->reverse-order-generator | 2025-02-15 | 1 | -0/+10 | |
| | | |||||
| * | node->in-order-generator | 2025-02-15 | 1 | -0/+10 | |
| | | |||||
| * | generator->node | 2025-02-15 | 1 | -0/+9 | |
| | | |||||
| * | add node->generator | 2025-02-15 | 1 | -8/+20 | |
| | | |||||
| * | update to new test runner | 2025-02-14 | 1 | -1/+1 | |
| | | |||||
| * | xor | 2025-01-20 | 1 | -45/+88 | |
| | | |||||
| * | insert and delete | 2025-01-20 | 1 | -7/+86 | |
| | | |||||
| * | set operations | 2025-01-19 | 1 | -15/+199 | |
| | | |||||
| * | add a generating thunk for split | 2025-01-16 | 1 | -2/+4 | |
| | | |||||
| * | split and search | 2025-01-16 | 3 | -106/+199 | |
| | | |||||
| * | join2 | 2025-01-16 | 1 | -1/+40 | |
| | | |||||
| * | rename module to internal | 2025-01-16 | 1 | -7/+12 | |
| | | |||||
| * | succesfully test join | 2025-01-16 | 1 | -0/+166 | |
