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
{{ message }}
This repository was archived by the owner on Dec 12, 2024. It is now read-only.
BaseDeclaration.MakeUnrooted copies members over but doesn't reparent the members in the new class.
This is probably bad.
It can be fixed easily enough, but I don't know how that will affect the rest of the code base, so make sure the tests pass.
Also, if this gets fixed in MakeUnrooted be sure to remove the code in OverrideBuilder which is a patch for that.
The text was updated successfully, but these errors were encountered:
BaseDeclaration.MakeUnrooted
copies members over but doesn't reparent the members in the new class.This is probably bad.
It can be fixed easily enough, but I don't know how that will affect the rest of the code base, so make sure the tests pass.
Also, if this gets fixed in
MakeUnrooted
be sure to remove the code in OverrideBuilder which is a patch for that.The text was updated successfully, but these errors were encountered: