Tim Chambers
Tim Chambers
In addition if I add a public ``` attr_reader :cycle ``` To same class, my code now works as before.
I neglected to point out that I was able to work around my issue by freezing my returned ActiveRecord object - so my question is more for consideration than a...
I spent a lot of time trying to get a simple reproduction, and for my limited knowledge I was unable to get it to repro with something I could push...
One piece of information is that mutant went from killing mutations to reporting unkilled specs on unmutated values with the test output = "marshal data too short". That was the...
I assumed (which may not be the case) that mutant already does `foo || bar` -> `bar || foo` and more importantly perhaps `foo && bar` -> `bar && foo`...
If I had a vote I would prefer JSON over xml.
Wanted to add a couple wishlist items to the machine readable output at the method level. - Number of mutations by method. This shows on the interactive display when run...
I could be way off base, but using a database would not be the best when running mutant distributed across multiple systems for me - at least I don't think...
@dkubb It would appear it needs funding or a PR. @mbj please correct?