Austin Bingham

Results 258 comments of Austin Bingham

This looks great! The only thing I think it needs is a mention that you can do the exercise from the `examples/simple_math` directory; it's not explicitly mentioned that we include...

@trbedwards Sorry I didn't get back to you sooner; I was doing some intense traveling and missed this thread. The basic approach to rolling a bunch of commits into one...

Yep, it looks like ede7750 has all of the right contents. I think I can sort all of this out on my end, if you don't mind. I can just...

Here's the list from MutPy: - AOD - arithmetic operator deletion - AOR - arithmetic operator replacement - ASR - assignment operator replacement - BCR - break continue replacement -...

> I think that the MutPy list is implemented, except for less worthy mutators. I'm not sure which operators are more or less "worthy" :) But there are definitely a...

> One of the major issues to address with the mutation is whether false positive is something that should be fine within the package boundaries This is definitely a major...

I'm not completely opposed to adding this, but I do worry about adding features that don't serve any real purpose. I don't see any immediate benefit to CR of adding...

Sorry for the delayed response; I've had to spend some time sorting out CR problems on windows...not my favorite thing to do. My general approach to estimating testing time has...

@trbedwards Can you look this over and let me know if it looks correct to you?

Now we're on github actions, so we should look into this.