Qyriad qyriad · she/her
  • Joined on 2024-02-29
qyriad pushed to fix-smart-quotes at lix-project/lix-website 2024-07-11 00:10:43 +00:00
10e479016a theme: don't plainify post summaries
qyriad pushed to main at lix-project/lix-website 2024-07-10 23:35:58 +00:00
8568afd19c Merge pull request 'Update website for 2.90.0 release' (#30) from jade/lix-2.90 into main
9e2c54bdb2 Update installation instructions for 2.90.0
67cb38d869 Version 2.90.0 blog post
008f542aff Add posts support
9384845c40 flake.nix: switch to 24.05
Compare 7 commits »
qyriad merged pull request lix-project/lix-website#30 2024-07-10 23:35:57 +00:00
Update website for 2.90.0 release
qyriad commented on issue lix-project/lix#84 2024-07-09 23:12:10 +00:00
[Nix#9622] Document the *cursed* advanced derivation attributes

More magic attrs, not used in derivations themselves, but still magic in other areas of Lix:

qyriad created branch git-series/show-attrpath-errors in qyriad/lix 2024-07-04 23:43:58 +00:00
qyriad pushed to git-series/show-attrpath-errors at qyriad/lix 2024-07-04 23:43:58 +00:00
c12e291998 oops, added the test in the wrong place
b9f91ec3c5 mildly cleanup libexpr/eval.hh
4c7165be86 distinguish between throws & errors during throw
14bf54bd39 trace which part of foo.bar.baz errors
a41b9eba6e change debugRepl to an std::function
Compare 10 commits »
qyriad created branch git-series/fmt-migration-reprise in qyriad/lix 2024-07-04 21:32:59 +00:00
qyriad pushed to git-series/fmt-migration-reprise at qyriad/lix 2024-07-04 21:32:59 +00:00
29df635118 add Result<T, E> stuff
ddc3e3bcfc WIP: fmt: add convenience functions
95edfa1d03 WIP: add Result<T, E> type
4347f4ef70 treewide: rename nix::fmt to nix::boostfmt
d31a814266 minor cleanup to ExprOpUpdate::eval()
Compare 8 commits »
qyriad created branch git-series/eval-activity in qyriad/lix 2024-07-03 01:20:46 +00:00
qyriad pushed to git-series/eval-activity at qyriad/lix 2024-07-03 01:20:46 +00:00
a1dd6cf88a amend ExprInheritFrom printer
cab1666121 mildly cleanup libexpr/eval.hh
c59096a841 distinguish between throws & errors during throw
b28612b765 trace which part of foo.bar.baz errors
008f309596 trace when the foo part of foo.bar.baz errors
Compare 10 commits »
qyriad created branch git-series/repl-fix-logs in qyriad/lix 2024-06-26 21:26:17 +00:00
qyriad pushed to git-series/repl-fix-logs at qyriad/lix 2024-06-26 21:26:17 +00:00
069429718a fix inverted logic
a448a39fb0 repl: respect --print-build-logs & fix memory leak
90e9e39edd rebase on cl/1517
491aff7562 repl: respect --print-build-logs & fix memory leak
9b93847d4e rebase on cl/1515
Compare 10 commits »
qyriad commented on issue lix-project/lix#420 2024-06-25 20:05:25 +00:00
devShell NIX_LDFLAGS environment variable contains all the -L flags twice

I can confirm this is only in the devShell:

diff --git a/package.nix b/package.nix
index ef6f317e8..843c6bcca 100644
--- a/package.nix
+++ b/package.nix
@@ -297,20 +297,23 @@…
qyriad created branch git-series/attr-missing in qyriad/lix 2024-06-24 17:46:23 +00:00
qyriad pushed to git-series/attr-missing at qyriad/lix 2024-06-24 17:46:23 +00:00
592d9691c2 what is going on
cd7aa4ac32 distinguish between throws & errors during throw
b84666c350 trace which part of foo.bar.baz errors
013b7ae114 trace when the foo part of foo.bar.baz errors
af94db77cf add an ExprPrinter class, like ValuePrinter
Compare 10 commits »
qyriad opened issue lix-project/lix#416 2024-06-24 17:02:32 +00:00
logger libutil test is completely commented out 💀
qyriad commented on issue lix-project/lix#383 2024-06-09 20:39:50 +00:00
devShell is not being built/tested by CI

At the very least we can test simply evaluating and building the dev shell derivation in hydraJobs. That doesn't test that things in the shell work, but it would have caught this particular…

qyriad pushed to main at lix-project/lix-website 2024-06-07 20:37:58 +00:00
9eeba87c32 Merge pull request 'install.md: Fix broken link' (#26) from yayayayaka/lix-website:fix-link-on-install.md into main
73c79b98f2 install.md: Fix broken link
Compare 2 commits »
qyriad merged pull request lix-project/lix-website#26 2024-06-07 20:37:57 +00:00
install.md: Fix broken link