-
Notifications
You must be signed in to change notification settings - Fork 982
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
[Bug]: None when requested immediate inheritance #2304
Labels
bug
Something isn't working
Comments
We probably need to resolve the alias as is done here: slither/slither/solc_parsing/slither_compilation_unit_solc.py Lines 437 to 440 in e3dcf1e
For base contracts, too: slither/slither/solc_parsing/slither_compilation_unit_solc.py Lines 456 to 464 in e3dcf1e
|
0xalpharush
added
bug
Something isn't working
and removed
bug-candidate
Bugs reports that are not yet confirmed
labels
Feb 13, 2024
0xalpharush
changed the title
[Bug-Candidate]: None when requested immediate inheritance
[Bug-]: None when requested immediate inheritance
Feb 13, 2024
0xalpharush
changed the title
[Bug-]: None when requested immediate inheritance
[Bug]: None when requested immediate inheritance
Feb 13, 2024
This was referenced Feb 13, 2024
I fixed the bug the way you said and opened a pr #2306 |
Did it fix the issue? |
Yes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the issue:
When I request inheritance for contract A it gives a list consisting of B, but when I request for immediate inheritance, it gives a list with one element, which is None
Code example to reproduce the issue:
Version:
0.10.0
Relevant log output:
The text was updated successfully, but these errors were encountered: