https://github.com/qemu/qemu
Revision fc9e82a1fe52f2f3ec01711b180bbb1d1939bf78 authored by Eli Schwartz on 10 February 2022, 00:42:16 UTC, committed by Nirbheek Chauhan on 14 February 2022, 10:19:21 UTC
In commit b30dddd4e5b4ae6e5e1e812085a00a47e3edfcf1, various refactorings
were done, during which a kwarg got accidentally dropped from the
function that determined part of the log message. As a result, a ':'
suddenly appeared in the log message where none should be.

Example expected output:

Checking if "-Werror=shadow with local shadowing" compiles: YES

What actually happened:

Checking if "-Werror=shadow with local shadowing" : compiles: YES

Fixes #9974
1 parent 5757b08
History
Tip revision: fc9e82a1fe52f2f3ec01711b180bbb1d1939bf78 authored by Eli Schwartz on 10 February 2022, 00:42:16 UTC
fix UI regression in compiler.compiles logging
Tip revision: fc9e82a
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_custom_lint.py -rwxr-xr-x 2.5 KB
run_format_tests.py -rw-r--r-- 2.7 KB
run_meson_command_tests.py -rwxr-xr-x 8.1 KB
run_mypy.py -rwxr-xr-x 2.9 KB
run_project_tests.py -rwxr-xr-x 61.6 KB
run_single_test.py -rwxr-xr-x 3.1 KB
run_tests.py -rwxr-xr-x 14.6 KB
run_unittests.py -rwxr-xr-x 5.6 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