ChanServ changed the topic of #wayland to: https://wayland.freedesktop.org | Discussion about the Wayland protocol and its implementations, plus libinput | register your nick to speak
pnowack has quit [Quit: pnowack]
cvmn has quit [Quit: cvmn]
<ifreund> hmm, it's fine to have two destructor requests for an object right?
<ifreund> wayland-scanner doesn't seem to complain and generates the code I would expect
nerdopolis has joined #wayland
TattooedTech has joined #wayland
co1umbarius has joined #wayland
columbarius has quit [Ping timeout: 480 seconds]
slattann has joined #wayland
fmuellner has quit [Ping timeout: 480 seconds]
mbalmer_ has joined #wayland
mbalmer has quit [Ping timeout: 480 seconds]
gryffus has joined #wayland
gryffus_ has quit [Read error: Connection reset by peer]
caveman has quit [Quit: caveman]
caveman has joined #wayland
boistordu_ex has joined #wayland
slattann has quit []
slattann has joined #wayland
slattann has quit []
boistordu has quit [Ping timeout: 480 seconds]
nerdopolis has quit [Ping timeout: 480 seconds]
zebrag has quit [Quit: Konversation terminated!]
gryffus_ has joined #wayland
gryffus has quit [Read error: Connection reset by peer]
gryffus_ has quit []
<daniels> ifreund: yep that’s fine
slattann has joined #wayland
dcz has joined #wayland
danvet has joined #wayland
jgrulich has joined #wayland
ppascher has quit [Quit: Gateway shutdown]
maxzor has joined #wayland
Arnavion has quit [Remote host closed the connection]
Arnavion has joined #wayland
adia2 has quit []
hardening has joined #wayland
adia2 has joined #wayland
adia2 has quit []
adia2 has joined #wayland
tzimmermann has joined #wayland
rasterman has joined #wayland
sstiller has joined #wayland
rgallaispou has joined #wayland
ppascher has joined #wayland
chenshijhie has joined #wayland
boistordu_ex has quit [Remote host closed the connection]
jmdaemon has joined #wayland
boistordu has joined #wayland
jmdaemon has quit []
<emersion> PSA: today is the Weston alpha release
pnowack has joined #wayland
Arnavion has quit [Ping timeout: 480 seconds]
chenshijhie has quit []
arinov has quit [Ping timeout: 480 seconds]
<pq> aye :-)
Arnavion has joined #wayland
<pq> no last minute patch bombs from me
maxzor has quit [Ping timeout: 480 seconds]
Arnavion has quit [Remote host closed the connection]
Arnavion has joined #wayland
maxzor has joined #wayland
prettylinux has joined #wayland
prettylinux has quit []
alexmitchellmus_ has quit []
flacks has quit [Quit: Quitter]
flacks has joined #wayland
<daniels> nor me
<pq> no lua-shell? :-)
<daniels> no :(
<daniels> got dragged away by several other things suddenly dropped in with hard end-of-year deadlines
<daniels> so that'll have to be a Christmas present I guess
arinov has joined #wayland
rasterman has quit [Quit: Gettin' stinky!]
rasterman has joined #wayland
rasterman has quit [Quit: Gettin' stinky!]
rasterman has joined #wayland
maxzor has quit [Ping timeout: 480 seconds]
maxzor_ has quit [Ping timeout: 480 seconds]
fmuellner has joined #wayland
maxzor_ has joined #wayland
nerdopolis has joined #wayland
TattooedTech has quit [Quit: Leaving]
<wlb> weston/main: Simon Ser * build: bump to version 9.0.91 for the alpha release https://gitlab.freedesktop.org/wayland/weston/commit/1cca054ddb48 meson.build
xantoz has joined #wayland
anarsoul has quit [Remote host closed the connection]
anarsoul has joined #wayland
<emersion> hm got this CI failure for the release: https://gitlab.freedesktop.org/wayland/weston/-/jobs/16746686
<emersion> sent the release announcement, please let me know if i missed anything
<jadahl> flaky test?
<emersion> maybe, restarted it, we'll see
<daniels> oooh, never seen that before
<emersion> a restart fixed it
<daniels> yeah, the fact they all took so long is maybe pointing to issues, but I also can't see where we'd get SIGALRM from
<emersion> "Empty IN_FORMATS in sun4i-drm"
<daniels> oh yeah
<emersion> ah, fun stuff
<daniels> it's that xwayland-test alarm()s itself for 4sec
<daniels> so if the tests are running slow - and everything in that run was horribly slow - it'll take itself out
<bl4ckb0ne> 4s seems a bit short
<daniels> you don't say
<wlb> weston Merge request !744 opened by () tests/xwayland: Remove manual timeout implementation https://gitlab.freedesktop.org/wayland/weston/-/merge_requests/744 [Testing], [XWayland]
<wlb> wayland.freedesktop.org/main: Simon Ser * releases: add weston 9.0.91 https://gitlab.freedesktop.org/wayland/wayland.freedesktop.org/commit/debd6486d5cd releases/weston-9.0.91.tar.xz releases/weston-9.0.91.tar.xz.sha256sum releases/weston-9.0.91.tar.xz.sig releases.html
<emersion> it took a bit to go through these…
<emersion> 196 MRs
<pq> why does the aarch64 test log have lots of "main.c.gcda: cannot map: Invalid argument" and similar?
<pq> should we disable ASan on non-x86?
<emersion> oh we use Xlib it seems
<daniels> pq: I'd rather not lose the coverage
<daniels> especially as we have no pure-x86 (i.e. not x86-64)
<daniels> emersion: mistakes were made
<pq> daniels, we don't run on any 32-bit arch, do we?
<pq> roughly 4000 "cannot map" errors in one log
<pq> hmm, maybe these are the reason why clang test coverage reports are broken
<daniels> pq: armv7 is 32-bit
<daniels> although yeah, we don't run tests on that because KVM
<pq> oh, it's in no-GL category
<pq> oh, and build-only, ok
<pq> daniels, what's with KVM? IS qemy too slow, or everything too slow, or it just doesn't work?
<pq> *qemu
<daniels> it's an AArch64 host running an ARMv7 container which wants to spawn KVM, which doesn't work because you need a native AArch64 qemu to do KVM afaict
<daniels> it's not technically impossible, just that I lost the will to live
<pq> if it's qemu, then we could still run everything but skip drm-smoke somehow
<pq> and not need qemu or a kernel at all
bim9262 has quit [Ping timeout: 480 seconds]
<daniels> yeah
<daniels> at which point we'll probably get screwed by our infuriating test suite :P
<daniels> but indeed
<pq> how so? you mean fail-if-skip?
<daniels> no, I mean like ccb64f301c9d4fda66ee1466a188281fbc5c9d93
<pq> ok, so don't want to know if the test suite is broken on 32-bit :-)
GentooPhysicist39 has quit [Ping timeout: 480 seconds]
rasterman has quit [Remote host closed the connection]
rasterman has joined #wayland
<daniels> yeah, finding a combination of magic alignments which works on armv7/aarch64/x86-64 x gcc/clang is ... lol
<daniels> almost like this is some kind of technical debt
<pq> I guess I'm just a lot more optimistic than you.
<daniels> I'll happily review your MR :)
<daniels> emersion: ugh @ sunxi
ecloud has quit [Ping timeout: 480 seconds]
ecloud has joined #wayland
jgrulich has quit [Ping timeout: 480 seconds]
GentooPhysicist39 has joined #wayland
zebrag has joined #wayland
rgallaispou has quit [Remote host closed the connection]
arinov has quit [Ping timeout: 480 seconds]
arinov has joined #wayland
sstiller has quit [Remote host closed the connection]
<daniels> pq: 'beware of the leopard'
rgallaispou has joined #wayland
maxzor_ has quit [Ping timeout: 480 seconds]
rgallaispou has quit [Read error: Connection reset by peer]
<wlb> weston Merge request !734 closed (desktop-shell: Don't crash if output is removed during fade)
tzimmermann has quit [Quit: Leaving]
maxzor has joined #wayland
<wlb> weston Merge request !744 merged \o/ (tests/xwayland: Remove manual timeout implementation https://gitlab.freedesktop.org/wayland/weston/-/merge_requests/744)
<wlb> weston/main: Daniel Stone * tests/xwayland: Remove manual timeout implementation https://gitlab.freedesktop.org/wayland/weston/commit/23f7e26978d6 tests/xwayland-test.c
ikke has left #wayland [WeeChat 3.2]
arinov has quit [Ping timeout: 480 seconds]
<wlb> weston Issue #415 closed \o/ (Segfault in desktop-shell when focused client shuts down abruptly https://gitlab.freedesktop.org/wayland/weston/-/issues/415)
<wlb> weston Merge request !457 merged \o/ (libweston: Introduce safer emission of wayland signals https://gitlab.freedesktop.org/wayland/weston/-/merge_requests/457)
maxzor_ has joined #wayland
___nick___ has joined #wayland
arinov has joined #wayland
___nick___ has quit []
marmarek is now known as Guest8465
marmarek has joined #wayland
___nick___ has joined #wayland
___nick___ has quit []
fmuellner has quit [Remote host closed the connection]
___nick___ has joined #wayland
fmuellner has joined #wayland
Guest8465 has quit [Ping timeout: 480 seconds]
maxzor_ has quit [Remote host closed the connection]
maxzor_ has joined #wayland
caveman has quit [Quit: caveman]
fmuellner has quit [Ping timeout: 480 seconds]
marmarek is now known as Guest8467
marmarek_ has joined #wayland
marmarek_ is now known as marmarek
Guest8467 has quit [Ping timeout: 480 seconds]
pnowack has quit [Quit: pnowack]
arinov has quit [Ping timeout: 480 seconds]
caveman has joined #wayland
pnowack has joined #wayland
raghavgururajan has quit [Ping timeout: 480 seconds]
___nick___ has quit [Ping timeout: 480 seconds]
reillybrogan has joined #wayland
slattann has quit [Ping timeout: 480 seconds]
reillybrogan_ has joined #wayland
reillybrogan has quit [Ping timeout: 480 seconds]
caveman has quit [Quit: caveman]
caveman has joined #wayland
reillybrogan_ has quit []
reillybrogan has joined #wayland
raghavgururajan has joined #wayland
danvet has quit [Ping timeout: 480 seconds]
danvet has joined #wayland
lyudess has joined #wayland
jgrulich has joined #wayland
fmuellner has joined #wayland
Lyude has quit [Ping timeout: 480 seconds]
jgrulich has quit [Remote host closed the connection]
jgrulich has joined #wayland
netpipe has joined #wayland
arinov has joined #wayland
jgrulich has quit [Ping timeout: 480 seconds]
danvet has quit [Ping timeout: 480 seconds]
rasterman has quit [Quit: Gettin' stinky!]
netpipe has quit []
pnowack has quit [Quit: pnowack]
hardening has quit [Ping timeout: 480 seconds]
mooff has quit [Remote host closed the connection]
mooff has joined #wayland
caveman has quit [Quit: later i.a.]
<wlb> wayland Merge request !195 opened by () display-test: Fix a race condition in test suite https://gitlab.freedesktop.org/wayland/wayland/-/merge_requests/195