Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(v3) need test case for adopting an unmanaged class when an incoming package takes ownership of the class #919

Open
dalehenrich opened this issue Mar 7, 2024 · 1 comment

Comments

@dalehenrich
Copy link
Member

The class RwGsClassUnmanagedVersioningSymbolDictPatchV2 was created to handle this case and it is not correctly handled during the load.

Working on Rowan4GsDevKit, I have an unmanaged class that exists in the system, but needs to be adopted first and that should be done during RwGsPatchSet_V2>>updateSymbolAssociations which is called BEFORE RwGsPatchSet_V2>>updateClassProperties, however, #installNewClassVersionInSystem is skipped because the class exists in RwGsPatchSet_V2>>movedClassesSymbolList ... it's just that the class is not packaged...

@dalehenrich
Copy link
Member Author

Basic test is passing, but we need more extensive tests cases:

  • create a new class version during load ...
  • add subclasses?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant