[07:58] 'ullo [09:01] 'ello! [11:18] -GitHub[m]:#mir-server- **[MirServer/mir]** Saviq drafted [pull request #2490](https://github.com/MirServer/mir/pull/2490): spread: move cross builds to jammy [11:18] -GitHub[m]:#mir-server- [11:18] -GitHub[m]:#mir-server- > The newer QEMU may have a better time running wlcs tests. [11:50] A different failure mode…... (full message at https://libera.ems.host/_matrix/media/r0/download/libera.chat/6fbd8cbf965b6d3eb562b3545f64702fcc52b46e) [12:40] Is that from jammy host? [13:04] Yes, cross arm64 build on a jammy host [13:04] And consistent: [13:05] https://github.com/MirServer/mir/runs/7022571301 [13:05] OK, I removed the workaround for arm64 [13:25] Ah. I knew I saw this before. [13:34] -GitHub[m]:#mir-server- **[MirServer/mir]** Saviq marked [pull request #2490](https://github.com/MirServer/mir/pull/2490): spread: move cross builds to jammy as ready for review [15:20] -GitHub[m]:#mir-server- **[MirServer/mir]** graysonguarino marked [pull request #2479](https://github.com/MirServer/mir/pull/2479): Refactor event matchers as ready for review [15:23] -GitHub[m]:#mir-server- **[MirServer/mir]** AlanGriffiths closed [pull request #2488](https://github.com/MirServer/mir/pull/2488): Disable WLCS tests on LP/arm* (as they are currently flaky) [16:03] -GitHub[m]:#mir-server- **[MirServer/mir]** bors[bot] merged [pull request #2490](https://github.com/MirServer/mir/pull/2490): spread: move cross builds to jammy [16:25] OK good evening all o/ [20:24] alan_g has brought up that my new Discourse post for the "Make an X11-based Kiosk Snap" (https://discourse.ubuntu.com/t/make-an-x11-based-kiosk-snap/29062) is the same thing as this Discourse post (https://discourse.ubuntu.com/t/make-a-x11-based-kiosk-snap/13994). Am I misunderstanding the documentation objective "Convert "Make a X11-based Kiosk Snap" to new docs"? What is meant by "new docs" in this context? [20:24] Probably a tomorrow question for Saviq [20:40] grayson-g if the content is already out there on Discourse (sorry I'm not aware of everything that exists out there…), then it makes sense to move that into the docs category, tweak so it renders fine and add it to the navigation. [20:40] I will probably need to make it a Wiki post so it's editable [20:42] > <@saviq:matrix.org> grayson-g if the content is already out there on Discourse (sorry I'm not aware of everything that exists out there…), then it makes sense to move that into the docs category, tweak so it renders fine and add it to the navigation. [20:42] > [20:42] > I will probably need to make it a Wiki post so it's editable [20:42] If Alan’s page is edited for formatting, will this not break the current tutorials? [20:44] Oh it's a tutorial. Missed that. Then need to replace the content with "This document moved [here])" and keep the new page, formatted for docs [21:27] That approach is new to me too (hence my concern of having the text in two places). We need more discussion about how we approach this or we're going to be wasting a lot of effort on duplication/rework [21:40] That's why I wrote: [21:40] https://mir-server.io/docs/how-to-maintain-mir-documentation#heading--converting-content-from-ubuntu-tutorials [21:41] * Saviq uploaded an image: (72KiB) < https://libera.ems.host/_matrix/media/r0/download/matrix.org/wrKdAPPDWjXqCjAdjywzjGmx/Screenshot_20220623-234032.png > [21:41] grayson-g: looks like something went wrong with nav indentation [21:54] "grayson-g: looks like something..." <- Looking into this [21:55] That was me, some stuff didn't turn out how I intended. Will fix in the AM [22:07] -GitHub[m]:#mir-server- **[MirServer/mir]** wmww drafted [pull request #2491](https://github.com/MirServer/mir/pull/2491): Subsurface ordering... (full message at https://libera.ems.host/_matrix/media/r0/download/libera.chat/5e16d56c1ef505698c87218ff5bf5690d8978012) [22:08] -GitHub[m]:#mir-server- **[MirServer/mir]** wmww edited [pull request #2491](https://github.com/MirServer/mir/pull/2491): Subsurface ordering [23:42] -GitHub[m]:#mir-server- **[MirServer/mir]** wmww drafted [pull request #2492](https://github.com/MirServer/mir/pull/2492): Add .drop method to mutex [23:42] -GitHub[m]:#mir-server- [23:42] -GitHub[m]:#mir-server- > Simplifies the syntax for dropping a mutex guard, and makes sure the program crashes if a mutex guard is used after being dropped (we could change this to a fatal error or exception at the cost of a single conditional branch based on a non-atomic bool each time the guard is accessed).