On Mon Nov 27 16:23:35 2023 +0000, Jacek Caban wrote:
FWIW, the part allowing multiple debug callbacks in the chain was probably fine.
Well, looking at the spec a bit more in detail it seems like only one debug callback is allowed. So it all ended up truly with 1) fixing the lookup to start at the begin of the chain (if messengers were found), and 2) using dynamic allocations instead, which given the discussion above didn't feel like a very useful change.