[GitHub] thrift pull request: fix unicode bug in readStringwriteString

2014-03-25 Thread wmttom
GitHub user wmttom opened a pull request: https://github.com/apache/thrift/pull/85 fix unicode bug in readStringwriteString You can merge this pull request into a Git repository by running: $ git pull https://github.com/wmttom/thrift patch-1 Alternatively you can review and

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

2014-03-25 Thread Jaesang Kim (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2414?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jaesang Kim updated THRIFT-2414: Description: 1. leaks in binary string thrift generate the binary type to GByteArray pointer.

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

2014-03-25 Thread Jaesang Kim (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13944778#comment-13944778 ] Jaesang Kim edited comment on THRIFT-2414 at 3/25/14 9:15 AM:

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

2014-03-25 Thread JIRA
[ https://issues.apache.org/jira/browse/THRIFT-2422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13946458#comment-13946458 ] Henrique Mendonça commented on THRIFT-2422: --- +1 for the merge, obviously only

Re: reconsidering the Apache CMS...

2014-03-25 Thread Jake Farrell
Hey Joe Thanks for making the additions to the Apache CMS to meet our use case. I'm not seeing any blockers at the moment, lets cut over and we can fix any edge cases if needed -Jake On Mon, Mar 24, 2014 at 1:39 PM, Joseph Schaefer joe_schae...@yahoo.comwrote: Done. Anything else we need to

Re: reconsidering the Apache CMS...

2014-03-25 Thread Joe Schaefer
Done Jake thanks!  One remark for Roger... The file extension used for stuff in content/test/ really doesn't matter as far as the build goes.  What you need to do is supply a 'lang=text' argument to each snippet that is not a native markdown file; the build will automatically strip file

[GitHub] thrift pull request: fix issue with cpp server on Windows (WSAStar...

2014-03-25 Thread andrey-agenosov
GitHub user andrey-agenosov opened a pull request: https://github.com/apache/thrift/pull/86 fix issue with cpp server on Windows (WSAStartup wasn't called) Hello! I tried to launch C++ server on Windows OS and found a bug - TServerSocket can't start to listen because WSAStartup