| 10 Dec 2025 |
goldstein | hi! I’m trying to add a functional test for my patch, but a couple of those seem to be failing even on main, e.g. tarball (fails with line 37: TMPDIR: unbound variable) and bash-profile (fails with ../../scripts/nix-profile.sh.in: No such file or directory). do I need to do something special to set them up other than just build install test?.. | 13:18:34 |
just1602 | @raitobezarius:matrix.org: do you think you could kick CI on CL 4761? | 13:22:19 |
piegames | Charles: I've heard you have opinions on Rust parser libraries? | 14:36:01 |
piegames | Asking for the eventual Lix parser rewrite | 14:36:12 |
piegames | Main criteria are maximum performance and good error handling, with support for multiple errors but no full-blown error recovery | 14:36:53 |
Rutile (rootile) | In reply to @goldstein:tty5.dev hi! I’m trying to add a functional test for my patch, but a couple of those seem to be failing even on main, e.g. tarball (fails with line 37: TMPDIR: unbound variable) and bash-profile (fails with ../../scripts/nix-profile.sh.in: No such file or directory). do I need to do something special to set them up other than just build install test?.. That is sadly a known bug, you must have it set in your shell env, though dont remember to what value...
Something something functional2 will fix this | 14:56:11 |
goldstein | In reply to @commentator2.0:elia.garden
That is sadly a known bug, you must have it set in your shell env, though dont remember to what value...
Something something functional2 will fix this okay, thanks. it passes in CI, so ig I’ll just ignore it for now | 14:56:49 |