Anders Hovmöller
Anders Hovmöller
Is that overhead really significant for our use case though?
Tried this in ipython: ``` In [3]: %timeit check_output(['ls']) 5.58 ms ± 55.5 µs per loop (mean ± std. dev. of 7 runs, 100 loops each) In [4]: %timeit check_output('ls',...
Seems reasonable. Would you like to give it a shot to implement this?
What is that example?
Ah. Yea that description is enough for me to understand the issue. We have something similar at work where we generate Elm code for data structure serialization between front end...
Looks like your code isn't valid utf8. I highly recommend fixing this.
Presumably because the code is utf8 there for some reason?
If they are irrelevant, why do they have specific values and not just auto?
Hmm. Maybe. But you could have a simple test to ensure none of the Enum states are None too, which would kill all those mutants.
I don't agree with this change. It's not just a small performance boost, it's the difference between mutmut being something you can practically use, and not. If all kills are...