This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Description
While evaluating #6154 I noticed this strange behavior where the expected value for a variable should be 0, but we get 1.
Steps to Reproduce
- Clone this Repo
truffle develop
-
truffle(develop) migrate
D = await DelegateTestYulString.deployed()
await D.setValue("Hello")
// grab transaction hash
- In a separate terminal console:
truffle debug --url http://127.0.0.1:9545 txhash
b YulString.yul:179
c
:v
# expect 0, but got 1
Environment