| 21 Apr 2023 |
| figsoda changed the history visibility to "world_readable" from "joined". | 16:52:34 |
| 26 Apr 2023 |
| figsoda changed the history visibility to "world_readable" from "shared". | 02:20:26 |
| 28 Apr 2023 |
| @kokern:matrix.org changed their profile picture. | 07:54:08 |
| 29 Apr 2023 |
| @kokern:matrix.org changed their profile picture. | 06:27:39 |
| @charlycoste:matrix.org joined the room. | 17:30:06 |
| 30 Apr 2023 |
| @imlostlmao:matrix.org joined the room. | 10:30:51 |
| 3 May 2023 |
raitobezarius | FWIW figsoda I resumed work on buildxyz | 23:01:01 |
figsoda | In reply to @raitobezarius:matrix.org FWIW figsoda I resumed work on buildxyz cool, I'll take a look at the code base in a couple days | 23:02:29 |
raitobezarius | it's very ugly | 23:02:33 |
raitobezarius | Right now, what I really want is to explore the extended Python dependency graphs enriched by implicit dependencies (e.g. native dependencies and cross-language dependencies) | 23:03:00 |
raitobezarius | So I will be a bit researchy about it | 23:03:04 |
raitobezarius | But I am pushing for a proper error enum, etc. to prepare to expose certain functionalities as crate | 23:03:15 |
raitobezarius | and I'm doing performance improvements | 23:03:19 |
raitobezarius | And the exploration work will help to build "seed databases" depending on the language / build system | 23:03:38 |
raitobezarius | for example: https://github.com/RaitoBezarius/buildxyz/blob/main/examples/python/cryptography.toml | 23:04:37 |
| 5 May 2023 |
@kranzes:matrix.org | [kranzes@pongo ~/test]$ nix run nixpkgs#nix-init
Enter output path (defaults to current directory)
❯ awdawdawd
Enter url
❯
Error: Interrupted
[kranzes@pongo ~/test]$ ls
awdawdawd
| 18:41:04 |
@kranzes:matrix.org | figsoda It writes an empty file even if you Ctrl+C | 18:41:25 |
@kranzes:matrix.org | Can you make this atomic so it only writes the file if nix-init exits with code 0? | 18:42:10 |
@kranzes:matrix.org | Does that sound like a good behavior? | 18:42:20 |
figsoda | In reply to @kranzes:matrix.org figsoda It writes an empty file even if you Ctrl+C It does, I wanted to open the file early on so it doesn't run into permission issues after you've answered all the questions | 18:42:56 |
figsoda | I'm not sure how that would be possible without creating the file, maybe it should just check for permissions and not open the file until it is ready to write? | 18:43:31 |