Re: RFC: Library unit testing and symbol visibility

2023-07-24 Thread Lukas Sommer
Another approach involves building the library twice: once as a "normal" build and once as an "internal" build. To implement this, you can create two CMake targets, "mylibrary" and "mylibrary_internal," while utilizing the same headers and source files for both targets. However, for the internal ta

Re: Bug Safari Project

2023-07-24 Thread Ben Bonacci
Hi Nate, I've recorded the script in action which can be accessed with this link: https://benbonacci.com/files/shares/1w-bug-safari-demo.mp4 (Expires in 1 week) Regards, Ben On 23/7/23 23:43, Nate Graham wrote: Very cool stuff. Can we see it in action anywhere? Nate On 7/23/23 01:38, Be

Re: ACTION REQUIRED - Gitlab and Subversion server migration

2023-07-24 Thread Vít Pelčák
ne 23. 7. 2023 v 12:01 odesílatel Ben Cooksley napsal: > Good morning KDE Developers, > > As many of you will be aware, today Gitlab and our Subversion repository > were both migrated to a new home - on a more modern and more powerful > server, which should better support future work. > > As a co

Re: ACTION REQUIRED - Gitlab and Subversion server migration

2023-07-24 Thread Ben Cooksley
On Tue, Jul 25, 2023 at 1:35 AM Vít Pelčák wrote: > > ne 23. 7. 2023 v 12:01 odesílatel Ben Cooksley napsal: > >> Good morning KDE Developers, >> >> As many of you will be aware, today Gitlab and our Subversion repository >> were both migrated to a new home - on a more modern and more powerful >

Re: Bug Safari Project

2023-07-24 Thread Justin Zobel
I'd suggest sending it as one message so it's not interrupted by other chats in between. Matrix supports html being sent so you can just place line breaks. This is the hideous bash I was using to do it before, found it on my server: https://pastes.dev/5San77eoCU - I can't remember what broke