solady
solady copied to clipboard
👷♂️ Slither unable to generate IR for LibSort
Using the latest slither release and latest LibSort, Slither is unable to generate an IR for LibSort. It gives the following error message:
$ slither
ERROR:ContractSolcParsing:Impossible to generate IR for LibSort._toInts (lib/solady/src/utils/LibSort.sol#535-540):
'str' object has no attribute 'type'
~~~
@0xalpharush
Could be related: https://github.com/crytic/slither/issues/1966
This is the same regression as https://github.com/crytic/slither/issues/2210. Will get it fixed!
This should be fixed in the latest release https://github.com/crytic/slither/releases/tag/0.10.2
Much kudos!