Markus Schirp

Results 299 comments of Markus Schirp

> It has been stated that mutant does not support Ruby below version 2.5: Well. As mutant is NOT OSS anymore: So I do not have to optimize down maintenance,...

So I'd currently target whatever supported rails version exist at a given time, and its supported ruby versions. A ruby version target support by mutant is overall desired.

I'll take all this on once I finished unparser 2.7 support which is hard (Because all this shugar).

I like this idea, a lot. Maybe we should "prefix compress" it so lets say your mutations from above would be reported like: ``` MyApp:: User#Valid? Signing#show ... ``` This...

@dgollahon We can abstract this problem space: * We want to use information from previous runs to be available for next runs. * Why have the user to transport this...

@dgollahon Yes we want both, manual state carry forward and options for implicit state carry forward.

@dgollahon I'd even support a, per subject re-run command printout.

@tjchambers First: Thx for your precise definition of your feature request! Mutant is a tool to make sure the public interface of your objects are well specified. And specs of...

@tjchambers Thx. BTW I'm using mutant for some of my clients projects already with big success. I dont aim 100% mutation coverage. But on important domain objects it became mandatory...

@tansaku I have to admit I was very lazy providing exhaustive documentation about using mutant with rails. Thx for your PR.