| 9 Jul 2022 |
Jan Tojnar | Pol: maybe this https://github.com/NixOS/nixpkgs/blob/d0e0d14a1953d7eeadb05c15d0e010583b41f3be/pkgs/tools/misc/nncp/default.nix#L32-L38 | 13:13:43 |
Pol | In reply to @jtojnar:matrix.org Pol: maybe this https://github.com/NixOS/nixpkgs/blob/d0e0d14a1953d7eeadb05c15d0e010583b41f3be/pkgs/tools/misc/nncp/default.nix#L32-L38 I saw that, but do I just need to list versions... And nothing else ? | 13:43:46 |
Jan Tojnar | Pol: you will have to try, I have not had time to familiarize with it yet | 15:36:51 |
Jan Tojnar | but I would expect it to mostly just work | 15:42:30 |
| 19 Jul 2022 |
Pol | Composer update: https://github.com/NixOS/nixpkgs/pull/182110 | 16:10:55 |
| 22 Jul 2022 |
| @jonringer:matrix.org joined the room. | 18:40:44 |
@jonringer:matrix.org | Hey, can someone take a look at https://github.com/NixOS/nixpkgs/pull/182364 ? | 18:40:54 |
| philipp joined the room. | 21:41:49 |
| 24 Jul 2022 |
Pol | Who's going to Paris? | 14:29:17 |
| 25 Jul 2022 |
etu | What's in paris? | 06:05:33 |
etu | * What's in Paris? | 06:05:34 |
Pol | NixCon | 08:23:41 |
Pol | https://discourse.nixos.org/t/nixcon-2022-paris-announced/20223 | 08:23:57 |
| 26 Jul 2022 |
| @tinybronca:sibnsk.net changed their display name from tinybronca to tailrec. | 14:56:37 |
| @tinybronca:sibnsk.net changed their display name from tailrec to tinybronca. | 15:39:11 |
| 28 Jul 2022 |
Pol | ramsey: just FYI, PHP 8.2-beta1 doesn't compile on darwin anymore: https://github.com/loophp/nix-shell/runs/7562755885?check_suite_focus=true | 16:31:01 |
Pol | It was compiling in version 8.2-alpha3 | 16:31:31 |
@ramsey:matrix.org | In reply to @drupol:matrix.org ramsey: just FYI, PHP 8.2-beta1 doesn't compile on darwin anymore: https://github.com/loophp/nix-shell/runs/7562755885?check_suite_focus=true Odd. I’m pretty sure I’ve built it on macOS. I’ve not heard any other reports about this. We have CI builds on FreeBSD, but none on macOS. Would be nice to set that up. | 20:29:06 |
@ramsey:matrix.org | I’ll try it out this evening | 20:29:20 |
Pol | Oki | 20:29:24 |
Pol | Keep me updated | 20:29:29 |
Pol | * Keep me posted | 20:29:32 |
| 1 Aug 2022 |
| Gaël Reyrol joined the room. | 09:11:45 |
| @better_sleeping:converser.eu joined the room. | 09:15:30 |
| @better_sleeping:converser.eu left the room. | 09:15:39 |
tgerbet | @drupol If you do not mind I follow up here about Ocramius' Psalm crash https://twitter.com/el_suisse/status/1554127711064522754 since it is likely to be easier to discuss here.
According to this https://bugs.php.net/bug.php?id=78630 it looks like we need to disable pcre.jit if we want to keep the enable-jit-sealloc configure flag in PCRE2
| 15:42:19 |
Pol | Let's disable it :) | 15:45:20 |
tgerbet | Hum it looks like OpenSuse reverted their use of enable-jit-sealloc last May https://build.opensuse.org/package/view_file/devel:libraries:c_c++/pcre2/pcre2.changes?expand=1 | 15:50:53 |
tgerbet | One of the bug is still private and the other https://bugzilla.opensuse.org/show_bug.cgi?id=1182864 kinda confirms why it breaks when running with multiple threads | 15:54:15 |
tgerbet | Maybe the flag enable-jit-sealloc in pcre2 should be enabled with an option so it is only enabled for app requiring it/for which it is safe? | 15:57:48 |