| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | reorganize tests, fix set-replaceHEADmaster | 2025-03-16 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | 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. | ||||
| * | more tests of subset and set equality predicates | 2025-02-17 | 1 | -1/+1 | |
| | | |||||
| * | test set-every, set-delete, and set=? | 2025-02-17 | 1 | -1/+2 | |
| | | |||||
| * | member, adjoin and find tests | 2025-02-16 | 1 | -1/+1 | |
| | | |||||
| * | add set-contains? test, remove NaNs because they cannot be used in the ↵ | 2025-02-16 | 1 | -2/+2 | |
| | | | | | default comparator | ||||
| * | CHICKEN bug? Definition of `%insert` in the test for `internal` was | 2025-02-16 | 1 | -17/+14 | |
| | | | | | interfering with the import definition for the srfi-113 test. | ||||
| * | use vectors instead of lists in srfi-113 tests | 2025-02-16 | 1 | -1/+1 | |
| | | |||||
| * | start testing SRFI 113 tests | 2025-02-15 | 1 | -550/+28 | |
| | | |||||
| * | 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 | 1 | -106/+124 | |
| | | |||||
| * | 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 | |
