mutant icon indicating copy to clipboard operation
mutant copied to clipboard

libs in other langs

Open sckott opened this issue 4 years ago • 9 comments

python https://cosmic-ray.readthedocs.io/en/latest/index.html# ruby https://github.com/mbj/mutant

sckott avatar May 19 '20 03:05 sckott

devarops avatar May 19 '20 05:05 devarops

Go https://github.com/go-gremlins/gremlins C++ https://github.com/nlohmann/mutate_cpp Java https://github.com/hcoles/pitest Rust https://mutants.rs/

MichaelChirico avatar May 22 '24 05:05 MichaelChirico

thanks @MichaelChirico any interest in working on this?

sckott avatar May 22 '24 16:05 sckott

JavaScript: https://github.com/jest-community/jest-extended TypeScript: https://stryker-mutator.io/ Haskell: https://hackage.haskell.org/package/MuCheck PHP: https://github.com/infection/infection

YaoxiangLi avatar May 22 '24 19:05 YaoxiangLi

I'd be happy to help do e.g. code review but won't have time in the near future to commit to more than that :\

MichaelChirico avatar Jul 09 '24 21:07 MichaelChirico

cc @tdhock / @agroce who did some mutation testing of data.table's C code & might be interested: https://github.com/Rdatatable/data.table/issues/6114

MichaelChirico avatar Jul 09 '24 22:07 MichaelChirico

@MichaelChirico cool thanks for offering to do code review; cool to see data.table folks doing some mutation testing.

I still don't have time to work on this. If anyone wants to write code here let me know or start your own thing 😄

sckott avatar Jul 09 '24 22:07 sckott

we used https://github.com/agroce/universalmutator to do mutation testing of R and C code in data.table

tdhock avatar Jul 10 '24 02:07 tdhock

@tdhock Cool, looks like a nice tool

sckott avatar Jul 10 '24 15:07 sckott