Annalise Mariottini

Results 9 comments of Annalise Mariottini

@0xTim You mention that building from the command line works, but that's not what I'm seeing for my own project when using the latest version of Vapor as a dependency....

Ahh, I see. Thank you for the clarification.

Hey @Nikoloutsos thanks for the response! Unfortunately `executionTimeAllowance` doesn't scale reasonably well for me. I'm working in a codebase with many other developers and trying to enable mutation testing for...

Sure, here's an SPM library that hangs when you run `muter`. This is because the mutation applied removes the line `continuation.resume`. [MuterHangingExample.zip](https://github.com/muter-mutation-testing/muter/files/15210727/MuterHangingExample.zip) So there's actually a few negatives about the...

Oh, and just to reiterate what I said in my previous comment: I'm hoping to unlock using muter across many projects contributed to by multiple developers, so it's not feasible...

Ah ok! So it is intended that you copy-paste the function definitions into the "child" protocol. It would be super cool if Cuckoo could intake a list of "reference" files...

Got it. I see how the `exclude`/`regex` parameters could get me to what I'm looking for. I'm still trying to think my way through the scenario where `ParentProtocol` and `ChildProtocol`...