diehard2

Results 22 issues of diehard2

Parquet libraries are not linking correctly. **Environment** - OS: CentOS 8 - Compiler: GCC 10/12 **To Reproduce** The following Docker image will replicate the issue. Just cd into parque_test/build and...

category:port-bug

So, this is strange. I'm using boost::stacktrace with libbacktrace, but I've reproduced it on a smaller scale with libbacktrace directly. Everything but information on my main() is showing up correctly...

Hi, really like this library a lot. I'm working off the latest commit. My project is fairly large although not excessive, the executable is 127 MB. For BFD I'm seeing...

Any chance of getting a new tagged release? Package managers update on release tags and there's been some new features since 2021. I can make my own version for vcpkg,...

I'm looking to write json logs to a logging platform, and this looks really promising. I've figured out how to create the custom handler (I think), but right now I...

### Library name libunwind ### New version number 1.8 ### Other information that may be useful (release notes, etc...) Looks to be a straightforward update. I just changed the version...

category:port-update

**Describe the bug** Randomly, and on different ports, I recently started getting "Did not find a debug configuration for target". It succeeds when I run it again. my vcpkg is...

requires:repro

### Brief Issue Summary I've seen similar issues to this throughout the Issues board, but I can't seem to locate a workaround. I have a secret stored in an environmental...

bug
investigation needed

This worked in 1.28.x and is failing in 1.29. Reduced to simplest reproducer for brevity #include "asio.hpp" // NOLINT error: ‘execute’ is not a member of ‘asio::execution’ ``` #include "asio.hpp"...

I'm allowing people to add arbitrary tags, however diagnostic_information() is causing some formatting I don't love. However I don't see any good way to create my own version of that...