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
Hi, we are facing the following error in our codebase ("AttributeError: 'NewContract' object has no attribute '_expression'") . This is caused by a Slitherin detector because if I run with the separate param the Slither parts finishes successfully and the failure is on the Slitherin side.
Any idea what could cause this? Older branches of our codebase finish successfully so its something in our current branches that cannot be parsed correctly I believe.
Versions: slither 0.10.1, and slitherin 0.6.1
The issue is strange_setter. I can provide details on how to replicate with our repo which is public. Let me know if that helps.. If I run it with slitherin . --exclude pess-strange-setter it finishes successfully.
The text was updated successfully, but these errors were encountered:
Was able to narrow it to the strange-setter detector. All the other seem to work fine. Let me know if you want instructions on how to replicate on our codebase. Thanks!!
I can confirm I was able to run all the detectors on my codebase after this change. Its not breaking anymore on strange-setter Do you have en estimate on this change will be published/released? Thanks a lot!
Hi, we are facing the following error in our codebase ("AttributeError: 'NewContract' object has no attribute '_expression'") . This is caused by a Slitherin detector because if I run with the
separate
param the Slither parts finishes successfully and the failure is on the Slitherin side.Any idea what could cause this? Older branches of our codebase finish successfully so its something in our current branches that cannot be parsed correctly I believe.
Versions:
slither
0.10.1, andslitherin
0.6.1The issue is
strange_setter
. I can provide details on how to replicate with our repo which is public. Let me know if that helps.. If I run it withslitherin . --exclude pess-strange-setter
it finishes successfully.The text was updated successfully, but these errors were encountered: