Andrew Kaster

Results 170 issues of Andrew Kaster

The provided patchelf from vcpkg is only version 0.14.3, which is too old to produce working binaries on Fedora 42. Using that old version causes hard to debug issues where...

We don't use C++20 modules, and CMake will look for clang-scan-deps in clang builds if this setting is not disabled. This is a problem when clang-scan-deps is not installed, as...

We were already silencing it at the site of the delete call, but gcc in distribution mode is more aggressive about inlining and still sees a delete that it doesn't...

No one has tried to build Ladybird on this OpenSolaris fork since the fork, and it doesn't have any vcpkg support.

Here's a list of things I'd like to be done to the build, loosely sorted by difficulty Single-Commit to Single-PR Striaghtfoward: - [x] Build utilities from Utilities/CMakeLists.txt - [ ]...

task list

This seems to work on both linux and macOS. With this we can stop trying to transfer 640 fds per message, and just rely on TransferSocket's send thread to keep...

We have an entire section in our docs that talks about how to avoid getting tricked by the red herring messages emitted by vcpkg in manifest mode when run via...

find_compiler.sh is a script we use to try to find the newest suitable compiler on a user's system to use for compiling ladybird, provided they have not explicitly set CC...

I took a crack at trying to create an example project for including a Swift library as a dependency to an existing C++ Zephyr project. Well by "existing" I mean,...

These tests previously only ran on SerenityOS. They needed test input location changes. The Stream tests also needed to explicitly set SO_REUSEADDR for the tcp servers.