Joakim Brännström
Joakim Brännström
Instead of statically generating schemas of all available mutants move the generation to test to generate schemas based on what is in the worklist. It should result in schemas with...
**Problem** The current documentation is lacking in: - [x] how to use mutation testing for CI (mutate a git diff). Everything is implemented for it just not documented **here**. In...
# Problem The HTML report priorities the first alive mutant to be shown when clicking on a location in a file. This is irritating for a user that have a...
Describe the acronyms for the mutation operators better. Consider the requirement documentation that already exist but may be hard for an user to understand because it is embedded among so...
According to https://mutationtesting.uni.lu/, the first paper, page 8 bitwise xor (^) should be used too.
**Problem** The option: ``` [compiler] # use this compilers system includes instead of the one used in the compile_commands.json # use_compiler_system_includes = "/path/to/c++" ``` overwrite all compilers used which may...
Currently it is annoying for the user to have to specify the same file as restrict/exclude and input. Allow the user to tell dextool to be a little bit intelligent....
The generation of the files need to be split from the above flags. The intention of the flags --gen-pre-incl/post is to allow the user to inject "hooks" before and after...