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
[Fix#1316]
* Do not emit naked forward arg argument promotion
* Do not mutate away forard args, this would syntactically
invalidate the generated source.
If you have a method such as:
mutant will mutate like this:
which raises a
SyntaxError
becausebar(...)
tries to incorrectly reference...
and results inI believe mutant needs to either never delete
...
or check if it is used in the scope below.I am using ruby 2.7.5, mutant-rspec 0.11.4, and parser 3.1.0.0
The text was updated successfully, but these errors were encountered: