aboutsummaryrefslogtreecommitdiffstats
path: root/mcgoron (follow)
Commit message (Collapse)AuthorAgeFilesLines
* more tests of subset and set equality predicatesGravatar Peter McGoron 2025-02-171-33/+32
|
* more set=? testsGravatar Peter McGoron 2025-02-171-2/+0
|
* revert change to set-deleteGravatar Peter McGoron 2025-02-171-9/+7
| | | | | This solution is O(n). Since set-delete is basically set-difference, this should only be used for small sets.
* more tests for set-delete, more efficient implementationGravatar Peter McGoron 2025-02-171-12/+16
|
* test set-every, set-delete, and set=?Gravatar Peter McGoron 2025-02-172-4/+9
|
* change set-disjoint?, test set-intersectionGravatar Peter McGoron 2025-02-171-9/+34
|
* member, adjoin and find testsGravatar Peter McGoron 2025-02-161-11/+12
|
* set-disjoint testsGravatar Peter McGoron 2025-02-161-11/+18
|
* test set-contains?Gravatar Peter McGoron 2025-02-161-6/+7
|
* add set-contains? test, remove NaNs because they cannot be used in the ↵Gravatar Peter McGoron 2025-02-161-0/+1
| | | | default comparator
* CHICKEN bug? Definition of `%insert` in the test for `internal` wasGravatar Peter McGoron 2025-02-163-5/+13
| | | | interfering with the import definition for the srfi-113 test.
* tests for different constructorsGravatar Peter McGoron 2025-02-161-37/+30
|
* start testing SRFI 113 testsGravatar Peter McGoron 2025-02-154-1/+411
|
* node->reverse-order-generatorGravatar Peter McGoron 2025-02-152-7/+20
|
* node->in-order-generatorGravatar Peter McGoron 2025-02-152-2/+5
|
* generator->nodeGravatar Peter McGoron 2025-02-152-15/+13
|
* add node->generatorGravatar Peter McGoron 2025-02-152-7/+59
|
* move files to fit the library search of implementations like chibi and cycloneGravatar Peter McGoron 2025-01-202-0/+441