Andrew Kaster
Andrew Kaster
This also doesn't add an actions pipeline to actually enforce these checks :)
How have these changes been tested? do they improve the stability of multi-cpu scheduling? I worry that if we don't know for *sure* that the syscalls don't need the big...
I ran into this while implementing a process viewer/task manager for Ladybird. It seems like we have some really invalid assumptions about what will happen to the other side of...
Funny thing about the metadata: If I run this as-is on this branch, two tests fail to meet the expectations: ``` ▶ PASS [expected CRASH] /css/CSS2/floats/floats-rule3-outside-left-002.xht ▶ FAIL [expected CRASH]...
Clang 15.0.0 rather than Clang 15.0.x (where X is > 3) is also the cause of the current `serenity` oss-fuzz build failures. https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=58457&sort=-opened&can=1&q=proj%3Aserenity Is updating the version of clang used...
We were able to work around the issue with https://github.com/SerenityOS/serenity/commit/872e18f660d3a276fc78dc533ec42c7fe43922a4 (apparently Apple Clang from Xcode 14.3 has the same issue), so I don't think it'll be required for serenity right...
With https://github.com/google/oss-fuzz/pull/8108 now closed, what is the best way to track progress on bumping `OUR_LLVM_REVISION` to an llvm-17 or llvm-18 based commit? As an aside I'm still confused why oss-fuzz...
It looks like their base support removed a bunch of pollyfills a few weeks ago. Anyone up for updating the list?
Hi @Xexxa , the new emoji are looking cute! In https://github.com/SerenityOS/serenity/pull/23643 (specifically, https://github.com/SerenityOS/serenity/commit/91cd43a7ac7dcddf3f8612929263f87b745162a6), Tim added a file that lists every single emoji file. This was needed to make sure that...
For LibDL, we should just replace `dl` with `${CMAKE_DL_LIBS}` which should be properly set to "" for BSD variants without a LibDL. There have a been multiple attempts to get...