u3shit

Results 17 issues of u3shit

I have two computers, one with intel i7-4720HQ, and one with ryzen 5950X, both running gentoo linux (and the config should be pretty similar, there might be some differences in...

## Description After updating doctest to 2.4.9, it broke clang in msvc mode again. e8ba771d4b4cf90cb99e011ef01059dd6533d39c introduced some changes, using `::operator

## Description Since b59552dc43c4e68f58f0ab4163b5d8f5f9e28837, builing with gcc when using libc++ as a c++ standard library (I know, I have my reasons) is broken. Previously if you had _LIBCPP_VERSION defined before...

## Description I have a test case that forks and the forked process sometimes calls `abort()`. Unfortunately doctest's signal handler is active in the child process too and it produces...

verdict/wontfix

## Description I don't know if this can be considered a bug, but if you register a reporter with the same name as an already existing one, when you select...

type/bug
category/reporting

Trying a small example that echoes back everything from stdin, luvit aborts when the stdin is redirected from a file (but it works if it's a pipe or a tty)....

bug

I don't know if this is a bug or feature, but `BOOST_PFR_FUNCTIONS_FOR` requires structure members to have an `std::hash` specialization, but it doesn't itself provide one, so the following example...

Basically I have a bunch of noexcept functions, and I've been looking for something to at least not crash the whole testing process because of throwing in a noexcept function....

help wanted

This commit: https://github.com/jbeder/yaml-cpp/commit/a6bbe0e50ac4074f0b9b44188c28cf00caf1a723 added a c style cast, I guess to silence a warning in MSVC. However with gcc/clang and `-Wold-style-cast`, it produces a warning: ``` yaml-cpp/node/convert.h:130:13: warning: use of...

Currently it's not possible to use pocketmod with `#define POCKETMOD_IMPLEMENTATION` from a c++ file, because of one missing void*->char* cast, which is implicit in c but not in c++. This...