You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @topcue, thank you so much for bringing this up. It's very similar to the other issue (#1023) and I think I have a solution for both of these in mind. I'll do my best to address these issues soon.
hello.
I am reporting that mull creates an incorrect patch file.
Ubuntu 20.04
clang-12
install w/ "sudo apt-get install mull-12"
The
cxx_minus_to_noop
mutator works as follows.Simple example code for bug reproducing.
Instead of
int y = ;
,int y = x;
should be generated, but the patch file is generated as above.Thanks.
The text was updated successfully, but these errors were encountered: