This repository has been archived by the owner on Aug 23, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Issues: dgollahon/mutest
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
Invalid mutation for a bare rescue inside a method with a kwarg splat signature
bug
#85
opened Jun 13, 2017 by
backus
Prepend / append
\A
, ^
, $
, and \z
anchors to regular expressions.
enhancement
mutation
#76
opened Apr 12, 2017 by
dgollahon
Cover subjects that are dirty in the working tree when using
--since
flag
enhancement
#70
opened Mar 19, 2017 by
dgollahon
Add direct send mutation (
a.send(:foo)
-> a.foo
)
enhancement
mutation
#69
opened Mar 19, 2017 by
dgollahon
Stop underscoring method parameters when using zsuper
bug
enhancement
#68
opened Mar 19, 2017 by
dgollahon
Add hash splat removal mutation (
foo(**a)
-> foo(a)
)
enhancement
mutation
#67
opened Mar 19, 2017 by
dgollahon
Add mutation from
foo[bar] || baz
to foo.fetch(bar) { baz }
, foo.fetch(bar, baz)
enhancement
mutation
#64
opened Mar 19, 2017 by
dgollahon
Ignore whitespace differences when using the
--since
flag
enhancement
#63
opened Mar 19, 2017 by
dgollahon
Trigger subjects whose tests have changed when using
--since
flag
enhancement
#62
opened Mar 19, 2017 by
dgollahon
Prevent emitting infinite loops (that we can determine statically)
bug
enhancement
#61
opened Mar 19, 2017 by
dgollahon
Disable comment should apply to the next line of source code
enhancement
#36
opened Feb 3, 2017 by
backus
Mutate regexps in form /\Astatic/ to String#start_with?
enhancement
mutation
#23
opened Jan 29, 2017 by
dgollahon
Mutation of
super
to super()
should not happen for a method with no arguments
bug
enhancement
#22
opened Jan 29, 2017 by
dgollahon
ProTip!
Add no:assignee to see everything that’s not assigned.