aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Add diff view to test runner.Hugo Hörnquist2022-07-21
|
* Add call-with-tmpfile.Hugo Hörnquist2022-07-21
|
* Cleanup in fetch-liu-map script.Hugo Hörnquist2022-07-21
|
* Change JS formatters interface.Hugo Hörnquist2022-07-10
| | | | | | Now the application of formatters are centralized. It also allowed me to easily suround stuff in try-catch, since I otherwise had problems with formatters failing, and nothing showing up.
* Add srfi-64 util.Hugo Hörnquist2022-07-07
|
* Tests allows multiple --only and --skip.Hugo Hörnquist2022-07-07
|
* Better expected/actual printing in tests.Hugo Hörnquist2022-07-07
|
* Add path-absolute?Hugo Hörnquist2022-07-07
|
* JS user addition for parsing Microsoft Teams links.Hugo Hörnquist2022-07-07
|
* Extend javascript formatters to also take VEvent.Hugo Hörnquist2022-07-07
|
* Import missing car+cdr.Hugo Hörnquist2022-07-07
|
* Cleanup (vcomponent datetime).Hugo Hörnquist2022-07-07
|
* Note that with-working-directory isn't thread-safe.Hugo Hörnquist2022-07-07
|
* Various test cleanups.Hugo Hörnquist2022-07-07
|
* Clean up crypto test.Hugo Hörnquist2022-07-07
|
* Module dependants sort output.Hugo Hörnquist2022-07-07
|
* Better messages for test-assert failures.Hugo Hörnquist2022-07-07
|
* Automatic test name now narrower.Hugo Hörnquist2022-07-07
| | | | | Truncated-width defaults to 79 chars, which is to wide with our padding and tree structure to the left.
* Change run-tests shebang.Hugo Hörnquist2022-07-07
| | | | Now works no matter where bash is.
* Cleanup in graph.Hugo Hörnquist2022-07-07
|
* module-dependents: use $GUILE.Hugo Hörnquist2022-07-07
|
* Remove set! from datetime.Hugo Hörnquist2022-07-07
|
* Add time[+-] overflow tests.Hugo Hörnquist2022-07-07
|
* Remove case*.Hugo Hörnquist2022-07-07
| | | | It has its uses, but like others, its extra weight.
* Move each imported symbol to own line for easier removal.Hugo Hörnquist2022-07-07
| | | | | This allows each of the following commits to remove a single symbol from the import list without problem.
* Ensure proper environment while compiling.Hugo Hörnquist2022-07-07
|
* Group base64 tests.Hugo Hörnquist2022-07-07
|
* Tests '--skip'-flag now uses test names.Hugo Hörnquist2022-07-07
| | | | | | | | This allows us both to (as before) skip complete files, as every file is run with its own name as a test group, but also individual tests and test group inside files. See GitHub issue #57
* Fix datetime issues discovered due to new tests.Hugo Hörnquist2022-07-07
|
* Replace datetime tests.Hugo Hörnquist2022-06-23
|
* Update test-runner.Hugo Hörnquist2022-06-23
|
* Move (date|time)-zero? higher up in datetime.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
|
* Minor cleanup of entry-points/server.Hugo Hörnquist2022-06-23
|
* Clean up btn.Hugo Hörnquist2022-06-23
|
* Add TODO about query parameters.Hugo Hörnquist2022-06-23
|
* Remove ->str and ->quoted-string.Hugo Hörnquist2022-06-23
| | | | | | ->str as an alias of ->string is removed. ->string is however left. ->quoted-string was always weird, and was only used once.
* Limit imports in (srfi srfi-41 util).Hugo Hörnquist2022-06-23
|
* Normalize keyword syntax.Hugo Hörnquist2022-06-23
|
* Remove procedure tabset.Hugo Hörnquist2022-06-23
| | | | | | Tabset gave me a CSS-powered set of tabs. However, tabs are interactive, and I have moved most interaction to JavaScript. Making this procedure obsolete.
* Minor cleanup.Hugo Hörnquist2022-06-23
|
* Wrote (and fixed) tests for filename-extension.Hugo Hörnquist2022-06-23
|
* Document filename-extension and realpath.Hugo Hörnquist2022-06-23
|
* Centralize (almost) all exports to :export in define-module.Hugo Hörnquist2022-06-23
|
* Remove all inline use-modules.Hugo Hörnquist2022-06-23
|
* Clean up (calp util config).Hugo Hörnquist2022-06-23
| | | | | Introduced define-once-public. While only used once, removes a weird export which was previously easily missed.
* Document base64.Hugo Hörnquist2022-06-23
|
* Update fetch-liu-map to be runnable on files.Hugo Hörnquist2022-06-23
|