wait a minute, are you using a clang stdenv for development? if that's not the case, i think that's your problem. it also explains why i didn't notice it while working on this.
No, I'm using…
primops.cc
we'd rather have one file per topic (type support, interop formats, attrset functions, list functions, etc) :(
Soooo, do I need to rewrite the whole chain or can I fuse some files at the end…
The beginning for RegisterPrimOp
removal is at https://gerrit.lix.systems/c/lix/+/1342
primops.cc
I'll do it in the final commit of the chain I think, first I need to split everything ^^
primops.cc
Semi orthogonal, but to keep in mind while doing this refactoring: lix-project/lix#359
Right, I have an idea on how to do it but not sure how to implement…
primops.cc
I'm starting to tackle this, one question I have, some primops are define with lambda funtions :
static RegisterPrimOp primop_throw({
.name = "throw",
.args = {"s"},
…
I managed to capture the full logs of the installChecks failure