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
This worked up until including pyre-check Version: 0.9.22. But now with version 0.9.23 I get the following error message:
general.pysa:2:0 Model signature parameters for `list.append` do not match implementation `(list[_T], _T) -> None`. Reason: unexpected named parameter: `self`.
What can I do to make this work again?
The text was updated successfully, but these errors were encountered:
Pysa Bug
Pre-submission checklist
[x] I've checked the list of common issues and mine does not appear
Bug description
I have a model to trace taint along lists, just as described in #163 Tainted lists.
This worked up until including pyre-check Version: 0.9.22. But now with version 0.9.23 I get the following error message:
What can I do to make this work again?
The text was updated successfully, but these errors were encountered: