Optimize scope copy
Chalarangelo opened this issue · 1 comments
Chalarangelo commented
Scope copying runs all validations for a scope again. This is completely unnecessary and can be removed by ensuring that we copy scopes as-is to the new RecordSet.
Chalarangelo commented
Additionally, $copyScopes
should be turned private.