alice

Results 23 issues of alice

``` 1/67 Test #1: example ..........................***Failed 0.19 sec zlib-ng version 2.1.2 = 0x020102f0, compile flags = 0xa9 uncompress error: -3 Start 65: makecrct 2/67 Test #2: infcover ......................... Passed 0.19...

bug
Needs testing

when running check for 4.0.0 on s390x on alpine linux: test log ``` ============================================================================ Testsuite summary for tpm2-tss 4.0.0 ============================================================================ # TOTAL: 55 # PASS: 52 # SKIP: 0 #...

just a very small two gripes i noticed after using this for a while in chimera - in systemd/openrc, `restart` on a stopped service brings it up. in dinit it...

C-dinitctl
Feature Request
Help wanted

**Newsboat version (copy the output of `newsboat -v` or the first line of `git show`)**: ``` Newsboat 2.29.0 - https://newsboat.org/ Copyright (C) 2006-2015 Andreas Krennmair Copyright (C) 2015-2022 Alexander Batischev...

bug
to check

for musl, these names were removed in 827aa8fbcac89a63c6efb986871663861500cd13 (back to reserved space). https://github.com/bminor/musl/commit/827aa8fbcac89a63c6efb986871663861500cd13 since musl doesn't actually touch/implement these options, they shouldn't be exposed. --- discovered in https://github.com/haileys/bark/issues/4 . afaict,...

breakage-candidate
S-blocked

``` receive.c:64:24: error: storage size of 'tvSelectTimeout' isn't known 64 | struct timeval tvSelectTimeout; | ^~~~~~~~~~~~~~~ receive.c:67:9: error: implicit declaration of function 'select' [-Werror=implicit-function-declaration] 67 | select(0, NULL, NULL, NULL,...

### Summary probably since https://github.com/helix-editor/helix/commit/6d363a978d3f4c1973674305f16305f9b8f90707 but i didn't bisect (i remember updating around those commits and just didn't report it until now) ### Reproduction Steps I tried this: ```console $...

C-bug
E-easy
A-helix-term
E-good-first-issue

closes #4 --- i don't know how to write this without unsafe. normally Default::default() exists but it's not implemented in this case..

reproduced on current c93a19aaf3f7eae9d6c9070309cc785c18575767 ```console $ doas ./btrfsslower libbpf: prog 'file_read_entry': failed to create kprobe 'btrfs_file_read_iter+0x0' perf event: No such file or directory failed to attach kprobe: -2 failed to...

when char is unsigned it's uint8_t which doesn't match the type declared for the key of the map, so it fails with error: non-constant-expression cannot be narrowed from type 'typename...