Arnaud Blouin
Arnaud Blouin
I also faced this issue in my project https://github.com/interacto/interacto-java-api/releases in its version 4.3.0. One mutant was not killed but the score was 100%. My mutation threshold was 100% but pitest...
Really? (I activated the 'constant' mutation) I guess one mutant should be created: `return true;` when the method returns the constant `false` (and vise versa). No?
well this is what I though when I read to documentation but this actually *activate* the mutants: https://github.com/STAMP-project/pitest-descartes/blob/master/README.md#configuring-stop-methods The doc says: ```xml +STOP_METHODS(except[deprecated]) and indeed I activated several mutation operators...
> Yes, sure, you activate the mutants by disabling the stop methods. ok! I think you can add this sentence in the readme file.
Thanks for the report. I will try on Windows.
ok. Thx for your report. Can you please open a command line and type: - gs - pdftoppm and copy-paste here the information displayed in the "system" tab accessing through...
Ok. I think I understood the problem: typing a command in the command line does not work as executing a program: not the same path. I think I had the...
Thx. I coded a first patch. You can test it with this version: https://ci.inria.fr/malai/job/latexdraw4mac/
Great but I do not see attachment. You should do that through the github interface. I changed the way the app compiles on MacOSX. May you also test the export...
Thx! This is in fact another issue. I opened a report for the text position: #30 I fixed it: https://ci.inria.fr/malai/job/latexdraw4mac/ Will investigate the rounded corners. Thx So for you this...