Martin Jeřábek

Results 4 issues of Martin Jeřábek

Integer arguments with trailing garbage are successfully decoded instead of giving an error: `42garbage` is decoded as 42 instead of parse error This will be also a problem for other...

Integer parsing should support prefixed hexa/octal/binary strings: `0x10` -> 16, `010` (and `0o10`) -> 8, `0b10` -> 2

### Description Throwing an exception in serializer function after the output json object is already initialized results in a memory leak (detected with both ASan and valgrind): ```c++ void adl_serializer::to_json(json&...

kind: bug

**Describe the bug** Suppose we have nested SECTIONs in a helper function and call that function from one TEST_CASE, from the same section. Then the same sections are entered multiple...

Bug
Discussion