Deli Gong

Results 12 comments of Deli Gong

🔗 #537

#132 https://github.com/Zilliqa/Zilliqa/pull/132/files#diff-100d0c321e56d8de288999fce5357501R186

@Shrey33 This was a report from ThreadSanitizer. If you would like to replicate the report, please check https://github.com/google/sanitizers/wiki/ThreadSanitizerCppManual.

I've added a tentative coding style at branch `feature/clang-format` (d19e662). It's using `.clang-format` as a reference for both format checking and rewriting. The clang-format version of that branch is 5.0...

Thanks for raising this issue to us. We will consider better alternatives in the future versions.

It's mainly the path issue. The error says `llvm-config-3.5: not found`, so you probably want to install llvm tools first. If you already did, next step is updating the paths...

okay, seems we are fixing it at the same time.

Be sure to add these config lines before `source $ZSH/oh-my-zsh.sh` in `.zshrc` file.

Thanks a lot for your reply and providing the solution, it works :)