-
Notifications
You must be signed in to change notification settings - Fork 33
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
[FEATURE REQUEST] Interfaces support #110
Labels
‼ priority:p1
Priority planning - level 1
🎊 resolution:resolved
Bug or feature resolved - might not have been merged to master yet
🏛 scope:program-structure
Work regarding the program structure
🎆 type:feature
New feature or request
Comments
lucaneg
added
🎆 type:feature
New feature or request
‼ priority:p1
Priority planning - level 1
labels
Sep 27, 2021
VincenzoArceri
added a commit
that referenced
this issue
Jan 28, 2022
compilation units, refactored validate and finalize unit's method, compilation units can be abstract
VincenzoArceri
added a commit
that referenced
this issue
Jan 31, 2022
VincenzoArceri
added a commit
that referenced
this issue
Jan 31, 2022
VincenzoArceri
added a commit
that referenced
this issue
Feb 1, 2022
VincenzoArceri
added a commit
that referenced
this issue
Feb 1, 2022
VincenzoArceri
added a commit
that referenced
this issue
Feb 14, 2022
lucaneg
added
the
🎊 resolution:resolved
Bug or feature resolved - might not have been merged to master yet
label
Oct 21, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
‼ priority:p1
Priority planning - level 1
🎊 resolution:resolved
Bug or feature resolved - might not have been merged to master yet
🏛 scope:program-structure
Work regarding the program structure
🎆 type:feature
New feature or request
Description
Interfaces (compilation units with no code that force the implementers to provide implementations for all methods/functions) cannot be defined as of 0.1b1. Interprocedural analyses/callgraphs might exploit this information to refine their reasoning, as well as type analysis. To complete the program structure, it should be possible to define them.
The text was updated successfully, but these errors were encountered: