| 2 Jun 2024 |
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 |
K900 | It is not | 16:08:12 |
K900 | Pushed a very minimal version here: https://gerrit.lix.systems/c/lix/+/1382 | 16:14:01 |
K900 | Unfortunately won't help at least as long as we're stuck with editline | 16:14:41 |
K900 | jade_: what was that other readline you mentioned? | 16:17:02 |
K900 | I wonder if it's also doing this | 16:17:06 |
Qyriad | replxx iwrc | 16:30:54 |
Qyriad | https://github.com/AmokHuginnsson/replxx | 16:31:03 |
K900 | Oh OK so it's not drop-in | 16:33:22 |
Qyriad | No, though the C API does look pretty close? | 16:38:25 |
K900 | Yeah but that's still more effort than I have in me right now | 16:39:16 |
aloisw | The maintenance state does not really inspire confidence (last release has a too many zeroes and then development stopped). | 16:43:52 |
⚠️ eldritch horrors operating in this area ⚠️ | can't be worse than editline tho? | 16:45:10 |