| 27 Sep 2023 |
K900 | In reply to@hacker1024:matrix.org We've recently started using a gitlabpulls input to generate jobsets for merge requests in our declarative project. Since doing this, however, we have noticed that jobsets seem to randomly be missing inputs. These inputs are present in the generated jobset.json, but are absent from the "configuration" tab in the Web UI. I cannot find anything relevant in the evaluation or queue-runner logs. Does anyone know what might be going on here? The missing inputs change whenever the .jobsets output changes. This sounds like https://github.com/NixOS/nix/issues/9052? | 19:52:07 |
| @fack:cyberia.club joined the room. | 22:32:38 |
| 29 Sep 2023 |
| @nam3l33ss:matrix.org joined the room. | 05:42:03 |
@nam3l33ss:matrix.org | Hello o/ | 05:42:36 |
| @lotte:chir.rs changed their profile picture. | 17:16:44 |
| 30 Sep 2023 |
| Greg Burd joined the room. | 13:14:17 |
| 2 Oct 2023 |
| @nam3l33ss:matrix.org changed their profile picture. | 15:48:47 |
| @nam3l33ss:matrix.org changed their profile picture. | 15:55:45 |
| 3 Oct 2023 |
| pbsds changed their profile picture. | 21:04:48 |
| 4 Oct 2023 |
| @fack:cyberia.club changed their profile picture. | 21:45:09 |
| pbsds changed their profile picture. | 22:20:39 |
| 5 Oct 2023 |
| Shane on Conduit.rs ⚡️ left the room. | 13:03:13 |
| @clerie:bau-ha.us left the room. | 17:52:49 |
| 7 Oct 2023 |
| woobilicious joined the room. | 05:58:45 |
| philopater joined the room. | 07:24:19 |
| 8 Oct 2023 |
| Nyte joined the room. | 11:52:54 |
| kazimk joined the room. | 15:01:33 |
| 10 Oct 2023 |
woobilicious | horg when? | 04:20:07 |
woobilicious | I'm working some stuff to walk a jobset and find build failures etc in Haskell, if Horg does end up being made in Haskell I wouldn't mind working on a set of complete libraries instead of this ugly code I'm writing lol. | 07:01:33 |
@rick:matrix.ciphernetics.nl | I think a rough list of requirements would be a good start 🙂 | 09:01:13 |
raitobezarius | I don't think it's a good idea to rewrite for fun Hydra in Haskell | 15:55:05 |
raitobezarius | We will again run in a maintenance problem | 15:55:09 |
raitobezarius | Rust seems to be a good candidate given its extreme popularity even among non-functional pilled developers | 15:55:21 |
raitobezarius | Plus, as much I am a type theorist, Rust type system has IMHO the right level to focus on the matter at hand rather than building castles of abstraction (which would make sense for other stuff, but not things like Hydra IMHO) | 15:56:14 |
raitobezarius | If Horg had to exist, I would start moving the Perl web part into a Rust web framework first | 15:56:27 |
raitobezarius | We can keep the rest of Hydra as-is and perform a slow replacement | 15:56:39 |
K900 | We also have a good amount of Rust in ofborg already | 15:56:41 |
raitobezarius | Yeah, let's not make this go to waste | 15:56:54 |
raitobezarius | Also, Rust FFI bindings to Nix are closer than Haskell FFI bindings to Nix in the context of the C stable API PR | 15:57:16 |
raitobezarius | Arguably, Go FFI bindings are even done by that logic | 15:57:25 |