Zengda

Results 14 comments of Zengda

+1 for Chinese

As an erlang user, I think grep is enough so I use erlcscope rarely....

Thanks for your comment ,I do know that there is a `.travis.yml` file , I think it should be modified after the switching. I will do some update on these...

I've made some improvement. - fixed all your commented codes - use different compile flags for different types of fies, so protobuf generated files won't throw lots of warning now...

It's ok to copy proto files at the begin. Will fix it soon

Please clean up the `build`, `CMakeFiles` and `CMakeCache` files and re-run it with `make -j8` (or something else if you get enough CPU cores) to test it. My working env...

Fixed the spelling error. As for ninja build, I haven't really used it yet, but it looks like the dependency is wrong, `build/Protocol/Client.pb.h` should be generated before `Server/RaftConsensus.h` is compiled....

@ongardie Including these files into `SERVER_PROTO_SRC` and `STORAGE_PROTO` may fix the error, but I believe make them as a target which is built before these two object will be better....

I don't think this is a good enough solution for a plugin... but ... this plugin is just passing parameters to a shell so I think there is no such...

Any idea about when will this PR be merged? I think this feature is reasonable.