Martin Hořeňovský

Results 29 issues of Martin Hořeňovský

I have a source file that uses cgo a lot, and running it through `dst` causes (some) empty lines in structs/functions to be removed. I tried some testing, and I...

Currently Catch2 detects compilers ad-hoc, at the place where the code needs to be compiler-specific. This brings a lot of trouble with more obscure compilers, because compilers like to masquerade...

Tweak request
Development
Good First Issue

Major features that could be implemented afterwards: 1. Catch should not go crazy if the test case uses `fork` or similar system call 2. Catch should allow running tests in...

Feature Request

As the number of tests, first party reporters, and normalization regexes increases, the runtime of ApprovalTests (running `tools/scripts/approvalTests.py` on the `SelfTest` binary) also increases, and it has gotten to a...

Development

We used to have a "run online" link to WandBox instance with uploaded single header, small main and a test file, so the users could play around with Catch2 online,...

Documentation
Help wanted
Development

_Sorry, no good reproducer for this one._ ### What is wrong While reproducing #1624 I ran into one more assert failure with invalid gridno. ``` 2022-07-29T08:45:19 [ERROR] game\Tactical\PathAI.cc: Trying to...

bug
retest

### What is wrong I retreated from battle in B3 into B2 (Chitzena), where I have militia garrison and when I let the game time roll for a bit (14:27...

bug

Specifically these lines https://github.com/catchorg/Clara/blob/e3061072fd5a3739fbd11e56ecb7fef5fbd33e04/include/clara.hpp#L145-L147

Catch2 recently enabled being built as a dynamic library, but it does not provide export macros. (And likely never fully will) On Linux this is fine-ish due to symbols being...

category:port-feature

### What is wrong If I try to open tactical view in B13 (Drassen Airport) in the attached savegame, the game crashes. Interestingly, if I first open a different sector...

bug