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
U/jarmit/fix mutator name (#141)
* Setting the name of the mutator instead of the name of the creating function
* 4.2.2
* fix tests
* Actually fix tests
* rename
Ensure mutators don't return a type through a build time error instea…
…d of a run time error (#140)
* Ensure mutators don't return a type through a build time error instead of a run time error
Improve the error message for an action getting thrown inside a mutat…
…or (#139)
* The error thrown when an action called inside a mutator should give more information