mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-17 18:45:10 +00:00
c352069b31
Nested exec expressions like ${execp echo '${execp echo hi}'} are not evaluated correctly because parsing expressions like these generates and registers new callbacks but we never wait for these callbacks to complete before returning the result of the evaluation. Fix this by re-evaluating expressions after running all pending callbacks. |
||
---|---|---|
.. | ||
catch2 | ||
dockerfiles | ||
CMakeLists.txt | ||
llvm-gcov.sh | ||
test-common.cc | ||
test-conky.cc | ||
test-darwin.cc | ||
test-linux.cc |