https://github.com/qemu/qemu
Revision 25a80ebef8cc6b3f1002b395375207ba13222460 authored by Xavier Claessens on 25 May 2022, 13:33:17 UTC, committed by Nirbheek Chauhan on 31 May 2022, 07:53:47 UTC
This fixes bogus messages "skipped: feature foo disabled" when
auto_features=disabled. It was reporting the name of the latest
get_option() call instead of the name of the current feature option.

This is especially visible in GStreamer summary where it should show a
different option name for every subproject but instead shows "tools"
everywhere:
```
  Subprojects
    gst-devtools              : NO Feature 'tools' disabled
    gst-editing-services      : NO Feature 'tools' disabled
    ...
```
1 parent 0635be0
History
Tip revision: 25a80ebef8cc6b3f1002b395375207ba13222460 authored by Xavier Claessens on 25 May 2022, 13:33:17 UTC
Make a copy of auto_features options when changing its name
Tip revision: 25a80eb
File Mode Size
.github
ci
cross
data
docs
graphics
man
manual tests
mesonbuild
packaging
test cases
tools
unittests
.editorconfig -rw-r--r-- 314 bytes
.flake8 -rw-r--r-- 948 bytes
.gitattributes -rw-r--r-- 95 bytes
.gitignore -rw-r--r-- 373 bytes
.lgtm.yml -rw-r--r-- 56 bytes
.mailmap -rw-r--r-- 846 bytes
.mypy.ini -rw-r--r-- 789 bytes
.pylintrc -rw-r--r-- 628 bytes
CODEOWNERS -rw-r--r-- 372 bytes
COPYING -rw-r--r-- 11.1 KB
MANIFEST.in -rw-r--r-- 376 bytes
README.md -rw-r--r-- 3.5 KB
azure-pipelines.yml -rw-r--r-- 2.1 KB
contributing.md -rw-r--r-- 325 bytes
meson.py -rwxr-xr-x 1.0 KB
pyproject.toml -rw-r--r-- 50 bytes
run_cross_test.py -rwxr-xr-x 2.2 KB
run_format_tests.py -rw-r--r-- 2.7 KB
run_meson_command_tests.py -rwxr-xr-x 8.4 KB
run_mypy.py -rwxr-xr-x 2.9 KB
run_project_tests.py -rwxr-xr-x 61.9 KB
run_single_test.py -rwxr-xr-x 3.1 KB
run_tests.py -rwxr-xr-x 15.2 KB
run_unittests.py -rwxr-xr-x 5.8 KB
setup.cfg -rw-r--r-- 1.7 KB
setup.py -rw-r--r-- 1.1 KB
sider.yml -rw-r--r-- 121 bytes
skip_ci.py -rwxr-xr-x 2.7 KB

README.md

back to top