Qyriad qyriad · she/her
  • Joined on 2024-02-29
qyriad pushed to maint/meson at qyriad/lix 2024-03-25 04:36:54 +00:00
63b2a45bb6 meson: make tests happen in the Nix derivation too!
209dadc142 meson: we can now run functional tests!
Compare 2 commits »
qyriad commented on pull request lix-project/nixos-module#6 2024-03-25 03:04:12 +00:00
Add gitignore

Thanks!

qyriad pushed to main at lix-project/nixos-module 2024-03-25 03:04:02 +00:00
adbbecb518 Merge pull request 'Add gitignore' (#6) from emilytrau/nixos-module:emilytrau/gitignore into main
ebdf6e66ae Add gitignore
Compare 2 commits »
qyriad merged pull request lix-project/nixos-module#6 2024-03-25 03:04:01 +00:00
Add gitignore
qyriad approved lix-project/nixos-module#6 2024-03-25 03:03:52 +00:00
Add gitignore
qyriad pushed to maint/meson at qyriad/lix 2024-03-25 02:03:55 +00:00
583a5add2b meson: okay NOW we can pass functional tests
c19a93f53f meson: make tests happen in the Nix derivation too!
24858943b2 meson: we can now run functional tests!
d6c3f414a9 meson: implement unit tests
Compare 4 commits »
qyriad pushed to maint/meson at qyriad/lix 2024-03-25 01:54:34 +00:00
620b5af7e5 meson: okay NOW we can pass functional tests
qyriad pushed to maint/meson at qyriad/lix 2024-03-24 19:59:16 +00:00
7223ed8491 meson: make tests happen in the Nix derivation too!
qyriad pushed to maint/meson at qyriad/lix 2024-03-24 00:55:51 +00:00
a87c03d75e meson: we can now run functional tests!
qyriad pushed to maint/meson at qyriad/lix 2024-03-22 23:30:48 +00:00
ca73a751b0 meson: implement unit tests
qyriad commented on issue lix-project/lix#82 2024-03-22 16:22:02 +00:00
[Nix#9636] Better "attribute 'x' missing" error message

@rbt didn't you have a PR for this one?

qyriad commented on issue lix-project/lix#167 2024-03-22 16:19:01 +00:00
meson: add check that all present sources are mentioned in a build file

something something

set -euo pipefail
mesonFiles="$(fd -F meson.build)"
sourceFiles="$(fd '\.(cc
qyriad pushed to maint/meson at qyriad/lix 2024-03-22 14:38:18 +00:00
bd947ea357 meson: we can now run libutil tests!
b4d07656ff build: optionally build and install with meson
Compare 2 commits »
qyriad pushed to maint/meson at qyriad/lix 2024-03-21 21:38:31 +00:00
78baefefbd meson: we can now run libutil tests!
16f8a2259f build: optionally build and install with meson
Compare 2 commits »
qyriad pushed to maint/meson at qyriad/lix 2024-03-21 19:17:56 +00:00
6d14ba13bd build: optionally build and install with meson
a7161b6c0f Merge "clang-tidy check infrastructure" into main
fab55aff0e flake: fix arm32 Linux cross devShell on macOS (fix nix flake check)
22e3f0e987 libexpr: unbreak PosTable performance
5a28d70d1e Merge "un-ups your start" into main
Compare 12 commits »
qyriad commented on issue lix-project/meta#12 2024-03-21 07:56:31 +00:00
set up a project mastodon account

chaos.social's rules say nothing about projects being unwelcome: https://meta.chaos.social/rules

And yeah NixOS org is on chaos so I think that works well?

qyriad commented on issue lix-project/lix#41 2024-03-20 03:35:38 +00:00
meson build system

Update: the Meson build on macOS specifically is ending up with references to Boost in the closure, which is something we don't want (we explicitly copy the boost libs we need into $out/lib to…

qyriad pushed to maint/meson at qyriad/lix 2024-03-19 02:33:08 +00:00
d9a3ccd680 build: optionally build and install with meson
f38ae92a38 libutil: make AutoCloseFD a better resource
0f518f44e2 Merge "libexpr: associate let exprs with the correct StaticEnv" into main
afb839a0c9 libexpr: associate let exprs with the correct StaticEnv
37c4b10c44 Add clang format configuration
Compare 84 commits »
qyriad opened issue lix-project/lix#155 2024-03-19 01:43:23 +00:00
meson: build Perl bindings