With #167, I thought I addressed ref-like types, and....the tests in RefStructTests show that things do work. But it feels inconsistent. Some tests require the return value to be returned through a custom delegate. Others don't do this.
I need to figure out what truly needs to be done with ref-like types in mocks and ensure things are consistent and correct.
With #167, I thought I addressed ref-like types, and....the tests in
RefStructTestsshow that things do work. But it feels inconsistent. Some tests require the return value to be returned through a custom delegate. Others don't do this.I need to figure out what truly needs to be done with ref-like types in mocks and ensure things are consistent and correct.