-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ask for testing help for the option refactor branch.
- Loading branch information
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |