We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When printing a Phi-node the string is not formatted. There seems to be a 'f' missing ahead of the str in https://github.com/crytic/slither/blob/dev/slither/slithir/operations/phi.py#L36
slither tests/complex_func.sol --print slithir-ssa
dev-branch dd91f77
Contract Increment Function Increment.increaseBy1() IRs: {self.lvalue}({self.lvalue.type}) := ϕ({[str(v) for v in self._rvalues]}) Expression: i += 1
The text was updated successfully, but these errors were encountered:
Closed by #1110
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Describe the issue:
When printing a Phi-node the string is not formatted.
There seems to be a 'f' missing ahead of the str in https://github.com/crytic/slither/blob/dev/slither/slithir/operations/phi.py#L36
Code example to reproduce the issue:
slither tests/complex_func.sol --print slithir-ssa
Version:
dev-branch dd91f77
Relevant log output:
The text was updated successfully, but these errors were encountered: