New comment by st3r4g on void-packages repository https://github.com/void-linux/void-packages/pull/32027#issuecomment-891738328 Comment: Installed this update and it fixed an issue where unrelated targets were rebuilt every time `meson test` was run. However, there is an issue which manifests on tab completion: Type `meson test` and then `Tab` twice: ``` Traceback (most recent call last): File "", line 2, in File "/usr/lib/python3.9/json/__init__.py", line 293, in load return loads(fp.read(), File "/usr/lib/python3.9/json/__init__.py", line 346, in loads return _default_decoder.decode(s) File "/usr/lib/python3.9/json/decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/lib/python3.9/json/decoder.py", line 355, in raw_decode raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) ```