Post #1722046
2026-04-27 02:01 UTC
@whitequark @kirakira @jneen i have hundreds of decodes i want to write tests for but for complex protocols rather than "add these inputs" it's... Not easy
Replies (1)
-
@azonenberg@ioc.exchange 2026-04-27 11:34
@whitequark @kirakira @jneen especially when you have to account for things like different code paths based on your GPU having or lacking a particular feature flag. And making sure the code actually checks those feature flags it depends on (failure to do so caused three bugs i found earlier today, one an easy fix the other two will be more work)