On Mon May 12 10:36:05 2025 +0000, Rémi Bernon wrote:
Does it truly matter for it to use weak refs? Fwiw, if it did (but I don't think it's the case), we should probably check whether it implements IWeakReference* ifaces and do weak ref through them.
So, the tests above the ones I added here do check if weak references are being used, which is why I added them in the first place. But yes, using `IWeakReference *` would be better.