Tom Hubrecht tom-hubrecht · he/him
  • Joined on 2024-05-06
tom-hubrecht created pull request raito/shared-public-infra#1 2024-06-16 08:13:03 +00:00
fix: Disable autoUpgrade as it is not used and actually regresses the system constantly
tom-hubrecht created branch disable-autoUpgrade in raito/shared-public-infra 2024-06-16 08:12:39 +00:00
tom-hubrecht pushed to disable-autoUpgrade at raito/shared-public-infra 2024-06-16 08:12:39 +00:00
6fd1884714 fix: Disable autoUpgrade as it is not used and actually regresses the system constantly
tom-hubrecht commented on issue lix-project/lix#374 2024-06-04 16:42:05 +00:00
clangd does not work since precompiled headers were introduced

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…

tom-hubrecht opened issue lix-project/lix#374 2024-06-04 15:28:08 +00:00
clangd does not work since precompiled headers were introduced
tom-hubrecht commented on issue lix-project/lix#42 2024-05-29 21:57:54 +00:00
Split up 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…

tom-hubrecht commented on issue lix-project/lix#359 2024-05-29 20:36:10 +00:00
Remove reliance on static initializers for registration

The beginning for RegisterPrimOp removal is at https://gerrit.lix.systems/c/lix/+/1342

tom-hubrecht commented on issue lix-project/lix#42 2024-05-29 14:21:30 +00:00
Split up primops.cc

I'll do it in the final commit of the chain I think, first I need to split everything ^^

tom-hubrecht commented on issue lix-project/lix#42 2024-05-29 14:17:01 +00:00
Split up 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…

tom-hubrecht commented on issue lix-project/lix#42 2024-05-29 11:56:29 +00:00
Split up 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"},
   
tom-hubrecht commented on issue lix-project/lix#43 2024-05-28 15:47:20 +00:00
Split up util.cc
tom-hubrecht commented on issue lix-project/lix#310 2024-05-15 18:55:30 +00:00
installCheckPhase fails when building lix with a forgejo action

I managed to capture the full logs of the installChecks failure

tom-hubrecht opened issue lix-project/lix#310 2024-05-12 20:32:26 +00:00
installCheckPhase fails when building lix with a forgejo action
tom-hubrecht opened issue lix-project/nixos-module#22 2024-05-06 10:30:16 +00:00
nix-eval-jobs fails to build when no ssh access exists for git.lix.systems