meson/mesonbuild/utils
Eisuke Kawashima f0335dc7dd
handle more corner cases where locking the build directory fails
This can raise any OSError, but we only caught two of them that indicate
a particular failure case. Also catch the generic error form with a more
generic message.

This produces better error messages in cases where e.g. exclusive lock
is not supported.
2023-02-19 12:28:33 -05:00
..
__init__.py Move classes used by scripts to their own module 2022-09-28 19:36:13 -04:00
core.py allow install script to run in dry-run mode 2023-02-14 10:50:10 -05:00
platform.py treewide: add future annotations import 2023-02-01 17:01:30 -05:00
posix.py handle more corner cases where locking the build directory fails 2023-02-19 12:28:33 -05:00
universal.py simplify instantiation of builtin type using builtins instead of functions 2023-02-01 17:01:30 -05:00
vsenv.py treewide: add future annotations import 2023-02-01 17:01:30 -05:00
win32.py treewide: add future annotations import 2023-02-01 17:01:30 -05:00