polybar-dwm/tests/unit_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 #2519
2021-10-03 03:18:39 +02:00
..
components Add initial support for an escape character (#2361) 2021-01-26 19:16:29 +01:00
drawtypes feat(ramp): Allow specifying ramp weights (#2505) 2021-09-22 21:46:20 +02:00
tags Add more dispatch tests 2021-02-12 20:01:22 +01:00
utils fix(modules): Avoid downcast in module constructor 2021-10-03 03:18:39 +02:00