Qyriad qyriad · she/her
  • Joined on 2024-02-29
qyriad pushed to maint/meson at qyriad/lix 2024-03-28 21:47:51 +00:00
81e50fef70 Merge "meson: implement functional tests" into main
61d394e344 Merge "Build with traps on signed overflow" into main
ae065a992d Merge "progress-bar.cc: fix signed overflow" into main
14207e1cf8 Build with traps on signed overflow
ffbad9b762 progress-bar.cc: fix signed overflow
Compare 13 commits »
qyriad closed issue lix-project/lix#153 2024-03-28 20:50:14 +00:00
meson: run tests
qyriad commented on issue lix-project/lix#153 2024-03-28 20:45:18 +00:00
meson: run tests
qyriad pushed to maint/meson at qyriad/lix 2024-03-27 22:38:54 +00:00
19520308f1 meson: implement functional tests
da22dbc333 Merge "Issue importer: do not notify" into main
fa3088a878 Merge "envrc: improve" into main
a5254186fd Merge "libstore/filetransfer: use Lix UA and unnix error message" into main
207d24da4e Merge "meson: implement unit tests" into main
Compare 30 commits »
qyriad commented on issue lix-project/lix#41 2024-03-26 19:27:34 +00:00
meson build system

Yep, exactly. Thank you @pennae and sorry for the confusion

qyriad commented on issue lix-project/lix#41 2024-03-26 19:21:57 +00:00
meson build system

Yep

qyriad commented on issue lix-project/lix#41 2024-03-26 19:20:51 +00:00
meson build system

@lunaphied it does build with Meson, it just builds with Meson after it builds with Make

qyriad commented on issue lix-project/lix#41 2024-03-26 19:19:03 +00:00
meson build system

Right that would do that thank you

qyriad commented on issue lix-project/lix#41 2024-03-26 19:09:51 +00:00
meson build system

Reverting ad8a4b380e83145c51b97fcd4a30038cf09e0ed1 (cc @raito ) fixes this

…Somehow.

What.

qyriad commented on issue lix-project/lix#41 2024-03-26 19:06:24 +00:00
meson build system

Just git pulled a536438da..007e6b580 and now seeing this o.o

qyriad commented on issue lix-project/lix#41 2024-03-26 19:05:26 +00:00
meson build system

@lunaphied your local machine is x86_64-linux, yes?

qyriad commented on issue lix-project/lix#41 2024-03-26 19:04:20 +00:00
meson build system

What the fuck

qyriad commented on issue lix-project/lix#186 2024-03-26 16:02:01 +00:00
Make print-build-logs and log-format a setting

That and this are both predicated on the same thing, which is registering handlers for config options (since many of them need some sort of initialization)

qyriad commented on issue lix-project/lix#186 2024-03-26 15:31:32 +00:00
Make print-build-logs and log-format a setting

Ah, sorry yes you're correct about that.

🤷‍♀️ both could be settings as far as we're concerned, and again I'm pretty sure wiggles has existing work on this

qyriad commented on issue lix-project/lix#186 2024-03-26 14:47:24 +00:00
Make print-build-logs and log-format a setting

bar-with-logs is not related to print-build-logs and that won't get what we're talking about here, but we would like log-format to be a setting as well. @rbt also had some work on that I believe

qyriad opened issue lix-project/lix#187 2024-03-26 14:31:36 +00:00
--log-format bar-with-logs breaks nix repl's line editor
qyriad opened issue lix-project/lix#186 2024-03-25 22:07:00 +00:00
Make print-build-logs a setting
qyriad commented on issue lix-project/lix#142 2024-03-25 19:32:43 +00:00
heavier nightly/weekly ci jobs

Building cross packages and/or stdenvs might also be a good idea. Currently none of the alternate stdenv packages are included in checks and aren't built

qyriad commented on issue lix-project/lix#184 2024-03-25 19:17:42 +00:00
crash on nix repl --file

nix_your_shell::main

Blam: d49229504e/src/nix.rs (L126-L130)

Awesome, thank you. The world now makes…

qyriad commented on issue lix-project/lix#183 2024-03-25 19:14:25 +00:00
Deprecate online flake registries

(Also, imo, NIX_PATH is a different kind of broken than the online flake registry, since at least theoretically <nixpkgs> points to whatever your Nixpkgs channel has and — without overriding…