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.
Resolve qualified members in any position in the inheritance chain
This changes how the internal scope for contracts is laid out. Instead of linking everything (state vars, functions, parent bases) to the lexical scope, this is now done to an internal node, which then links to the lexical scope. The lexical scope also contains the path to apply any dynamic scope changes set in the contract (eg. any `using` directives).
- Loading branch information
Showing
3 changed files
with
13 additions
and
11 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
11 changes: 6 additions & 5 deletions
11
crates/solidity/outputs/cargo/crate/src/generated/bindings/generated/binding_rules.rs
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,5 +27,5 @@ References and definitions: | |
│ ──┬─ ───┬─── | ||
│ ╰─────────── ref: 1 | ||
│ │ | ||
│ ╰───── unresolved | ||
│ ╰───── ref: 2 | ||
───╯ |