mesonbuild / meson

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

Catch Python exception in the event alignment can't be converted to int #13146

Closed tristan957 closed 3 weeks ago

tristan957 commented 3 weeks ago

The user almost certainly has to be using a compiler wrapper script that doesn't actually work if we land here.

Fixes: #12982

tristan957 commented 3 weeks ago

I'm not convinced that this needs a test, but happy to write one if requested.

dcbaker commented 3 weeks ago

Please don't add a test for this :)