Add abstract
hint to ChildAware
#10
Labels
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Blocks
#6 UI Components
phryk/ooze
Reference: phryk/ooze#10
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Abstract classes themselves should not appear as children,
but their non-abstract inheritors should. The hint should
not be inherited – i.e. a class is non-abstract unless the
hint is explicitly set and a class inheriting from an
abstract class is not abstract.
Look at poobrains implementation, it does this somewhere.
Implemented as
__abstract__
in52ab9b8020
.