guile-knots/tests
Christopher Baines b3fa4d069b
All checks were successful
/ test (push) Successful in 6s
Rework the backtrace handling
Try and improve the print-backtrace-and-exception/knots output, be
selective about the stack frames which are shown to try and produce
some useful output which reflects user code and hide the
&knots-exceptions.

This commit also introduces a bunch of tests scripts that produce
output from print-backtrace-and-exception/knots, to help test this
code in different situations.
2026-03-22 18:31:56 +00:00
..
backtraces Rework the backtrace handling 2026-03-22 18:31:56 +00:00
backtraces.scm Rework the backtrace handling 2026-03-22 18:31:56 +00:00
non-blocking.scm Consistently use non-blocking 2024-12-29 10:45:31 +00:00
parallelism.scm Fix exception handling in fibers-map-with-progress 2025-06-26 22:53:15 +02:00
promise.scm Add fibers-promise-result-available? 2025-01-29 16:16:35 +00:00
queue.scm Initial commit 2024-12-16 09:18:12 +00:00
resource-pool.scm Add another resource pool test 2025-11-26 10:06:09 +00:00
sort.scm Add fibers-sort! 2026-01-05 10:44:04 +00:00
thread-pool.scm Fix the destroy behaviour for fixed size thread pools 2026-03-18 09:42:17 +00:00
timeout.scm Initial commit 2024-12-16 09:18:12 +00:00
web-server.scm Fix some issues handling head requests 2026-01-09 15:14:47 +00:00
web.scm Add (knots web) 2026-03-18 21:34:31 +00:00