AlwaysLivid has quit [Remote host closed the connection]
AlwaysLivid has joined #nixos-dev
AlwaysLivid has quit [Client Quit]
orivej has quit [Ping timeout: 240 seconds]
zarel_ has joined #nixos-dev
zarel has quit [Ping timeout: 260 seconds]
rajivr has joined #nixos-dev
atriq is now known as Taneb
cole-h has quit [Ping timeout: 258 seconds]
orivej has joined #nixos-dev
AlwaysLivid has joined #nixos-dev
<etu>
ryantm: Hmm, would it be possible for the updater bot to update packages inside of phpPackages and phpExtensions so I don't have to do PR's like this #101535 when I remember about it?
<ryantm>
@etu okay, that should already be covered by the repology fetcher, so we just need to figure out why it is failing to update by looking at the logs https://r.ryantm.com/log/
<etu>
ryantm: I don't see anything in that log mentioning php what so ever... hmm...
<etu>
ryantm: Other than random hash mentions and URL mentions though
<ryantm>
I'll run the repology fetcher to see if it is picking them up.
<etu>
ryantm: It's very recent that we put most of the packages as separate files, before they were all inline. But it was suggested that the updater tend to work better if it's split out
<ryantm>
Yeah, it skips files with multiple hashes in them.
Baughn has quit [Quit: ZNC 1.6.2+deb1 - http://znc.in]
<ryantm>
The Repology fetcher is definitely finding php stuff.
<ryantm>
I'll try updating one to see what happens.
<etu>
Thanks :)
Baughn has joined #nixos-dev
<ryantm>
@etu unfortunately you already updated all of the things it found except for php-oci8
<etu>
ryantm: yeah, the PR just got merged... Is it possible to try it on a git repo that is slightly out of date just to see how it would apply the changes?
<ryantm>
etu: Yeah, I don't have a way to fake what is on the master branch currently. Maybe we can find some other php update easily by looking around a bit?
<etu>
ryantm: Sadly I think I went through it all for that PR... I can get back to you when I find something and we'll try the bot way before I do it by hand :)
<ryantm>
etu: okay sounds good. It looks promising that it will just work, but maybe the bot is too slow compared to you :)
<etu>
ryantm: yeah, it's confused :) There's several packages named oci8. One is from the PHP upstream (which we provide) and one is a pecl which is entierly separate.
<ryantm>
etu: Maybe report a split needed then.
<etu>
ryantm: Hmm, can you request merges/splits at repology? Didn't know that... I have several cases of that :D
<ryantm>
etu: Yeah just click "report" on the page I linked
kalbasit__ has joined #nixos-dev
kalbasit_ has quit [Ping timeout: 240 seconds]
qyliss has quit [Quit: bye]
qyliss has joined #nixos-dev
alp has quit [Ping timeout: 272 seconds]
alp has joined #nixos-dev
orivej has quit [Ping timeout: 265 seconds]
supersandro2000 has joined #nixos-dev
jdnixx-M1 has joined #nixos-dev
<makefu>
hey all, without reading the backlog in this channel i just wanted to say thanks for setting hacktoberfest topic in nixpkgs. i did a couple of package bumps based on my repology stats and added two packages which i had in NUR before
cole-h has quit [Ping timeout: 272 seconds]
orivej has joined #nixos-dev
alp has quit [Ping timeout: 272 seconds]
orivej has quit [Ping timeout: 258 seconds]
justanotheruser has quit [Ping timeout: 260 seconds]
tilpner has quit [Remote host closed the connection]
tilpner has joined #nixos-dev
<andi->
Do we actually have NixOS VM tests that use wayland yet (maybe GNOME/KDE)? I just noticed we didn't have any for some applications on wayland and thought there could be something to copy from already.
tilpner has quit [Ping timeout: 240 seconds]
<pbogdan>
I think Wayland is the default for GNOME, there's a separate test that uses Xorg session
<pbogdan>
no clue how re-usable it would be though
justanotheruser has joined #nixos-dev
tilpner has joined #nixos-dev
<andi->
Well I guess for my case I can just run the application on gnome and that makes it pretty re-usable :D
justanotheruser has quit [Ping timeout: 260 seconds]
__monty__ has quit [Quit: leaving]
<worldofpeace>
andi-: those tests are crude tbh
<worldofpeace>
like we had to use an xdg autostart and then check with the shell api that it's running
<andi->
yeah, I am currently looking at how I can mirror our X11 primitives to wayland.. someone from intel write a functional test framework for wayland a few years ago. Looking at that now. Maybe we just need a few userspace utils to assist us