Árpád Magosányi

Results 26 comments of Árpád Magosányi

Same problem here. You should either keep your dist up-to date and built, or remove/rename it. You know, we users are lazy. So lazy you should treat me as dumb....

In my case `self.flag:bool = False` was mutated to `self.flag:bool = None` I would like to tell mutmut that None makes no difference in that context, but do not want...

I would vote to an annotation instead of a pragma. Of coure it is just a matter of taste. My use case would be covered by the ability to mark...

> @magwas thst doesn't make sense. Annotations only exist for functions and classes, that's way too limited. And single lines already exist. Well, ok, python is not java. Sorry.

Got hit by the same issue. Any progress?

Thanks, I will try it when I will feel the will again to struggle with Apple.

"it is difficult to know the type of expression" My point exactly. Some mutators are only possible if the types are known. I would like to discuss how to achieve...

The project I have ran it on is commit 5f94497926c77d00748cfe5bf620122c26d3e80b of https://github.com/kode-konveyor/cdd-ts Stryker log: [stryker.log](https://github.com/stryker-mutator/stryker-js/files/11068295/stryker.log) The command line was `npx stryker run --fileLogLevel trace`

That would be a nice partial solution. I would like to see all lines mutated actually.

> It has an additional feature, which I would love. Statements are _not removed_ when there are other mutants generated _anywhere in the statement_. I view that as a requirement...