-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix Yul stack assignments operator (#1062)
This statement uses `=:` and `= :` operators, with no LHS. More details: https://docs.soliditylang.org/en/v0.4.26/assembly.html Closes #1060
- Loading branch information
1 parent
3dc076f
commit 6b05496
Showing
29 changed files
with
361 additions
and
141 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@nomicfoundation/slang": patch | ||
--- | ||
|
||
fix stack assignments operator `=:`. |
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
6 changes: 5 additions & 1 deletion
6
crates/solidity/outputs/cargo/slang_solidity/src/generated/kinds/generated/mod.rs
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
80 changes: 73 additions & 7 deletions
80
crates/solidity/outputs/cargo/slang_solidity/src/generated/language/generated/mod.rs
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
20 changes: 16 additions & 4 deletions
20
...dity/outputs/cargo/slang_solidity/src/generated/napi_interface/generated/ast_selectors.rs
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
5 changes: 5 additions & 0 deletions
5
...s/solidity/outputs/cargo/tests/src/cst_output/generated/yul_stack_assignment_statement.rs
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.