Porter
Porter copied to clipboard
Added DeepCopy to replace __clone implementations
This PR proposes implementing DeepCopy to avoid placing the burden on users to implement __clone in their transformers. However, that library currently suffers from a blocking issue (myclabs/Deepcopy#62) that prevents its adoption.
Seems the issue with DeepCopy has been resolved so this is no longer on hold.