Andrew Kaster

Results 509 comments of Andrew Kaster

> I believe that the currently marked Swift issues are dealt with except for the bridging header disagreement. Actually, the 6.x backport for the libstdcxx issue is currently only approved...

Unfortunately the fix for the c++23 std::chrono::time_zone w/gcc issue https://github.com/swiftlang/swift/issues/76809, https://github.com/swiftlang/swift/pull/77098 doesn't exist in the 6.0.x branch. We'll have to keep using main on linux until that's in. I'll need...

We removed LibPDF from the ladybird repository. Nico and Lucas continue to improve it in the SerenityOS project. When we get back to PDF support, it would only be one...

FWIW: The associated change was just merged to Ladybird. Updating+Merging this one (or cherry-picking ladybird's first) will likely help with future cherry-picks

Hmm? But using Xcode 16 worked for me just yesterday. We should be just fine using the latest apple clang. People might get into trouble using Xcode 14 though

Yeah not sure what's up there. I rebuilt from scratch with both 16.1 and 16.2 and didn't run into any issues. I'll take a look at the build problems to...

That SDK error is curious. I have the following SDKs: ``` ➜ ~ ls /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs MacOSX.sdk MacOSX15.2.sdk MacOSX15.sdk ➜ ~ ls /Library/Developer/CommandLineTools/SDKs MacOSX.sdk MacOSX14.5.sdk MacOSX14.sdk MacOSX15.2.sdk MacOSX15.sdk ``` And this...

@sideshowbarker can you share the top of Build/vcpkg/buildtrees/skia/arm64-osx-dynamic-dbg/obj/gpu.ninja and gpu_shared.ninja? mine is like so: ``` defines = -DSK_TRIVIAL_ABI=\[\[clang$:$:trivial_abi\]\] -DSK_CODEC_DECODES_BMP -DSK_CODEC_DECODES_WBMP -DSKIA_DLL -DSK_ENABLE_PRECOMPILE -DSK_ASSUME_GL=1 -DSK_GANESH -DSK_USE_PERFETTO -DSK_ENABLE_API_AVAILABLE -DSK_GAMMA_APPLY_TO_A8 -DSK_ALLOW_STATIC_GLOBAL_INITIALIZERS=1 -DGPU_TEST_UTILS=1 -DSK_ENABLE_AVX512_OPTS...

🤷 If you can figure out why this file does or doesn't compile on your system you should be good to go ``` ➜ ladybird-browser git:(master) clang -x c++ test.mm...

I started working on SA_SIGINFO a while back but I got lost in the signal stack weeds and gave up. It's wip here for when someone wants to debug signal...