Rebecca Turner rbt · she/her
rbt opened issue lix-project/lix#570 2024-11-05 17:36:38 +00:00
Bad error message when untracked files are present
rbt commented on issue lix-project/lix#393 2024-10-05 17:43:06 +00:00
nix build does not respond to ctrl-c or ctrl-z

Mostly fixed by 86b213e6321540328fb11c3ea99c0b24becc45b0, but we expect there to still be some cases where Lix is slow or unresponsive to quit following CTRL-C.

rbt commented on issue lix-project/lix#485 2024-10-04 17:59:45 +00:00
nix build --rebuild on an unbuilt derivation fails with "some outputs of '...' are not valid, so checking is not possible"

💭 i'm going to get a good grade in bug reports, something that's normal to want & possible to achieve

rbt opened issue lix-project/lix-installer#26 2024-09-24 17:46:35 +00:00
Installer fails when Nix is already installed
rbt opened issue lix-project/lix#520 2024-09-13 16:35:16 +00:00
Lix and CppNix disagree on how ?ref= in flake inputs should be represented in lockfiles
rbt commented on issue lix-project/lix#518 2024-09-13 00:27:29 +00:00
Attrset merges are spine-strict when they don't need to be

if we could represent attrs not as sorted arrays but as merge trees this problem would go away

Possibly? It would also cause problems by adding a lot of indirection. I'd love to run an…

rbt opened issue lix-project/lix#519 2024-09-12 22:05:07 +00:00
nix --version evaluates configuration
rbt opened issue lix-project/lix#518 2024-09-12 21:52:22 +00:00
Attrset merges are spine-strict when they don't need to be
rbt commented on issue lix-project/lix#515 2024-09-11 00:45:02 +00:00
makewhatis on macOS fails to process Lix man pages
rbt commented on issue lix-project/lix#515 2024-09-10 23:57:24 +00:00
makewhatis on macOS fails to process Lix man pages

Needs lowdown options in doc/manual/render-manpage.sh: https://github.com/kristapsdz/lowdown

rbt opened issue lix-project/lix#515 2024-09-10 23:35:26 +00:00
makewhatis on macOS fails to process Lix man pages
rbt opened issue lix-project/lix#514 2024-09-10 22:21:48 +00:00
No nix3 man page
rbt commented on issue lix-project/lix#359 2024-09-10 20:38:18 +00:00
Remove reliance on static initializers for registration

Removed RegisterLegacyCommand in https://gerrit.lix.systems/c/lix/+/1905

rbt opened issue lix-project/lix#509 2024-09-10 00:18:05 +00:00
Test the repl-overlays example
rbt commented on issue lix-project/lix#186 2024-09-10 00:12:01 +00:00
Make print-build-logs and log-format a setting

Probably needs #359

rbt opened issue lix-project/lix#508 2024-09-09 22:22:09 +00:00
Lix should include a lix executable
rbt commented on issue lix-project/lix#505 2024-09-09 05:22:55 +00:00
Race condition with gc in remote builds causes paths to vanish

!!!! Excellent work jade!

rbt opened issue lix-project/lix#501 2024-09-07 21:54:07 +00:00
nix repl has no way(?) to navigate by words