[GitHub] thrift issue #1031: THRIFT-3859: Add support for Unix Domain Sockets to TSoc...

2016-06-21 Thread clindsay
Github user clindsay commented on the issue: https://github.com/apache/thrift/pull/1031 The diff generated by GitHub makes the change look a little bigger than it actually is. In TSocketServer.m, the `initWithSocket` method is effectively the same as the old `initWithPort` method, but

[GitHub] thrift issue #1031: THRIFT-3859: Add support for Unix Domain Sockets to TSoc...

2016-06-21 Thread clindsay
Github user clindsay commented on the issue: https://github.com/apache/thrift/pull/1031 I have written unit tests for this change, but am not sure where to contribute them. I see no "cocoa" directory under the "test" directory. Is there another place where I can contribute my unit tes