[jira] [Commented] (THRIFT-1766) [Ruby] Provide support for binary types

2014-03-26 Thread Vanja Bucic (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1766?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13948807#comment-13948807 ] Vanja Bucic commented on THRIFT-1766: - There are still some issues though. A simple e

[jira] [Commented] (THRIFT-2414) c_glib fix several bug.

2014-03-26 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13948685#comment-13948685 ] Hudson commented on THRIFT-2414: SUCCESS: Integrated in Thrift #1096 (See [https://build

[jira] [Resolved] (THRIFT-2414) c_glib fix several bug.

2014-03-26 Thread Roger Meier (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2414?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Roger Meier resolved THRIFT-2414. - Resolution: Fixed Thanks Kim! committed ;-r > c_glib fix several bug. > ---

Re: reconsidering the Apache CMS...

2014-03-26 Thread Roger Meier
Joe, it helps. the process to update the site is much faster and easier as I thought before... thanks -roger On 26.03.2014 04:00, Joe Schaefer wrote: I made a start at updating the website docs for committers here at http://thrift.staging.apache.org/docs/committers/HowToThriftWebsite I left

Re: java client - cpp server tests with http transport fails

2014-03-26 Thread Chamila Wijayarathna
Hi Roger, I was thought about making the existing tests run properly before starting implementing new features. I'll try debugging server, I asked this in mailing list to know if there are any problems that can occur while running with http. I'll start on work on status.md file too. Thank You! O

[jira] [Commented] (THRIFT-2422) Merge fbthrift

2014-03-26 Thread Roger Meier (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13948352#comment-13948352 ] Roger Meier commented on THRIFT-2422: - Yes, doing latest greatest C++ is requested by

Re: java client - cpp server tests with http transport fails

2014-03-26 Thread Roger Meier
Hi Chamila if you are familiar with Java, use the debugger within your ide such as eclipse and set a breakpoint on above testOneWay within the Java Server and start the client again. otherwise, think about a good way to generate the test/status.md file within the cross language test suite or f

[GitHub] thrift pull request: thrift: clean up enum value assignment

2014-03-26 Thread djwatson
GitHub user djwatson opened a pull request: https://github.com/apache/thrift/pull/88 thrift: clean up enum value assignment Summary: Clean up how enum values are handled if an integer value is not explicitly specified in the thrift file. For example,

[GitHub] thrift pull request: [thrift] Compiler: allow annotations without ...

2014-03-26 Thread djwatson
GitHub user djwatson opened a pull request: https://github.com/apache/thrift/pull/87 [thrift] Compiler: allow annotations without "= value" Summary: (foo) is the same as (foo = 1), for brevity Test: AnnotationTest.thrift still compiles You can merge this pull request into a