Dennis Felsing

Results 339 comments of Dennis Felsing

@refeax This is probably not a good "first PR issue", but you can learn to code. Everyone started from 0 knowledge, you only learn by doing.

The discord-game-sdk AUR package is too old. We need v3.2.1: https://dl-game-sdk.discordapp.net/3.2.1/discord_game_sdk.zip

Yeah, for some weird reason they haven't released it officially. But people have been using it since it's the first one with macOS arm64 support.

I can't reproduce them on Arch Linux with `CC=clang CXX=clang++ cmake -DCMAKE_BUILD_TYPE=Debug -GNinja . `. What version of clang?

None of those are available for me yet. I don't want to build them myself, Clang 15 is not even released yet. If we fix the openssl 3 warnings, will...

I tried switching to std::mutex but it failed: https://github.com/ddnet/ddnet/pull/5328

clang version 14.0.6 is clean. Maybe there is a bug in Clang 15 git version? Or did they extend TSA to cover more?

> "-Wthread-safety-analysis now considers overloaded compound assignment and increment/decrement operators as writing to their first argument, thus requiring an exclusive lock if the argument is guarded." The warnings don't look...

We don‘t have a build dir and don‘t remove anything on official servers, where this happened.