-
```
-- Running vcpkg install - done
-- The C compiler identification is AppleClang 15.0.0.15000309
-- The CXX compiler identification is AppleClang 15.0.0.15000309
-- Detecting C compiler ABI info…
-
OS: Gentoo Linux amd64 musl libc (LLVM profile)
```bash
clang --version
clang version 18.1.8+libcxx
Target: x86_64-pc-linux-musl
Thread model: posix
InstalledDir: /usr/lib/llvm/18/bin
Configu…
-
After #986, building with -DENABLE_SWIFT=ON and a -DCMAKE_BUILD_TYPE that is not `Release` or `RelWithDebInfo` causes swift-frontend to crash generating IR for TestAKBindings.swift.
Seen with Xcode…
-
Compilation fails when linking against a libpng without the apng patch set applied.
Would it be possible to detect this at compile-time and disable APNG support if libpng does not support it either…
-
```
class PromptTemplateRepo(BaseRepo):
def __init__(self, *, sa_service: SaService | None = None, should_auto_commit: bool = False):
super().__init__(sa_service=sa_service, should_auto_com…
-
I'm trying to update our FreeBSD port for Ladybird to 1d9c404b8cb898b351ee3c69840bf943e97d499c. Unfortunately, the build fails during configuration:
```
CMake Warning (dev) in CMakeLists.txt: …
-
A swift file with the contents:
```swift
import AK
func f(_ x: String) {}
```
Crashes the swift frontend due to ambiguity about which type "String" is referring to.
Changing the function…
-
Este es un tema que me interesa, estoy revisando por mi lado pero los conceptos y la documentaion es extensa, apenas tenga un poco mas armado les comento.
-
Hello, I'm adding Kamon to a Lagom project. The logs does not have any errors but kamon isn't loading for the project. I debugged and looked a bit and found this [project](https://github.com/ricsirigu…
-
1) Please make a chrome extension version, or fix split tunneling on pc by adding a white list apps split tunneling(now only black list).
2) Please integrate adblocking features, especially youtube a…