forked from NomicFoundation/slang
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor bindings extra attributes and add import/export nodes
`import_nodes` and `export_node` will be used in post-processing to link the virtual method definitions in a contract definition being compiled with all its base contracts (recursively). This allows any call to a virtual method anywhere in the hierarchy to be able to reach all the definitions available for that method. This in combination with the ranking by linearisation should allow us to choose the correct implementation when resolving a virtual call.
- Loading branch information
Showing
5 changed files
with
180 additions
and
125 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.