Andrew Kaster

Results 509 comments of Andrew Kaster

That makes sense, but in your posted build output, something was adding -arch x86_64 ``` [42/3450] Linking CXX shared library lib/liblagom-ak.0.0.0.dylib FAILED: lib/liblagom-ak.0.0.0.dylib : && /usr/bin/c++ -g -arch x86_64 -isysroot...

With #24654 merged, this issue should be in theory resolved. If folks have clarifying comments or proposed changes to the updated contributing document, they should be done in another issue...

This needs chunked into several commits. At least the following: - One per library adding the incomplete export header and export macro annotations. A # TODO comment above each manual...

@JanosKovacs I don't think that the format you've chosen for this issue is helpful for the project going forward in this forum. It is verbose and written like an overview...

> This is not a "change that piece of code" but a design choice that needs to be in developers mindset. And needs to be communicated and agreed on. In...

We have a patch hiding in one of those mentioned branches to make AK::Time and AK::Duration work well on windows, so that's not an issue at the moment.

As stated in the first post of the issue, Cygwin and Mingw are not a goal. Native windows with clang-cl and wsl2 with wslg are the only two windows configurations...

I have no intention of helping to maintain support for EOL Windows versions in this (upstream) repository. If some company paying Microsoft for EOL enterprise support comes knocking with an...

The minimum should be 3.9, as that's what system Python (/usr/bin/python) is on the latest macOS release. I personally couldn't care less what Debian stable uses, its c++ compilers are...

Not sure if we already removed consteval workarounds for old clang, but that might be another area to check here.