Samuel Pilz

Results 30 comments of Samuel Pilz

Types are not corrupted. They are incorrectly inferred. Through the code that is generated by mutagen, Rust can no longer do correct propagation of types and the default type for...

Indeed. I will investigate this. Stay tuned.

This document certainly describes every mutation currently implemented. I am not too happy with the format displayed in the documentation. Other than that, this issue can be closed.

Thank you for your feedback. Did I understand your first request correctly: "make it possible to run `cargo mutagen --features x,y,z` and `cargo mutagen --all-features`"? I can do that. The...

The first part is implemented in #155. Would it be possible to open separate issues for the remaining concerns?

Hi, what are your requirements for `cargo mutagen` for this task?

Is this something like a `mutationThreshold` which [pit for java](https://pitest.org/quickstart/maven/) has?

The existence of equivalent mutations makes killing all mutations infeasible. Other mutation testing tools (and also coverage tools) typically use ratio-based thresholds.

I'll go over the points 1. This has been on my List for a long time. Other mutation testing frameworks do this by selecting the list of mutations that should...

The posting of the score is currently out-of-scope for this project. Someone would need to host that. @llogiq I would be interested in your ideas on how users should specify...