Ignacy Gawędzki

Results 4 issues of Ignacy Gawędzki

The way the close-hook works for compressed mboxes, as suggested by the manual, is by redirecting the output of the compression command to the original compressed file. close-hook '\.xz$' "xz...

type:bug

_PLEASE NOTE the following text from the iperf3 license. Submitting a pull request to the iperf3 repository constitutes "[making] Enhancements available...publicly":_ ``` You are under no obligation whatsoever to provide...

Defining ``` template mutant_relation& operator=(const mutant_relation& rel) { base_::change_to(rel); return *this; } ``` does not prevent the compiler from implicitly providing ``` mutant_relation& operator=(const mutant_relation&); ``` and hence the implicit...

The following code compiles just fine, but on aarch64, with -O2, with a recent GCC (at least from version 11 and until the very tip of the master branch), the...