Alex Denisov

Results 102 comments of Alex Denisov

Hi @BUAA-SUT, Mull expects LLVM (from Homebrew) to be installed as it was built against that LLVM. Could you install it and check if it works for you? ``` brew...

@BUAA-SUT `13` in the binary name means the version of LLVM Mull was built against. If you want to use LLVM 9, then you would have to obtain `mull-9` and...

As the errors say, you don't have permissions to create new files under `/usr/local/bin`. You can try downloading mull binaries and modifying them in place before moving to `/usr/local/bin`. Or...

Hi @BUAA-SUT, please feel free to reopen if the issue is still not resolved.

Hi @JaroslavHavrda, I guess this is a private codebase from which I cannot get a small reproducer to fix the underlying issue? 😄

Hi @JaroslavHavrda, thank you so much for creating the reproducer, though the archive appears to be empty? 😅

@JaroslavHavrda I can see it now, thanks! 🎉

Oddly, I cannot reproduce it on macOS 😞

@JaroslavHavrda please, keep in mind that this mutator is experimental and is not recommended for production usage (yes, the documentation on this one should be improved and we should probably...

I added a warning to prevent enabling of experimental features unintentionally https://github.com/mull-project/mull/pull/1008.