Dror Asaf

Results 14 comments of Dror Asaf

In order to do so, don't we need to serialize the nodes between every run?

I think that the MutPy list is implemented, except for less worthy mutators. Some of the experimental already implemented as part of pylint. Think its time to create another list:)

One of the major issues to address with the mutation is whether false positive is something that should be fine within the package boundaries and if so, how does the...

I agree that higher order mutation provides some benefits, but it has disadvantages as well, IMHO, it will make the logic behind each mutation much more complex in order to...

Assume the system has 10 components. Each component can interact with each other by a well defined API. Hence, no matter what happens in one component, the other parts will...

I agree with the critique on the well defined protocol. Unfortunately, usually with software, that is not the case. If you assume it is, then components are orthogonal, if it...

isn't it the same as #208 ?

Your approach is missing how to handle minor and major changes in the CI/CD aspect.

Standard workflow bumps the version of the library as a patch, however when there is a breaking change, it is up to the developer to change the version manually. this...

in the described workflow, there is always another bump-version, which will cause that there will never be a 4.0.0 version, but the minimal one would become 4.0.1 I completely agree...