ilobilo

Results 9 issues of ilobilo

How did you compile libc++abi.a and libgcc.a?

std::filesystem::path::replace_extension vs cwalk_path_change_extension ``` "/foo/bar.jpg" + ".png" expected: "/foo/bar.png", result: "/foo/bar.png" Result: Success! "/foo/bar.jpg" + "png" expected: "/foo/bar.png", result: "/foo/bar.png" Result: Success! "/foo/bar.jpg" + "." expected: "/foo/bar.", result: "/foo/bar." Result:...

### ✍️ Bug Description Soundux has very low quality system tray icon (not really a bug but higher quality one would be prettier) ![image](https://github.com/Soundux/Soundux/assets/68286835/349c8417-f260-4b43-b093-4bfdf76bc106) ### 🔁 Steps to reproduce install...

bug

``` $ clang-tidy -p build/ -checks=*,-llvmlibc*,-google-readability-braces-around-statements,-hicpp-braces-around-statements,-readability-braces-around-statements,-fuchsia-default-arguments-calls,-altera-*,-readability-simplify-boolean-expr,-readability-function-cognitive-complexity,-modernize-use-trailing-return-type,-llvm-include-order,-cppcoreguidelines-avoid-do-while source/main.cpp PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace. Stack dump: 0. Program arguments: clang-tidy -p build/ -checks=*,-llvmlibc*,-google-readability-braces-around-statements,-hicpp-braces-around-statements,-readability-braces-around-statements,-fuchsia-default-arguments-calls,-altera-*,-readability-simplify-boolean-expr,-readability-function-cognitive-complexity,-modernize-use-trailing-return-type,-llvm-include-order,-cppcoreguidelines-avoid-do-while source/main.cpp 1....

clang-tidy
crash
clang:dataflow

### Types -bin (Binary release of the package) ### URL https://github.com/schollz/croc ### Building guide https://getcroc.schollz.com ``` curl https://getcroc.schollz.com | bash ``` ### Additional context ``croc`` is a tool that allows...

package request

added support to disable exceptions and use assertions instead made code more readable

``` $ cmake -B build -S . -DUSE_OPENSSL=true ``` ``` ... CMake Error at libqnearbyshare-server/proto/CMakeLists.txt:14 (target_link_libraries): Target "qnearbyshared-proto" links to: absl::log_internal_message but the target was not found. Possible reasons include:...

Is it possible to provide pre-built executables to be downloaded from the releases page? for example built with GitHub actions

clangd crashes if a ``.cppm`` file contains ``#include `` ``` PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace. Stack dump: 0. parser at end of file...

clangd
crash