guile-knots/knots
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.scm Rework the backtrace handling 2026-03-22 18:31:56 +00:00
non-blocking.scm Add even more documentation 2026-03-18 08:58:41 +00:00
parallelism.scm Add even more documentation 2026-03-18 08:58:41 +00:00
promise.scm Add more documentation 2026-03-18 08:44:26 +00:00
queue.scm Add more documentation 2026-03-18 08:44:26 +00:00
resource-pool.scm Add even more documentation 2026-03-18 08:58:41 +00:00
sort.scm Add even more documentation 2026-03-18 08:58:41 +00:00
thread-pool.scm Fix the destroy behaviour for fixed size thread pools 2026-03-18 09:42:17 +00:00
timeout.scm Add some documentation for the timeout procedures 2026-03-17 21:58:22 +00:00
web-server.scm web-server: Expose the sockaddr in the request meta. 2026-03-22 15:29:01 +00:00
web.scm Add (knots web) 2026-03-18 21:34:31 +00:00