mesonbuild / meson

The Meson Build System
http://mesonbuild.com
Apache License 2.0
5.3k stars 1.52k forks source link

catch build files that cannot be opened in utf8 mode and emit useful error #13157

Closed eli-schwartz closed 2 weeks ago

eli-schwartz commented 2 weeks ago

Previously, if a junked meson.build or native.ini was used we got a lengthy traceback ending in UnicodeDecodeError.

Fixes: #13154 Fixes: #13156