snix/users/sterni/blipqn
sterni 04261c274f refactor(sterni/blipqn): only attempt •CurrentError when it'll work
I've finally figured out what the problem was with •CurrentError:
Passing a namespace as 𝕩 to •CurrentError is not supported as it may
control some kind of special behavior in the future. The right thing to
do seems to check the •Type of 𝕩 and only attempt to use •CurrentError
if it isn't a namespace.

Change-Id: I012009d0f1b913e77d65776ee43062817199baab
Reviewed-on: https://cl.tvl.fyi/c/depot/+/13106
Autosubmit: sterni <sternenseemann@systemli.org>
Tested-by: BuildkiteCI
Reviewed-by: sterni <sternenseemann@systemli.org>
2025-02-06 11:30:44 +00:00
..
.gitignore feat(sterni/blipqn): interact with a flipdot display from BQN 2025-01-17 15:50:33 +00:00
blipqn.bqn refactor(sterni/blipqn): only attempt •CurrentError when it'll work 2025-02-06 11:30:44 +00:00
default.nix test(sterni/blipqn): add sanity check 2025-01-17 15:50:33 +00:00
examples.bqn feat(sterni/blipqn): reuse address and socket for multiple Sends 2025-01-17 15:50:33 +00:00
flipdot.c feat(sterni/blipqn): print some extra information when using :debug 2025-01-17 15:50:33 +00:00
GNUmakefile feat(sterni/blipqn): interact with a flipdot display from BQN 2025-01-17 15:50:33 +00:00