Thomas Klausner
Thomas Klausner
> And/or does changing LibCore to LibCoreMinimal fix it? (i.e. do we only need librt on the minimal lib) Thanks. ``` --- Meta/Lagom/CMakeLists.txt.orig 2024-05-09 21:15:08.421089885 +0000 +++ Meta/Lagom/CMakeLists.txt @@ -360,7...
> Re: addrinfo: Does this patch fix it? Yes! It seems to do more now. But then it dies in WebContent. Backtrace: ``` #0 AK::RefCountedBase::deref_base () at /scratch/wip/ladybird-git/work/serenity/AK/RefCounted.h:47 47 /scratch/wip/ladybird-git/work/serenity/AK/RefCounted.h:...
That's when I try to visit https://github.com
I saw the commit and thought I'd give it another try. Most patches seem merged, so I just removed all local changes. Compilation currently fails with multiple instances of: ```...
Ah, I forgot that the package was already using gcc 12. I've now switched it to gcc 13, and see: ``` In file included from /scratch/wip/ladybird-git/work/serenity/Userland/Libraries/LibGfx/EdgeFlagPathRasterizer.cpp:12: /scratch/wip/ladybird-git/work/serenity/Userland/Libraries/LibGfx/EdgeFlagPathRasterizer.h:26:2: in 'constexpr' expansion...
That does indeed work! Thanks: ``` --- Userland/Libraries/LibGfx/EdgeFlagPathRasterizer.h.orig 2024-06-06 21:18:50.814506936 +0000 +++ Userland/Libraries/LibGfx/EdgeFlagPathRasterizer.h @@ -21,7 +21,7 @@ namespace Detail { static auto constexpr coverage_lut = [] { Array coverage_lut {};...
It is, I opened a new one at https://github.com/LadybirdBrowser/ladybird/issues/438 Thanks.
See also https://bugreports.qt.io/browse/QTCREATORBUG-29169
> I must say that without diminishing the exploitability of this that `nim-lang/zip` isn't in Nim by default and like many other libraries it can be misused. > > This...
Yes, adding an `android` directory is fine. We'll only be able to make mechanical changes to it, e.g. when we add new source files, so we'd appreciate if you could...