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

Ignore inheritance of create_object handler for children non-internal classes #49

Merged
merged 1 commit into from
Jun 26, 2021

Conversation

lisachenko
Copy link
Owner

As create_object handler is copied from the parent class, we should ignore situations when we are trying to

extend a class that already has necessary create_object handler installed by Z-engine.
Only internal classes should be ignored as we can't allocate memory for them and to perform initialization

@lisachenko lisachenko added bug Something isn't working fix Fix resolves a bug labels Jun 26, 2021
…gnore situations when we are trying to

extend a class that already has necessary create_object handler installed by Z-engine.
Only internal classes should be ignored as we can't allocate memory for them and to perform initialization
@lisachenko lisachenko force-pushed the fix/handle-inheritance-create-object-handler branch from 5296562 to 724be91 Compare June 26, 2021 16:17
@lisachenko lisachenko added this to the 0.9.x milestone Jun 26, 2021
@lisachenko lisachenko merged commit a21046f into master Jun 26, 2021
@lisachenko lisachenko deleted the fix/handle-inheritance-create-object-handler branch June 26, 2021 16:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working fix Fix resolves a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant