| 25 Jun 2022 |
Pol | I also wrote @pierrick about those 8.2.0alpha2 builds. | 11:56:34 |
ramsey | They’re not automated. We run a script that packages the tarballs and creates the configure script | 16:12:59 |
ramsey | The only difference between building from the repo and building from the tarball is that you have to run buildconf first when building from the repo. That script is what generates configure. | 16:14:48 |
ramsey | The steps for the release process are here: https://github.com/php/php-src/blob/master/docs/release-process.md | 16:16:11 |
Pol | mmh interesting, could be nice to automate this process :) | 16:35:37 |
Pol | I just published a new Nix flake package for generating changelogs: https://github.com/loophp/nix-auto-changelog | 17:53:37 |
Pol | One less dependency to Docker :) | 17:56:26 |
| 27 Jun 2022 |
Pol | I was playing with some colleagues and Nix flakes today: https://github.com/loophp/nix-phpstan/ | 15:29:46 |
Pol | I like how easy it is to package any kind of app with Nix flakes. | 15:30:55 |
Pol | In this simple example, it runs PHPStan, dev-version. | 15:31:22 |
| 28 Jun 2022 |
| ma27 changed their profile picture. | 11:38:30 |
| 29 Jun 2022 |
| Pol invited @skochen:matrix.org. | 06:41:50 |
| Pol withdrew stephank (Stéphan Kochen)'s invite. | 06:41:58 |
| @skochen:matrix.org joined the room. | 07:00:42 |
| 1 Jul 2022 |
etu | Wow, it appears that moodle depends on PHP 7.4: https://github.com/NixOS/nixpkgs/pull/177052#issuecomment-1171841042 | 05:40:36 |
etu | This is why we drop it early to have time to find those things :) | 05:41:10 |
Pol | Nice | 07:25:39 |
Pol | On my side, I'm looking for a way to package PHPStan in a flake and get stuff automatically tagged... I'd like to propose it to the project. | 07:26:40 |
Pol | I did this so far: https://github.com/loophp/nix-phpstan/ | 07:26:55 |
Pol | And it works super well | 07:26:59 |
Pol | The problem is that by default it takes the latest commit. I wish flake could download the latest available tag. | 07:27:22 |
| 2 Jul 2022 |
hexa | https://github.com/NixOS/nixpkgs/pull/179679 | 08:04:56 |
hexa | broke eval due to unquoted urls | 08:05:08 |
hexa | apparently fixed in https://github.com/NixOS/nixpkgs/pull/179869 | 08:09:32 |
| 8 Jul 2022 |
Pol | Jan Tojnar: PR for PHP 8.2 alpha 3 is ready at https://github.com/fossar/nix-phps/pull/124 | 08:09:59 |
Andreas Schrägle | do we have a PR for yesterdays(?) new patch releases yet? if not, I can make one | 16:15:28 |
Andreas Schrägle | In reply to @andreas.schraegle:helsinki-systems.de do we have a PR for yesterdays(?) new patch releases yet? if not, I can make one since I didn't find one: https://github.com/NixOS/nixpkgs/pull/180740 | 17:05:04 |
Pol | I'm working on the script to update PHP automatically... https://jqplay.org/s/aAlDVbeqPKQ | 20:59:53 |
| 9 Jul 2022 |
Pol | This PR needs some love : https://github.com/NixOS/nixpkgs/pull/180740 | 06:39:56 |
Pol | Love has been given, thanks 🙏! | 07:13:02 |