Skip to content

Cannot read class hierarchies from scratch. #10

@mikevdg

Description

@mikevdg

The blueprints refer to a class's superclass with a reference to an actual class. This means a superclass must exist for a class to be loaded. You cannot load a package from scratch which contains a class hierarchy.

Instead, I recommend only keeping the superclasses name and namespace in the blueprint, and then linking it up only when needed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions