On Wed Sep 6 21:11:31 2023 +0000, Jacek Caban wrote:
It looks mostly good to me now, but can we move traces like this to dispex_query_interface as well? I know that it's useful to know what kind of object it's called on, but we could just print the name from dispex_static_data_t there. It may be convenient to add it to more dispex.c traces, BTW.
Not sure if that's a good idea. Personally, I like tracing through object addresses to see where they end up used, and the dispex itself has a slightly different address, it's not just the name, so it won't find all the other object TRACEs (only the dispex ones).