mesonbuild / meson

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

Pass wrapmode value around a a string. #13229

Closed jpakkane closed 4 weeks ago

jpakkane commented 1 month ago

Because the return value of get_option can be WrapMode, every single place where options are used need to handle WrapMode.

This MR changes it to be a basic string combo, which gets transformed into a WrapMode only at the point where it is actually used.

This simplifies things for the option rewrite branch.

jpakkane commented 4 weeks ago

Test failures are unrelated and in other MRs too.