summaryrefslogtreecommitdiff
path: root/test/run.scm
Commit message (Collapse)AuthorAge
* Use internal record to store JSON record data.Robby Zambito2023-06-11
|
* Update test to avoid undefined behaviorRobby Zambito2023-02-23
|
* Bring SRFI 180 up to feature parityRobby Zambito2023-02-21
| | | | | Record mutators may not mutate the record in place. Mutating an empty object should return a new object if it cannot be mutated.
* Reach feature parity with SagittariusRobby Zambito2023-02-20
|
* Do not use and-let* in tests.Robby Zambito2023-02-18
| | | | | | There are issues with using it in R7RS mode in Gerbil. Add Guile test file
* Add a test to make sure that specialize string to record raises an error ↵Robby Zambito2023-02-17
| | | | when it should
* Add lots of tests for new featuresRobby Zambito2023-02-17
|
* Fix Gauche implementation of json-object-ref to reflect string->symbol change.Robby Zambito2023-02-14
| | | | Add tests to catch this error.
* Use assoc symbols for keys instead of strings for objects.Robby Zambito2023-02-14
| | | | Update the test suite to be more compatible with SRFI 64.
* Add some testsRobby Zambito2023-02-13