3 May 2024 |
| Benedikt joined the room. | 17:53:10 |
| Yingchi Long joined the room. | 21:17:07 |
4 May 2024 |
| lukegb (he/him) joined the room. | 16:49:49 |
6 May 2024 |
| l joined the room. | 11:21:23 |
9 May 2024 |
| matrixuu joined the room. | 05:09:08 |
10 May 2024 |
farcaller | is nix path supposed to always be absolute? i.e. is there any condition under which nix_init_path_string would allow a local path? the docs (https://sourcegraph.com/github.com/NixOS/nix@cb7224a8c2cc3aaee086d1e1ae539d7bb9a68915/-/blob/src/libexpr-c/nix_api_value.h?L316) don't specify that, but the only test (https://sourcegraph.com/github.com/NixOS/nix@cb7224a8c2cc3aaee086d1e1ae539d7bb9a68915/-/blob/tests/unit/libexpr/nix_api_value.cc?L115) checks the absolute path. Previously, the code would accept ./foo/bar as a valid path and return it as such. It doesn't, anymore.
I'd expect it to always resolve to absolute path (just like nix repl does), but then the logic of setting the rootFS (https://sourcegraph.com/github.com/NixOS/nix@cb7224a8c2cc3aaee086d1e1ae539d7bb9a68915/-/blob/src/libexpr/eval.cc?L400) evades me. How is that resolved in the bindings?
| 13:04:23 |
farcaller | ^ /cc Marcus re https://github.com/farcaller/gonix/pull/2#issuecomment-2104499115 (nope, the current behavior doesn't make sense to me either) | 13:06:06 |
farcaller | never mind, I think this is already tracked by https://github.com/NixOS/nix/issues/10613 | 13:15:42 |
14 May 2024 |
| infinisil changed their profile picture. | 17:45:10 |
22 May 2024 |
| NixOS Moderation Botchanged room power levels. | 15:25:52 |
| NixOS Moderation Botchanged room power levels. | 15:28:07 |
25 May 2024 |
| @nupol:matrix.org joined the room. | 08:28:54 |
| @nupol:matrix.org left the room. | 09:01:36 |
28 May 2024 |
Marcus | yay, thanks for https://github.com/NixOS/nix/pull/10767/commits/a942a34469b22491d381a517e86a17f3999a140a Robert Hensing (roberth) - Go bindings are passing all tests in my PR now 🎉 Was really scratching my head on that one. | 22:50:39 |
2 Jun 2024 |
| @aloisw:kde.org set a profile picture. | 18:01:42 |
| @aloisw:kde.org changed their profile picture. | 18:23:52 |
4 Jun 2024 |
| infinisil changed their profile picture. | 02:43:52 |
4 Jul 2024 |
| Philip Taron (UTC-8) left the room. | 15:46:24 |
| Philip Taron (UTC-8) joined the room. | 15:54:48 |
| Benedikt changed their display name from Soispha to Benedikt. | 19:11:24 |
5 Jul 2024 |
| Erin changed their profile picture. | 12:10:56 |
| Sami Liedes joined the room. | 23:01:05 |
7 Jul 2024 |
| @dminca:matrix.org joined the room. | 09:39:19 |
11 Jul 2024 |
| @echobc:matrix.org joined the room. | 15:23:31 |
| NixOS Moderation Bot banned @echobc:matrix.org (<no reason supplied>). | 15:23:32 |
15 Jul 2024 |
| @dminca:matrix.org changed their display name from dminca to nixpkgs. | 17:29:05 |
| @dminca:matrix.org changed their display name from nixpkgs to dminca. | 17:42:42 |
17 Jul 2024 |
Robert Hensing (roberth) | I've opened a PR to change nix_err to an enum. This should improve generated bindings. Feedback appreciated :)
https://github.com/NixOS/nix/pull/11127 | 15:06:45 |
18 Jul 2024 |
Marcus | I guess it's nice for generated bindings, for the cgo bindings I guess it's just another thing we'll have to adjust for. Still haven't had time to figure out the needed changes for the opaque change. | 10:36:25 |
Robert Hensing (roberth) | I see. Would you like me to help with that Marcus ? We didn't declare it stable so that its quality could still be improved based on feedback from its use, so I hope we can make it a pretty good interface together. | 20:10:03 |