Keith Thompson
Keith Thompson
ES.107 says: > Note The built-in array uses signed subscripts. This is misleading. The built-in indexing operator can use either signed or unsigned subscripts. The C++17 standard, section 8.2.1 [expr.sub]...
There's a good chance I've missed something obvious, but Termux:Boot isn't working for me. I've installed Termux:Boot on my Nexus 6 running Android 7.0, and I've launched the app. $...
``` #!/usr/bin/perl use strict; use warnings; use feature 'signatures'; no warnings 'experimental::signatures'; func(); sub func() { } ``` When I invoke this with `perl` 5.30 (built from source on Ubuntu...
I usually use the `black-on-white` scheme, but this issue applies to a number of other color schemes as well. The theme has: ``` background: #FFFFFF foreground: #000000 ``` When the...
I understand that this isn't likely to be fixed, but I thought I should get it on the record. I ran into this bug with a deliberately obfuscated C program....
#### For new checks and feature suggestions - [x] https://www.shellcheck.net/ (i.e. the latest commit) currently gives no useful warnings about this - [x] I searched through https://github.com/koalaman/shellcheck/issues and didn't find...