29 Aug 2025 |
fzakaria | (it parses it wrong... but it succeeds the parse) | 23:53:07 |
fzakaria | i.e. github.com:/owner/repo.git | 23:53:13 |
fzakaria | (probably another boost bug to open) | 23:53:18 |
fzakaria | k i added those guards back and pushed. | 23:55:38 |
fzakaria | if (auto r = boost::urls::parse_uri(url); r && r->has_scheme() && r->has_authority()) {
return parseURL(url);
}
if (hasPrefix(url, "file:"))
return parseURL(url);
| 23:55:45 |
30 Aug 2025 |
John Ericson | we should not use two UIR parsers | 00:01:46 |
John Ericson | if we need to check schem and authority | 00:01:55 |
John Ericson | we can do it on our parseURL | 00:01:59 |
fzakaria | gonna make dinner; put a comment on the PR | 00:02:50 |
fzakaria | and i'll follow up on it | 00:02:52 |
fzakaria | 👍️ | 00:02:56 |
fzakaria | * gonna make dinner; put a comment on the PR please | 00:03:02 |
fzakaria | I think boost and parseURL are too lenient though and scp style are making it through | 00:04:57 |
fzakaria | saw your comment. | 00:05:27 |
John Ericson | cool | 00:19:23 |
John Ericson | and sorry I had missed your comments | 00:19:28 |
tsn9cp_again | Quick question about the naming convention of package/derivation versions in Nix:
If I build from a specific commit, which is present only in a specific branch, how would I name the version? AFAIK the convention for non-tagged commit on the main branch is "unstable-YYYY-MM-DD". Where would the branch fit into this? | 10:36:37 |
K900 | Better question for #Nixpkgs / NixOS contributions | 10:37:11 |
31 Aug 2025 |
| @alper-celik:matrix.org left the room. | 16:00:10 |
| sinan changed their profile picture. | 16:25:25 |
2 Sep 2025 |
Robert Hensing (roberth) | @Mic92 fyi https://github.com/NixOS/nix/issues/13898 | 14:12:20 |
Robert Hensing (roberth) | also tagged it and the linked one for triage | 14:13:02 |
Mic92 | Robert Hensing (roberth): nix-eval-jobs also has --apply but this is per derivation i.e. to compute additional values for the json output | 14:35:53 |
Mic92 | For nix --apply might be a good name itself. | 14:39:32 |
Philip Taron (UTC-8) | Opened https://github.com/NixOS/nixpkgs/pull/439645 for packaging Nix 2.28.5 (update to stable) | 17:25:00 |
3 Sep 2025 |
| ghpzin joined the room. | 09:29:47 |
4 Sep 2025 |
vcunat | FYI, a nix test regressed on master apparently about one day ago:
https://hydra.nixos.org/job/nix/master/tests.nix-copy | 09:39:44 |
vcunat | (no idea why jobsets with flakes won't show commits) | 09:40:42 |
Sergei Zimmerman (xokdvium) | Hm: more like it’s been flaky. Concerning | 10:03:08 |
vcunat | No. The red circles are cancellations. | 10:24:11 |