wireplumber/tests/wplua/scripts
Ashok Sidipotu ff833b138d event-dispatcher: log event and hook names and chains
- Add a new variable "name" in WpEventHook and use it to log all the
  hooks(by name) picked up in _push_event(). This gives a clear picture
  if hook is registered for a given event.
- Form a name for an event and a chain of events for an event run, log
  both of them. This gives a clear picture of the events executed and
  order in which they are dispatched.
- Similarly build hooks chain and print it in _source_dispatch(), this
  gives a clear picture of the hooks picked and the order in which they
  are dispatched.
- Log only the dispatchable(with hooks) events, this de-clutters
  the log messages.
2023-04-17 07:47:09 -04:00
..
lib wplua: enable the use of require() to load lua libraries from scripts/lib 2022-04-23 20:14:59 +03:00
async-activation.lua tests: wplua: add a test for asynchronous script activation 2022-04-23 20:14:59 +03:00
event-hooks.lua event-dispatcher: log event and hook names and chains 2023-04-17 07:47:09 -04:00
json.lua tests: Add tests for JSON array of strings 2023-04-17 07:44:19 -04:00
monitor-rules.lua tests/lua: test monitor configuration rules code 2021-02-13 11:55:00 +02:00
pod.lua spa-pod: add support for custom Id properties 2021-09-21 12:29:54 -04:00
require.lua wplua: enable the use of require() to load lua libraries from scripts/lib 2022-04-23 20:14:59 +03:00
settings.lua lib: wpsettings: Add _register_callback () API 2023-04-17 07:44:19 -04:00