| 25 Nov 2023 |
Gaël Reyrol | * Pol: I reviewed my PR with some comments, I had some thoughts while taking a shower 😆 | 16:49:56 |
Pol | About the buildInputs | 17:27:32 |
Pol | Is it possible to do: | 17:27:40 |
Pol | buildInputs = phpUnwrapped.buildInputs ++ [ pcre2 libargon2 libxml2 systemd ]; | 17:28:00 |
Pol | * buildInputs = phpUnwrapped.buildInputs ++ [ pcre2 libargon2 libxml2 systemd ]; | 17:28:10 |
Pol | Aaah you did it actually ! :D | 17:28:34 |
Pol | Shower are always good :) | 17:29:55 |
| 27 Nov 2023 |
Pol | Interesting discussion with Sebastian Bergmann regarding reproducibility: https://github.com/sebastianbergmann/phpunit/pull/5576#issuecomment-1827304401 | 07:54:33 |
Pol | Especially this sentence:
And this is why: I do not think that PHPUnit should be installed using an operating system package manager.
| 07:54:50 |
Pol | He doesn't know Nix! :) | 07:55:11 |
Pol | I will prepare a reply later in the day. | 07:55:18 |
Pol | This one as well:
So far, though, it had not occurred to me that putting composer.lock under version control might be relevant here.
| 07:55:50 |
Pol | * Interesting discussion with Sebastian Bergmann (PHPUnit father) regarding reproducibility: https://github.com/sebastianbergmann/phpunit/pull/5576#issuecomment-1827304401 | 07:56:54 |
Pol | If you have some hints on how I could reply on this, just let me know. | 07:57:13 |
tgerbet | Just by reading your quotes I was thinking about the PHAR but after reading the GH issue it appears that Sebastian agrees with you 👍 | 22:47:36 |
| 29 Nov 2023 |
Shyim | Is anyone working already on making frankenphp darwin compatible? | 08:39:10 |
Pol | Not me, sorry. | 09:01:14 |
Pol | Gaël Reyrol: Do you think you can replace rec with finalAttrs pattern? | 09:01:30 |
Pol | (Context: https://github.com/NixOS/nixpkgs/pull/270861/files) | 09:01:38 |
Gaël Reyrol | It seems Kevin is try himself to make it work | 09:02:56 |
Gaël Reyrol | will do | 09:03:09 |
Pol | Excellent, thanks | 09:09:58 |
Gaël Reyrol | done :) | 09:28:43 |
Gaël Reyrol | cf https://twitter.com/dunglas/status/1725876986973651041 | 09:29:52 |
Pol | https://live.symfony.com/2023-brussels-con/schedule/taming-container-environment-maintenance-let-s-go-nix-ing-2 | 14:02:24 |
| 1 Dec 2023 |
Pol | PHPUnit 10.5.0 update! https://github.com/NixOS/nixpkgs/pull/271382 | 07:58:23 |
Pol | Including composer.lock :) | 07:58:32 |
Gaël Reyrol | Nice :) | 07:58:44 |
Pol | Next one in the list: PSalm | 08:11:45 |
| 2 Dec 2023 |
Shyim | almost have frankenphp running on darwin :D
2023/12/02 13:34:17.027 INFO FrankenPHP started 🐘 {"php_version": "8.2.13"}
2023/12/02 13:34:17.028 INFO tls cleaning storage unit {"description": "FileStorage:/Users/shyim/Library/Application Support/Caddy"}
2023/12/02 13:34:17.028 INFO tls finished cleaning storage units
2023/12/02 13:34:17.028 INFO http.log server running {"name": "php", "protocols": ["h1", "h2", "h3"]}
2023/12/02 13:34:17.028 INFO Caddy serving PHP app on :80
fish: Job 1, './result/bin/frankenphp php-ser…' terminated by signal SIGSEGV (Address boundary error)
maybe someone has an idea how to debug this :D
| 13:36:41 |