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

Support superclasses with any expression #43

Open
marcoroth opened this issue Aug 15, 2023 · 0 comments
Open

Support superclasses with any expression #43

marcoroth opened this issue Aug 15, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@marcoroth
Copy link
Owner

As raised in #41 we should somehow support superclasses that have an expression opposed to just referencing a constant. For now we return nil for unprocessable superclasses.

Some solutions might include, but are not limited to:

a) show that we couldn't analyze the superclass
b) show the "raw" expression
c) try to statically trace the expression (this only works to some degree though)
d) try to parse it out of the docs

@marcoroth marcoroth added the bug Something isn't working label Aug 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant