thmd commented on issue #2941: URL: https://github.com/apache/fory/issues/2941#issuecomment-3653115413
I feel that copy original ref when it's not mutable breaks the contract of DeepCopy which is what this is useful for. I almost want two flags for copy if possible. ``` copyTransient - true/false copyOriginalRefIfNeeded - true/false ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
