diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2025-01-26 17:56:14 +0200 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2025-01-26 20:00:37 +0200 |
commit | a5d48cc0deeb90be976fc7044337ce9f5f33340e (patch) | |
tree | 684323c645002733a12bc3cd94218077123eed03 /docs/markdown/snippets | |
parent | c70442eea71b37d6833dc32668922cc5d3a2a332 (diff) | |
download | meson-a5d48cc0deeb90be976fc7044337ce9f5f33340e.zip meson-a5d48cc0deeb90be976fc7044337ce9f5f33340e.tar.gz meson-a5d48cc0deeb90be976fc7044337ce9f5f33340e.tar.bz2 |
Ask for testing help for the option refactor branch.
Diffstat (limited to 'docs/markdown/snippets')
-rw-r--r-- | docs/markdown/snippets/optioncaution.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/markdown/snippets/optioncaution.md b/docs/markdown/snippets/optioncaution.md new file mode 100644 index 0000000..c2d9a87 --- /dev/null +++ b/docs/markdown/snippets/optioncaution.md @@ -0,0 +1,16 @@ +## Call for testing for next release + +At the beginning of next cycle we aim to merge the [option refactor +branch](https://github.com/mesonbuild/meson/pull/13441). This is a +_huge_ change that will touch pretty much all code. + +The main change it brings is that you can override any builtin option +value for any subproject (even the top one) entirely from the command +line. This means that you can, for example, enable optimizations on +all subprojects but not on the top level project. + +We have done extensive testing and all our tests currently +pass. However it is expected that this will break some workflows. So +please test the branch when it lands and report issues. We want to fix +all regressions as soon as possible, preferably far before the next rc +release. |