On Tue Jan 31 12:44:53 2023 +0000, Jacek Caban wrote:
It seems that only a few cases in dispex.c need to explicitly pass caller, while it's obscuring all other calls. We could use make it an inline helper that would pass ctx caller to an extended version.
I agree, I wanted to do that initially (also because fewer changes), but for some reason I thought it would be less elegant/more ugly or something.