mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-01-29 02:57:00 -06:00
bb2cbdf704
Avoid illegal copies. This intercepts the last step of a copy to avoid generating validation errors or corrupting the driver on some instances. We can create views and emit copies accordingly in future commits and remove this last-step validation.