17 Nov 2023 |
Janne Heß | Thank you so much! (both of you) | 08:06:53 |
stigo | planning to look trough hydra and try to fix any remaining breakage this week | 08:09:16 |
Janne Heß | Say: how'd you do it? Because going through your GH repos, I only see the cpan mirror (afaict) | 08:10:13 |
vcunat | It's ZHF time. | 08:14:03 |
vcunat | (Zero Hydra Failures) | 08:14:27 |
stigo | In reply to @janne.hess:helsinki-systems.de Say: how'd you do it? Because going through your GH repos, I only see the cpan mirror (afaict) not sure what you mean? | 08:14:50 |
Janne Heß | In reply to @stigo:matrix.org not sure what you mean? Ah sorry. The bulk update | 08:15:01 |
stigo | In reply to @janne.hess:helsinki-systems.de Ah sorry. The bulk update Using the metacpan-experiments branch for nix-cpan, planning on tidying up and merging into main | 08:15:25 |
stigo | There was a significant manual aspect to this as well, hoping to fix the tooling more so this can be avoided. | 08:16:31 |
Janne Heß | That's a lot more code than I was expecting :O | 08:16:42 |
stigo | i'd be interested in looking at how to parse perl-packages.nix more properly, maybe linking or using FFI against rnix/nix (if thats possible) | 08:19:10 |
Janne Heß | what info do you need from it? | 08:19:33 |
stigo | offsets for the derivation code, and ways to parse out dependencies that are perlPackages (while keeping misc darwin stuff), and writing back changes to the dependencies | 08:21:03 |
stigo | some cli that returns JSON (or similar) would also work ofc. | 08:21:56 |
Janne Heß | nix-repl> builtins.unsafeGetAttrPos "MooseXABC" perlPackages
{ column = 3; file = "/nix/store/201k559601z3n92qxjgp6lsj32436s0l-nixpkgs-23.05-small.tar.gz/nixpkgs/pkgs/top-level/perl-packages.nix"; line = 16428; }
| 08:25:28 |
Janne Heß | is this what you need? | 08:25:31 |
stigo | kinda, but would nice length as well | 08:26:26 |
stigo | * kinda, but would need length as well | 08:26:31 |
Janne Heß | (well that's only one of the 6 things you need :/) | 08:26:36 |
stigo | Started working on another perlPackages update as well, nicer to have about 60 changes to deal with rather than 500+. | 22:22:53 |
hexa | for python every bulk update burns me out for a while | 23:34:18 |
18 Nov 2023 |
stigo | In reply to @hexa:lossy.network for python every bulk update burns me out for a while yeah.. :) | 02:22:50 |
Artturin | The perl ecosystem is at least stable 😩 | 21:30:50 |
stigo | New WIP PR for updating perlPackages for november: https://github.com/NixOS/nixpkgs/pull/268374 | 21:37:46 |
19 Nov 2023 |
| ZXGU joined the room. | 10:59:21 |
25 Nov 2023 |
stigo | There is some issue with todays perl-5.38.1 announced on p5p. Guessing there will be some official announcement soon\ | 21:13:42 |
stigo | (Judging from the perl-5.38.1a tarball in PEVANS cpan dir) | 21:18:53 |
stigo | * Seems to be some issue with todays perl-5.38.1 announced on p5p. Guessing there will be some official announcement soon? | 21:19:16 |
stigo | https://github.com/NixOS/nixpkgs/pull/269996 | 22:02:06 |
stigo | Regarding CVE-2023-47038, cpanel says :"is only relevant during the use of \p in regexes, which our code does not use." https://news.cpanel.com/perl-cve-2023-47038-and-cve-2023-47039/ | 23:39:05 |