2 Commits

Author SHA1 Message Date
e72f96ad0a
app: integrate interrupt forwarding
Some checks failed
Test / Create distribution (push) Successful in 33s
Test / Hakurei (push) Failing after 56s
Test / Hakurei (race detector) (push) Failing after 1m2s
Test / Planterette (push) Failing after 1m3s
Test / Sandbox (race detector) (push) Failing after 1m19s
Test / Sandbox (push) Failing after 1m25s
Test / Flake checks (push) Has been skipped
This significantly increases usability of command line tools running through hakurei.

Signed-off-by: Ophestra <cat@gensokyo.uk>
2025-07-29 02:21:12 +09:00
087959e81b
app: remove split implementation
All checks were successful
Test / Create distribution (push) Successful in 32s
Test / Sandbox (push) Successful in 1m56s
Test / Hakurei (push) Successful in 2m42s
Test / Sandbox (race detector) (push) Successful in 3m5s
Test / Planterette (push) Successful in 3m37s
Test / Hakurei (race detector) (push) Successful in 4m19s
Test / Flake checks (push) Successful in 1m7s
It is completely nonsensical and highly error-prone to have multiple implementations of this in the same build. This should be switched at compile time instead therefore the split packages are pointless.

Signed-off-by: Ophestra <cat@gensokyo.uk>
2025-07-03 04:36:59 +09:00