[GitHub] thrift pull request: Thrift 3265--servers for pipe applications (s...

2015-07-27 Thread nsuke
Github user nsuke commented on a diff in the pull request: https://github.com/apache/thrift/pull/562#discussion_r35533996 --- Diff: lib/java/test/org/apache/thrift/test/JavaBeansTest.java --- @@ -29,33 +29,32 @@ public static void main(String[] args) throws Exception { //

[GitHub] thrift pull request: Thrift 3265--servers for pipe applications (s...

2015-07-27 Thread emma58
Github user emma58 commented on a diff in the pull request: https://github.com/apache/thrift/pull/562#discussion_r35544759 --- Diff: lib/csharp/test/TestIOStreamServer/Properties/AssemblyInfo.cs --- @@ -0,0 +1,55 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] thrift pull request: Thrift 3265--servers for pipe applications (s...

2015-07-25 Thread Jens-G
Github user Jens-G commented on the pull request: https://github.com/apache/thrift/pull/562#issuecomment-124845859 Hi, great Addition, but please clean it up before I take a look at it. For starters, all those generated files are not to be included. --- If your project is set up for

[GitHub] thrift pull request: Thrift 3265--servers for pipe applications (s...

2015-07-25 Thread Jens-G
Github user Jens-G commented on a diff in the pull request: https://github.com/apache/thrift/pull/562#discussion_r35482978 --- Diff: lib/csharp/test/TestIOStreamServer/Properties/AssemblyInfo.cs --- @@ -0,0 +1,55 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] thrift pull request: Thrift 3265--servers for pipe applications (s...

2015-07-25 Thread Jens-G
Github user Jens-G commented on a diff in the pull request: https://github.com/apache/thrift/pull/562#discussion_r35482999 --- Diff: lib/csharp/test/TestIOStreamServer/TestIOStreamClient.cs --- @@ -0,0 +1,425 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

[GitHub] thrift pull request: Thrift 3265--servers for pipe applications (s...

2015-07-24 Thread emma58
GitHub user emma58 opened a pull request: https://github.com/apache/thrift/pull/562 Thrift 3265--servers for pipe applications (stdin, stdout) Adds server classes to C#, Python, and Java libraries for server/client communication over stdin and stdout. You can merge this pull