aboutsummaryrefslogtreecommitdiff
path: root/tests/test (follow)
Commit message (Collapse)AuthorAge
* Merge branch 'next' into datarewrite-structuresHugo Hörnquist2023-09-13
|\
| * Fix bug causing for's continue to not work.Hugo Hörnquist2023-09-11
| |
| * Introduce stream-split-by.Hugo Hörnquist2023-09-11
| | | | | | | | | | | | This procedure isn't currently used, but as noted is really useful for grouping a character stream into a word stream, which is a later commit will use for it for justifying posibly infinite streams of text.
| * Extend `for'-macro to allow improper list elements.Hugo Hörnquist2023-09-11
| |
| * Change `kvlist->assq` and `group-by` to return pairs.Hugo Hörnquist2023-09-11
| | | | | | | | | | Each value in the return of group-by must have exactly two values, so cons pairs (instead of lists) is much better.
| * Fix seeding of UUIDs.Hugo Hörnquist2023-09-11
| |
| * Require component for path append.Hugo Hörnquist2023-09-11
| | | | | | | | | | Changed the signature of `path-append` to require at least one argument. The alternative would have been that no components expands into '.'.
| * Split test/util.scm into groups.Hugo Hörnquist2023-09-11
| |
| * Add `break` and `continue` support in `for`.Hugo Hörnquist2023-09-11
| |
| * Add documentation and tests for xdg basedir.Hugo Hörnquist2023-09-11
| |
| * Enable let-env to unset variables.Hugo Hörnquist2023-09-11
| |
| * Add test for path-append without components.Hugo Hörnquist2023-02-11
| |
* | Major work on, something.Hugo Hörnquist2023-09-05
| |
* | Move lens test.Hugo Hörnquist2023-05-03
| |
* | Merge remote-tracking branch 'origin/new-object-system' into ↵Hugo Hörnquist2023-04-24
|\ \ | | | | | | | | | datarewrite-structures
| * | Change date/time interface.Hugo Hörnquist2022-07-07
| | |
| * | Add tests for lenses.Hugo Hörnquist2022-07-07
| | |
| * | Add new object system.Hugo Hörnquist2022-07-07
| | | | | | | | | | | | fixup object tests.
* | | Add tests for href stuff.datarewriteHugo Hörnquist2023-04-21
| | |
* | | Remove old unit-test style seraliazation tests.Hugo Hörnquist2023-04-21
| | |
* | | Change xcal to work on namespaced sxml instead.Hugo Hörnquist2023-04-21
| | |
* | | Fix propfind.Hugo Hörnquist2023-04-14
| | | | | | | | | | | | | | | | | | * Allows propfind elements to appear in any order * properly ignored unknown elements * works directly with namespaced sxml
* | | Fix copy for file resources.Hugo Hörnquist2023-04-12
| | |
* | | UNFINISHED webdav server.Hugo Hörnquist2023-04-12
| | |
* | | Add with-locale1.Hugo Hörnquist2023-04-12
| | |
* | | UNFINISHED work on formats.Hugo Hörnquist2023-04-10
| | |
* | | Add (sxml namespaced).Hugo Hörnquist2023-04-10
| | |
* | | Add init+last.Hugo Hörnquist2023-04-10
| | |
* | | Add number of missing (hnh util) tests.Hugo Hörnquist2023-04-10
| | |
* | | Reorder (util .*) tests.Hugo Hörnquist2023-04-10
| | | | | | | | | | | | | | | | | | | | | | | | Added test groups for each exported procedure (meaning that the TODOs are now updated (at least for (hnh util))). Split path tests out into own file. Also rename those files so they map 1-1 onto their core module names.
* | | Borrow state-monad from guile-dns.Hugo Hörnquist2023-04-10
| | | | | | | | | | | | | | | Also imports the tests from guile-dns. Minor rewrites have been done, to match a differing project structure.
* | | Fix guile3 deprecation notices.Hugo Hörnquist2023-04-10
| | |
* | | Change child/parent interface for vcomponent.Hugo Hörnquist2023-02-23
| | |
* | | Start using (vcomponent create) in tests.Hugo Hörnquist2023-02-23
| | | | | | | | | | | | | | | This allows us to focus on what we are testing, instead of on the parser in question. It also makes the code parser-agnostic.
* | | Change group-by to return direct pairs.Hugo Hörnquist2023-02-23
| | | | | | | | | | | | | | | Each value in the return of group-by must have exactly two values, so cons pairs (instead of lists) is much better.
* | | Extend `for'-macro to allow improper list elements.Hugo Hörnquist2023-02-23
| | |
* | | Add (vcomponent create).Hugo Hörnquist2023-02-23
| | |
* | | Change kvlist->assq to return pairs.Hugo Hörnquist2023-02-21
| | |
* | | Fix seeding of UUIDs.Hugo Hörnquist2023-02-21
| |/ |/|
* | Change gettext '_' to 'G_'.Hugo Hörnquist2022-10-16
| | | | | | | | Guile 3 reserves _ for other stuff.
* | Add procedure relative-to.Hugo Hörnquist2022-09-18
| |
* | Rewrote make-routes to use define-syntax.Hugo Hörnquist2022-09-18
|/ | | | | This is the first step into adding extra functionallity, since I now want have to worry about how namespace pollution works.
* Various test cleanups.Hugo Hörnquist2022-07-07
|
* Clean up crypto test.Hugo Hörnquist2022-07-07
|
* Add time[+-] overflow tests.Hugo Hörnquist2022-07-07
|
* Group base64 tests.Hugo Hörnquist2022-07-07
|
* Replace datetime tests.Hugo Hörnquist2022-06-23
|
* Remove (add|remove)-day, and month[+-].Hugo Hörnquist2022-06-23
| | | | | Procedures where overly specific, and doing it manually was almost no more work.
* Reformat test/datetime.scmHugo Hörnquist2022-06-23
|
* Normalize base64 errors.Hugo Hörnquist2022-06-23
|