Jeremy Rifkin

Results 172 comments of Jeremy Rifkin

Hi, thanks for opening this. I can see the use-case, though the best way to go about this is not entirely clear to me. I'm thinking of questions like does...

Thanks for opening this, One thing I'm thinking about here is the line is between assertions and error handling. Generally assertions should be used for preconditions/postconditions, where violation constitutes a...

Hi thanks for opening this. I'm wondering whether this is something that should be done on the library side or the user side of things. In one of my other...

Thanks for the thoughtful response. I'm inclined to agree cpptrace should do much more on the formatting side of things. I was just running into a use where it would...

I've started working on this in #208, it'll be part of the next release.

For the initial version of this formatting stuff I won't try to do anything on the library side for path-based or symbol-based filtering. I'll leave that to users to do...

Hi, I have ran into a situation like this as well where I want to rethrow while preserving the stack. Cpptrace should definitely have some helper for doing this. It...

I'd welcome a PR! We need something that will work for both the Z and non-Z variants of the try/catch macros and something that won't add notably cost in the...

I've implemented a basic utility for this, it'll be part of the next release

Unfortunately because of how Microsoft's STL implements exceptions the exception pointer approach doesn't work and I can't find a decent way to implement this that works on msvc/windows clang.