Skip to content

Allow classes derived from Extension #186

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

JPEWdev
Copy link
Contributor

@JPEWdev JPEWdev commented Apr 22, 2025

If a property allows /Extension/Extension as the type, then it must allow any class derived from Extension. Since this could be any user defined type, assume that any unknown class type is derived from Extension.

Or put another way, disallow any type that is known to not derive from Extension, but allow anything else

If a property allows /Extension/Extension as the type, then it must
allow any class derived from Extension. Since this could be any user
defined type, assume that any unknown class type is derived from
Extension.

Or put another way, disallow any type that is known to not derive from
Extension, but allow anything else
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

Successfully merging this pull request may close these issues.

1 participant