Julien ÉLIE

Results 59 issues of Julien ÉLIE

#### For bugs - SC2142 - 0.8.0 - [x] The rule's wiki page does not already cover this - [x] I tried on https://www.shellcheck.net/ and verified that this is still...

Hi all, **shfmt** currently changes \`command\` into $(command). Couldn't an option be added to disable all kind of syntax substitutions, and therefore keep the current syntax? The rationale is that...

enhancement

Improve how Message-IDs are generated so as not to have (rare, if any) duplicates when the right-hand side is the same, especially on virtual hosts. Message-IDs are currently based on...

enhancement
C: lib
P: low

The CAF file header contains a **_time_t_** field (_LastCleaned_). It should be switched to _uint64_t_ so as to be independent from the size of _time_t_ which may vary on 32-bit...

bug
C: storage
P: medium

A suggestion from Nigel Reed in news.software.nntp to remove cancelled or expired articles from CNFS buffers, as well as articles in newsgroups no longer in the _active_ file. Only still...

enhancement
C: storage
P: low

- The Subject header field is not checked for the `@@NCM` string and there is no check for the presence of the References header field. - The accuracy of the...

bug
C: utilities
P: medium

These warnings would be worthwhile fixing. They're emitted during a build on OpenBSD: ``` art.c:1039(art.o:(ARTpost)): warning: sprintf() is often misused, please use snprintf() nnrpd.c:1442(nnrpd.o:(main)): warning: sprintf() is often misused, please...

bug
C: general
P: low

On OpenSUSE, `dbm_open()` expects a `char *` as the file name, instead of a `const char *`. A warning is emitted during the build: ``` ckpasswd.c:171:25: warning: passing argument 1...

bug
C: build
P: low

``` Failed Set Fail/Total (%) Skip Stat Failing Tests -------------------------- -------------- ---- ---- ------------------------ overview/api 3/69 4% 6 0 18, 21-22 overview/xref 2/37 5% 0 0 35-36 ``` ``` not...

bug
C: overview
P: high

People may want to use other compression methods than those hard-coded within `m4/compress.m4` for their log files. We should provide a way to achieve that. For instance by adding native...

enhancement
C: utilities
P: low