Tomas Berger

Results 7 comments of Tomas Berger

I think there are more places where the an exception is thrown where I have not gotten to. So as is now it will add replacements for exceptions for the...

> @Togtja: Have you any progress/news about your PR? @Neustradamus I haven't worked on it, a mixture of forgetting and time. I might get to look at it, but no...

@Lecrapouille @Neustradamus I have added the possibility to use `std::error_code` for all calls that used to throw when failing. I have not tested this thoroughly. So feel free to write...

After digging into minizip and writing some test code. I figured out that minizip does test the CRC when unzipping. However, it throws a generic "UNZ_BADZIPFILE" error, meaning it can...

I can take a look, one of the issues I have had with zlib and submodules is that it renames `zconf.h`, I did create a pull request in the original...

If we want to do it more C++, then C. We can model it after the std::filesystem calls. Where you can give in an std::error_code that holds this information. ```cpp...

We are also experiencing similar problems. We are aslo running it as `--ephemeral`, we have 4 build in parallel compiling C++ code. The communiction loss seems to mostly happend during...