diff options
author | Masahiro Yamada <masahiroy@kernel.org> | 2024-02-11 21:41:04 +0900 |
---|---|---|
committer | Masahiro Yamada <masahiroy@kernel.org> | 2024-02-20 20:47:45 +0900 |
commit | cc25cfc563adc48c84f1eec6432b369bcab73ca6 (patch) | |
tree | 4af04535c412fb132bb2412b2f213588c78a9214 /scripts/kconfig/expr.h | |
parent | 7d5f52a4334c5227408b14c2e76d8840aa26f132 (diff) |
kconfig: print recursive dependency errors in the parsed order
for_all_symbols() iterates in the symbol hash table. The order of
iteration depends on the hash table implementation.
If you use it for printing errors, they are shown in random order.
For example, the order of following test input and the corresponding
error do not match:
- scripts/kconfig/tests/err_recursive_dep/Kconfig
- scripts/kconfig/tests/err_recursive_dep/expected_stderr
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Diffstat (limited to 'scripts/kconfig/expr.h')
0 files changed, 0 insertions, 0 deletions