aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Move graphviz to main tree.Hugo Hörnquist2022-09-23
|
* Add procedure module-file-mappings.Hugo Hörnquist2022-09-18
|
* Extend user-additions salar to handle multiple locations.Hugo Hörnquist2022-09-18
|
* Repair user-additions salar.Hugo Hörnquist2022-09-18
|
* Add uniq to hnh/util.Hugo Hörnquist2022-09-18
|
* Add some items to TODO.Hugo Hörnquist2022-09-18
|
* Add procedure relative-to.Hugo Hörnquist2022-09-18
|
* Extend module-imports to work on non-module scheme files.Hugo Hörnquist2022-09-18
|
* Add library for staticly figuring out module deps.Hugo Hörnquist2022-09-18
|
* Move get-forms to module static-util.Hugo Hörnquist2022-09-18
|
* Slightly better error handling in HTTP routes.Hugo Hörnquist2022-09-18
|
* Extend globel-even-object reload to take optional parameter.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.
* Minor cleanup in TS files.Hugo Hörnquist2022-08-01
|
* Change README to a markdown file.Hugo Hörnquist2022-08-01
| | | | | | | | The self-formatted code was fancy, and it showed of part of our functionality. It was however cumbersome to keep the file updated, and pre-formatted text on webpages honestly doesn't look that good. The contents of the README are however unchanged in this commit.
* Change JavaScript build system to esbuild.Hugo Hörnquist2022-08-01
| | | | | | | Esbuild is way faster, and feels less hacky. One downside is that it doesn't actually check Typescript types. However, typescript can still be installed alongside, and has the fancy --noEmit flag for just this situation.
* Static should create its own directories when installing.Hugo Hörnquist2022-08-01
|
* make clean in static shouldn't fail if the file isn't there.Hugo Hörnquist2022-08-01
|
* Repair broken styles on search page.Hugo Hörnquist2022-07-25
| | | | Fix to c16c6199.
* Repair search page.Hugo Hörnquist2022-07-25
|
* Add script to generate graphviz output from peg deffinitions.Hugo Hörnquist2022-07-21
|
* 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
|