You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running solidity coverage using transient storage in solidity (supported by solc v0.8.28) I get the following error:
Error in plugin solidity-coverage: Error: Could not instrument: protocol/extensions/adapters/AUniswapRouter.sol. (Please verify solc can compile this file without errors.) extraneous input 'tokensInCount' expecting {';', '='} (44:30)
@gabririgo Thanks for reporting. I think we just need to update the parser dependency to latest here to fix this...will publish a patch doing that in the next couple of hours.
If you want to try this change locally you can coerce your version of solidity-parser/parser to 0.19.0 using yarn resolutions.
When running solidity coverage using transient storage in solidity (supported by solc v0.8.28) I get the following error:
Error happens here:
https://github.com/RigoBlock/v3-contracts/blob/9a0274b93fa9f0ca0046350227afb866e810782f/contracts/protocol/extensions/adapters/AUniswapRouter.sol#L44
Steps to reproduce:
The text was updated successfully, but these errors were encountered: