1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-10-02 06:59:09 +00:00
conky/tests
Kushagra Sinha c352069b31 Add support for nested |exec| expressions
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.
2019-03-03 13:24:23 -05:00
..
catch2 Make GitLab build work with clang checks. 2019-02-23 17:13:19 -05:00
dockerfiles FreeBSD fixes, GitLab CI build improvements. 2019-02-25 11:22:19 -05:00
CMakeLists.txt Add support for nested |exec| expressions 2019-03-03 13:24:23 -05:00
llvm-gcov.sh FreeBSD fixes, GitLab CI build improvements. 2019-02-25 11:22:19 -05:00
test-common.cc update copyright year to 2019 2019-01-05 11:15:36 -06:00
test-conky.cc Add support for nested |exec| expressions 2019-03-03 13:24:23 -05:00
test-darwin.cc update copyright year to 2019 2019-01-05 11:15:36 -06:00
test-linux.cc update copyright year to 2019 2019-01-05 11:15:36 -06:00