Conversation
Simplify grpc_event into something that can be non-heap allocated. Deprecate grpc_event_finish. Remove grpc_op_error - use an int as this is more idiomatic C style.
|
The changes to Node and PHP look good to me. |
|
@nathanielmanistaatgoogle, @soltanmm - PTAL at Python code here |
|
@yang-g - PTAL at the C++ code |
|
LGTM |
C# fixes for #1472 core API cleanup
|
LGTM but @soltanmm is actively working on the affected Python code and will conduct a more thorough review. |
Conflicts: vsprojects/Grpc.mak
|
Re the Objective-C change: let's add ".DS_Store" files to the gitignore. |
|
Can someone send me a PR against this one to do this? On Mon, May 11, 2015 at 10:50 AM Jorge Canizales [email protected]
|
|
I can do that |
Ignore .DS_Store files
…c into bye-bye-completion-queue-pie
|
@tbetbetbe - can you look over the Ruby changes |
|
(also: Green) |
|
Fixes #1576 |
Simplify grpc_event into something that can be non-heap allocated.
Deprecate grpc_event_finish.
Remove grpc_op_error - use an int as this is more idiomatic C style.