Conversation
…t consisten in transpiled and native code
|
I would say this is ready for review. While i added ~300 tests in this PR, there are lots of test still to be added. However, to unblock downstream work i think this should be ready for at least a beta release, so let's get this merged and add more tests later |
|
for future reference, here is what is missing: #48 |
HLWeil
left a comment
There was a problem hiding this comment.
That's some commitment 💯
Is there any test case for a nested DynamicObj? If not, I think it would be a good mind-easer to have at least 3 very basic tests for this scenario:
- DynamicObj with Single field (e.g. string) in the DynamicObj to be copied
- DynamicObj with Single field (e.g. string) in ResizeArray in the DynamicObj to be copied
- DynamicObj with Single field (e.g. string) in Dictionary in the DynamicObj to be copied
There was a problem hiding this comment.
https://github.com/CSBiology/DynamicObj/blob/main/tests/DynamicObject.Tests/DynamicObj/DeepCopyProperties.fs Contains a few tests for DynamicObj.DeepCopyProperties that covers nested Dynamic Objects. I was mainly referring to the underlying function CopyUtils.tryDeepCopyObj still missing tests
This PR will