Commit graph

8 commits

Author SHA1 Message Date
cfc40069fb Fix running the tests
All checks were successful
/ test (push) Successful in 4s
2026-03-22 18:54:28 +00:00
b3fa4d069b Rework the backtrace handling
All checks were successful
/ test (push) Successful in 6s
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
8cff54ea43 Add (knots web)
All checks were successful
/ test (push) Successful in 7s
2026-03-18 21:34:31 +00:00
338d08081e Add missing Makefile entries for the sort module
Some checks failed
/ test (push) Has been cancelled
2026-01-05 10:51:24 +00:00
b4342503d5 Sort Makefile lines 2026-01-05 10:50:32 +00:00
d572f591a3 Rename worker threads to thread pool
I think this needs more work, maybe the thread pool should be more
similar to the resource pool, but I think the name change is still
helpful.

Maybe there's a need for a variable size thread pool and that can
better integrate with the work queue.
2025-01-14 10:05:06 +00:00
6119ece5cb Enable the Makefile to run tests 2024-12-29 10:47:54 +00:00
2f39c58d6c Initial commit 2024-12-16 09:18:12 +00:00