Leo Davis
Leo Davis
Discovered when compiling with clang++-8: ``` cpptoml.h:3039:13: error: default label in switch which covers all enumeration values [-Werror,-Wcovered-switch-default] default: ^ ```
Discovered when compiling with clang++-8: ``` cpptoml.h:1725:12: error: prior to the resolution of a defect report against ISO C++11, local variable 'result' would have been copied despite being returned by...
This also happens for me on 3005 with this source line on Ubuntu 20.04 `/etc/apt/sources.list`: ``` # deb cdrom:[Kubuntu 20.04.3 LTS _Focal Fossa_ - Release amd64 (20210819.1)]/ focal main multiverse...
Don't see how #62475 accounts for this case where the line is `disabled` (in terms of `SourceEntry`) going through the `list_repos` path of calling `_get_opts`. EDIT AFTER ACTUALLY TRYING A...
I think this branch is up to date with the `develop` branch of `pepper`.
>Could you also add some tests? If you need some help with that, please let me know. I'd have to have some kind of special environment or something to keep...
I see EOL dates at https://www.php.net/eol.php The most recent date I see here for PHP 5.x is for [5.6.40](https://www.php.net/releases/#5.6.40) EOL on 31 Dec 2018 (or 10 Jan 2019), not quite...