Andrew Kaster
Andrew Kaster
Hm. Chatting with Jonathan on Slack some more, it seems like the fact that this works with the Swift OSS toolchain on linux is a toolchain bug: we shouldn't be...
@grynspan I've updated the PR to address your two comments and other discussions we had on slack. I'm not 100% sure on the formatting, but the example code as-is does...
Yeah I'm all set with this. There's other sections of this file don't seem quite right, but that's for a separate PR. I don't have merge permissions though.
For the next several years we will be focused on building out the browser to be able to view the modern web as it exists today, in the hope of...
@squeek502 I mentioned this on discord, but just to restate here: The last commit needs some extra review, but the commits before that that strictly fix bugs without refactoring are...
Here's my latest on trying to implement Mach Port IPC: https://github.com/LadybirdBrowser/ladybird/compare/master...ADKaster:ladybird-browser:ipc-mach?expand=1 I got a bit lost in the sauce trying to set up the mach port handshake. Looking at how...
After some more testing, it seems that in CMake, `CMAKE_LINKER_TYPE=LLD` (from CMake 3.29) will always pass `-fuse-ld=lld` to clang or `-use-ld=lld` to swiftc. -- both of those work. However, this...
Well, I suppose a better way to frame my issue is that I'd prefer that that this "just works ™ ". While it's not particularly standard to use a full...
It seems that the reason this happens in my vcpkg config is related to the `vcpkg-get-cmake-vars` utility package: https://github.com/microsoft/vcpkg/blob/master/ports/vcpkg-cmake-get-vars/cmake_get_vars/CMakeLists.txt#L239 Whenever a port needs to extract information such as the compiler,...