27 Sep 2024 |
Pol | Genghiz: The PR title needs to be updated. NixOS module needs a specific format. Also, when using finalAttrs , you don't need the let...in clause anymore. | 09:32:46 |
Genghiz | In reply to @drupol:matrix.org Genghiz: The PR title needs to be updated. NixOS module needs a specific format. Also, when using finalAttrs , you don't need the let...in clause anymore. I put it through nixfmt and it gave me that as an output. Should I change that? | 09:54:21 |
Genghiz | And I’ll remove the let in from there. | 09:54:34 |
Genghiz | Made the changes, do have a look | 10:04:28 |
28 Sep 2024 |
ma27 | Pol uhm, the three updates apply cleanly (it's just the revert of the soap fix that didn't apply). Am I missing something? | 20:24:53 |
Pol | ma27: Feel free to take over, I have to leave the laptop | 20:30:19 |
ma27 | on it, just waiting for the builds to finish :) | 20:30:44 |
Pol | Oki, thanks | 20:30:54 |
Pol | I'll review it tomorrow | 20:31:01 |
tgerbet | Thanks, to be honest I just opened the PR because it "popped" on my security radar and I saw the usual PHP folks were not it | 20:35:20 |
tgerbet | I can dedicate some capacity to work on the backport if needed 🙂 | 20:36:05 |
ma27 | what confuses me about #345177 is that all the patches are gated behind versionOlder clauses that don't apply for the PHPs we've packaged there. We now have 8.2.24 and 8.3.11, so none of these patches are applied. | 20:40:44 |
Pol | Ignore the PR, I was just trying to backport all the things, without really checking carefully. | 20:49:47 |
Pol | I'm also making experimentation with jujutsu ;) | 20:50:03 |
29 Sep 2024 |
Genghiz | Pol: Is there anything I should change in the privatebin PR? | 08:33:01 |
Pol | yes | 08:58:45 |
Pol | It's missing a test (using runTest) | 08:58:57 |
Pol | A very basic test that checks the status code of a curl request for example | 08:59:23 |
Genghiz | Done | 17:36:45 |
Genghiz | Didn't realise that a test was essential. | 17:36:58 |
30 Sep 2024 |
Pol | it's not essential, but it's a good practice. | 13:28:25 |
Pol | I try to add a test to all the services I do | 13:28:33 |
Pol | A very simple test is enough | 13:28:39 |
Pol | In reply to @drupol:matrix.org It's missing a test (using runTest) Can you please use runTest instead of handleTest? Genghiz ? | 13:30:31 |
| @patka:envs.net joined the room. | 13:31:20 |
@patka:envs.net | Hey, just wanted to mention that pretty much everything PHP is not building anymore. All builds seem to fail because of a test in php soap.
If you are interested you can check zh.fail or https://github.com/NixOS/nixpkgs/issues/345331
(I don't have the time or energy to look into it) | 13:34:53 |
Pol | I don't have the time either, sorry :( | 13:40:22 |
Pol | Working full time on a Python project, I don't remember the last time I did PHP | 13:40:38 |
@patka:envs.net | No worries at all! Just wanted to at least mention it :) | 13:41:21 |
1 Oct 2024 |
Genghiz | In reply to @drupol:matrix.org Can you please use runTest instead of handleTest? Genghiz ? Done! | 11:43:20 |