You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Post #1728, we can probably get rid of Copy(), since I suspect it was only used for deep-copying on Merge(), which we no longer do.
Certainly removing Report.Copy() works just fine except for it being used in some tests. Hopefully the same is true of most/all other Copy() functions.
The text was updated successfully, but these errors were encountered:
Post #1728, we can probably get rid of
Copy()
, since I suspect it was only used for deep-copying onMerge()
, which we no longer do.Certainly removing
Report.Copy()
works just fine except for it being used in some tests. Hopefully the same is true of most/all otherCopy()
functions.The text was updated successfully, but these errors were encountered: