24 Nov 2023 |
| Roman joined the room. | 07:02:35 |
| Tom Westerhout joined the room. | 07:39:24 |
| zopieux joined the room. | 18:59:50 |
| Gerd Flaig joined the room. | 21:12:23 |
Gerd Flaig | Hi folks! 👋 | 21:13:36 |
| infinisil joined the room. | 21:25:13 |
25 Nov 2023 |
| Matthias Meschede joined the room. | 07:14:47 |
infinisil | WLAN
SSID: gast-ost
Password: ohchfnwt | 09:07:27 |
| nebucatnetzer13 joined the room. | 09:08:24 |
| mfrischknecht joined the room. | 09:12:39 |
| tricktron joined the room. | 09:13:49 |
| mfrischknecht changed their display name from btschaegg to mfrischknecht. | 09:13:49 |
Ivan Mincik (imincik) | https://md.coredump.ch/FBoWsp4eQ3-iS7aYgVAH6A?both
| 09:14:00 |
Ivan Mincik (imincik) | * SoN presentation - https://md.coredump.ch/FBoWsp4eQ3-iS7aYgVAH6A?both
| 09:14:13 |
| Auguste Baum joined the room. | 09:16:02 |
@delroth:delroth.net | In reply to @infinisil:matrix.org WLAN
SSID: gast-ost
Password: ohchfnwt note, if like me you have connectivity issues: the guest WLAN seems to block DNS over TLS | 09:16:26 |
infinisil | ZHF presentation: https://docs.google.com/presentation/d/1qwIU_qe9nTJL3csTETDhLrz3rC7EjPqxFPl_Gpsx6No/edit?usp=sharing | 09:38:44 |
Gerd Flaig | https://github.com/NixOS/nixpkgs/issues/265948 | 09:42:52 |
@delroth:delroth.net | react to this message if you're a nixpkgs committer and you're fine being pinged directly during the ZHF Hackathon with review requests / questions / ... :-) | 09:52:08 |
@delroth:delroth.net | (that way we can load balance a bit better instead of sending everyone to infinisil :) ) | 09:52:41 |
@delroth:delroth.net | suggestion: if you're looking at fixing some ZHF failure, and especially if your process is "start from the top of the list": post a message here so we can try to avoid duplicate work (and/or get people who want to work on the same failure to talk to each other)! | 10:03:03 |
zopieux | sure -- I'm having a look at the pypy2 related things, I think it's a pretty obvious fix | 10:11:02 |
| seirl joined the room. | 10:14:16 |
infinisil | tricktron: pkgs/development/lisp-modules/nix-cl.nix -> makeOverridableLispPackage | 10:24:30 |
seirl | i'm looking at fixing psutil if noone is working on this https://hydra.nixos.org/build/241925148 | 10:45:26 |
zopieux | call for help: nix-build -A tests.writers.simple.pypy2 fails because it invokes a py3 file with a py2 interpreter, but according to this bit it should use py2; so I suppose there some plumbing not working as it should? | 10:47:05 |
zopieux | looks like pypy 7.3.12 --> dep pypy_prebuilt --> dep pypy2.7, which uses py3 hook with a py2 interpreter | 10:48:51 |
zopieux | * looks like pypy 7.3.12 --> dep pypy_prebuilt --> dep pypy2.7-pycparser which uses py3 hook with a py2 interpreter | 10:49:06 |
zopieux | (the issue gets fixed if I make the py3 hook py2-compatible) | 10:50:54 |
zopieux | * (the issue gets fixed if I make the py3 hook py2-compatible, but that's not a proper fix) | 10:52:23 |