1
0
Fork 0
mirror of https://github.com/polybar/polybar.git synced 2025-04-21 17:42:23 -04:00
polybar/tests
patrick96 1a59599388 fix(modules): Avoid downcast in module constructor
The previous CAST_MOD(Impl) for the action_router constructor was
illegal because `this` is not yet of type Impl (because the subclass
constructor has not run yet).

The action_router now accepts std::function for its callbacks.

Fixes 
2021-10-03 03:18:39 +02:00
..
common refactor(test): Remove old testing harness 2018-07-31 13:20:27 -07:00
unit_tests fix(modules): Avoid downcast in module constructor 2021-10-03 03:18:39 +02:00
CMakeLists.txt Add tests for env_util 2021-09-21 21:43:27 +02:00
CMakeLists.txt.in Use master branch for googletest () 2021-06-16 17:46:53 +02:00