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

Cannot read class hierarchies from scratch. #10

Open
mikevdg opened this issue Dec 12, 2017 · 1 comment
Open

Cannot read class hierarchies from scratch. #10

mikevdg opened this issue Dec 12, 2017 · 1 comment

Comments

@mikevdg
Copy link

mikevdg commented Dec 12, 2017

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.

@mikevdg
Copy link
Author

mikevdg commented Dec 20, 2017

Fixed in https://github.com/mikevdg/STIG. I'm trying to work out how pull requests work.

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