| 2 Jun 2024 |
jade_ | yeah, ok, i think this is 100% gerrited properly | 01:45:55 |
jade_ | it would be great to have generalizable CI for other projects | 01:47:48 |
jade_ | but one thing at a time | 01:47:54 |
Qyriad | In reply to @artemist:mildlyfunctional.gay What's the point of having flake-compat in a flake inputs if we don't use it in any sort of default.nix? do we not use it in default.nix anymore? we used to | 01:48:32 |
artemist | In reply to @qyriad:katesiria.org do we not use it in default.nix anymore? we used to lix-installer doesn't have a default.nix | 01:48:54 |
jade_ | In reply to @kloenk:kloenk.eu only getting a You do not have the can-perform-mutations buildbot role. I just want to see some log what actually failed that's strange, you should have trusted-contributors role now at least | 01:49:38 |
jade_ | ah i missed a message | 01:50:07 |
jade_ | In reply to @k900:0upti.me Gitea doesn't know anything about the refs on gerrit we can fix this but we need to write a bot | 01:51:36 |
jade_ | unfortunately jade has a distinct lack of time but it would be so easy to write such a bot 🙃 | 01:52:02 |
jade_ | which means that you know who is going to do it? this girl. let's speedrun this while friend is doing paperwork | 01:52:28 |
Qyriad | In reply to @artemist:mildlyfunctional.gay lix-installer doesn't have a default.nix oh the installer oops | 01:53:32 |
Qyriad | In reply to @jade_:matrix.org which means that you know who is going to do it? this girl. let's speedrun this while friend is doing paperwork oh my gods jade. we were about to say it's fine and people can just cross link things aghdiahfsk | 01:54:03 |
jade_ | In reply to @qyriad:katesiria.org oh my gods jade. we were about to say it's fine and people can just cross link things aghdiahfsk you know I wrote this thing lmao https://github.com/mercurytechnologies/slacklinker | 01:55:27 |
raitobezarius | In reply to @jade_:matrix.org it would be great to have generalizable CI for other projects I have the PR for that | 02:57:25 |
| tauphi changed their profile picture. | 04:13:37 |
| Federico Damián Schonborn changed their profile picture. | 05:32:14 |
K900 | Lix 2.90.0-lixpre20240601-d374a99
Type :? for help.
nix-repl> foo = { "bar.baz" = 1; bar.baz = 2; }
nix-repl> foo.<Tab>bar
foo.bar foo.bar.baz
nix-repl> foo = { "bar.baz" = 1; }
nix-repl> foo.<Tab>bar.baz
error: attribute 'bar' missing
at «string»:1:1:
1| foo.bar.baz
| ^
| 15:32:23 |
K900 | Do we have a bug for this somewhere | 15:32:26 |
⚠️ eldritch horrors operating in this area ⚠️ | don't think so | 15:33:42 |
⚠️ eldritch horrors operating in this area ⚠️ | repl | 15:34:16 |
K900 | OK I think it's actually just a three line fix | 15:46:02 |
⚠️ eldritch horrors operating in this area ⚠️ | if that | 15:47:38 |
⚠️ eldritch horrors operating in this area ⚠️ | the repl really needs a more principled ui model though | 15:48:36 |
⚠️ eldritch horrors operating in this area ⚠️ | or any ui model, really | 15:48:44 |
K900 | OK a bit more than a three line fix | 15:49:33 |
K900 | Because I have to move some code around | 15:49:37 |
K900 | Oh motherfucker | 16:07:00 |
K900 | editline strikes again | 16:07:24 |
K900 | https://github.com/troglobit/editline/blob/caf4b3c0ce3b0785791198b11de6f3134e9f05d8/src/editline.c#L1725-L1731 | 16:08:07 |
K900 | It is trying to be smart | 16:08:10 |