| 27 Mar 2022 |
Artturin | cole-h: | 23:21:32 |
cole-h | Does that affect pythonX.pkgs.pkgname? | 23:22:23 |
cole-h | e.g. will ofborg now skip python3.pkgs.asdf: 1.1.1 -> 1.2.1 | 23:22:52 |
cole-h | * e.g. will ofborg now skip `python3.pkgs.asdf: 1.1.1 -> 1.2.1`? | 23:22:56 |
Artturin | No | 23:24:15 |
cole-h | Then seems fine to me. | 23:24:28 |
Artturin | Should we merge and test? | 23:24:45 |
Artturin | Idk if there's a performance penalty | 23:25:03 |
Artturin | https://github.com/NixOS/nixpkgs/pull/165994/checks?check_run_id=5711647587 | 23:25:36 |
Artturin | hexa: im testing if a performance penalty can be avoided with dontRecurseIntoAttrs | 23:39:47 |
hexa | right | 23:39:58 |
hexa | the whole thing should wait for fridhs approval | 23:40:07 |
Artturin | python3Packages dont currently show up in nixos search because it references python3.packages without recursing | 23:40:53 |
Artturin | while python39Packages recurses | 23:40:57 |
Artturin | so it shows in the search | 23:41:06 |
hexa | we recurse into the attrsets that hydra is supposed to build | 23:41:21 |
Artturin | (AFAIU btw) | 23:41:37 |
hexa | that is usually two releases in parallel (currently 3.9/3.10) | 23:41:53 |
hexa | and python3Packages is really just the convenience alias to track the latest attrset | 23:42:15 |
| 28 Mar 2022 |
Artturin | alright no performance impact now https://github.com/NixOS/nixpkgs/pull/165994/checks?check_run_id=5712753892 | 00:03:30 |
Artturin | hexa: how about this commit message | 00:08:07 |
ryantm | Is it okay to increase the r-ryantm staging/master target cutoff from 100 to 500? https://github.com/ryantm/nixpkgs-update/pull/300 | 01:42:05 |
hexa | yes, 500 is the general number where we do the cut-off these days | 01:49:55 |
hexa | going with 500-100 is the exception, when you know the rebuild is small anyway | 01:50:37 |
hexa | * going with 500-1000 is the exception, when you know the rebuild is small anyway | 01:51:00 |
hexa | In reply to @artturin:matrix.org hexa: how about this commit message will take a look after sleeping | 02:14:36 |
Artturin | I'll merge it and test if it even works
If it doesn't I'll test something else
| 02:17:14 |
Artturin | didn't work, another test https://github.com/NixOS/nixpkgs/pull/166029 | 03:20:28 |
Artturin | a another option would be to special case python3Packages in ofborg | 03:42:26 |
| 29 Mar 2022 |
| FRidh joined the room. | 08:31:42 |