-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Update LLL code in tests to avoid using define-on-use variables #3401
Conversation
@winsvega can you please review this? It should work with the "strict parser" branch of Solidity. @zigguratt can you also please double check this? |
I found a couple more places where |
a148e2b
to
7f7c9b1
Compare
@zigguratt thank you, added your changes |
@winsvega is this fine from your side? |
Does this modify the output tests? |
@chfast the changed code should output the exact same bytecode and should work with both the current I just don't have the knowledge (and CPU power) on the testing infrastructure, to run the test generators (fillers?) and the actual tests to verify. |
could we merge this into #3381 |
@winsvega should I push this commit to that branch? |
7f7c9b1
to
2e1f511
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The tests would be upgraded. I am afraid we will have to repeat this changes to the new general tests
This change should generate the exact same bytecode as before.
Fixes #3387.