[jira] [Commented] (THRIFT-3404) JSON String reader doesn't recognize UTF-16 surrogate pair

2015-10-30 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14983465#comment-14983465 ] Hudson commented on THRIFT-3404: SUCCESS: Integrated in Thrift #1703 (See [https://build

[jira] [Commented] (THRIFT-1385) make install doesn't install java library in the setted folder

2015-10-30 Thread Philip Weaver (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14983305#comment-14983305 ] Philip Weaver commented on THRIFT-1385: --- Hello, I just tried to build and install t

[GitHub] thrift pull request: Fix package.json to include only the needed f...

2015-10-30 Thread jkrems
GitHub user jkrems opened a pull request: https://github.com/apache/thrift/pull/672 Fix package.json to include only the needed files Before: ``` > du -sh node_modules/thrift 28Mnode_modules/thrift ``` After: ``` > mkdir -p /tmp/thr

[GitHub] thrift pull request: use lua_objlen instead of lua_rawlen when lua...

2015-10-30 Thread Jens-G
Github user Jens-G commented on the pull request: https://github.com/apache/thrift/pull/669#issuecomment-152643758 I know it's only a small patch, but could you please still follow our [contrib guidelines](http://thrift.apache.org/docs/HowToContribute) and [create a JIRA ticket](https

[jira] [Resolved] (THRIFT-3404) JSON String reader doesn't recognize UTF-16 surrogate pair

2015-10-30 Thread Jens Geyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jens Geyer resolved THRIFT-3404. Resolution: Fixed Fix Version/s: 1.0 Committed, thank you! > JSON String reader doesn't rec

[jira] [Updated] (THRIFT-3404) JSON String reader doesn't recognize UTF-16 surrogate pair

2015-10-30 Thread Jens Geyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jens Geyer updated THRIFT-3404: --- Assignee: Phongphan Phuttha > JSON String reader doesn't recognize UTF-16 surrogate pair > --

[jira] [Commented] (THRIFT-3404) JSON String reader doesn't recognize UTF-16 surrogate pair

2015-10-30 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14983165#comment-14983165 ] ASF GitHub Bot commented on THRIFT-3404: Github user asfgit closed the pull reque

[GitHub] thrift pull request: THRIFT-3404: Fixed JSON String reader doesn't...

2015-10-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/thrift/pull/671 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enab

[GitHub] thrift pull request: THRIFT-3404: Fixed JSON String reader doesn't...

2015-10-30 Thread phongphan
GitHub user phongphan opened a pull request: https://github.com/apache/thrift/pull/671 THRIFT-3404: Fixed JSON String reader doesn't recognize UTF-16 surrogate pairs Hi, This should fixed THRIFT-3404 to allow Delphi to be able to consume non-BMP unicode characters. I h

[jira] [Commented] (THRIFT-3404) JSON String reader doesn't recognize UTF-16 surrogate pair

2015-10-30 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14983013#comment-14983013 ] ASF GitHub Bot commented on THRIFT-3404: GitHub user phongphan opened a pull requ

[jira] [Created] (THRIFT-3404) JSON String reader doesn't recognize UTF-16 surrogate pair

2015-10-30 Thread Phongphan Phuttha (JIRA)
Phongphan Phuttha created THRIFT-3404: - Summary: JSON String reader doesn't recognize UTF-16 surrogate pair Key: THRIFT-3404 URL: https://issues.apache.org/jira/browse/THRIFT-3404 Project: Thrift

[jira] [Commented] (THRIFT-3401) Nested collections emit Objective-C code that cannot compile

2015-10-30 Thread Jens Geyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3401?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14982918#comment-14982918 ] Jens Geyer commented on THRIFT-3401: Sounds good. How do we start? @all: Any other

[jira] [Commented] (THRIFT-2410) JavaMe: UTF-8 sent by PHP as JSON is not understood by TJsonProtocol

2015-10-30 Thread Phongphan Phuttha (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14982843#comment-14982843 ] Phongphan Phuttha commented on THRIFT-2410: --- Hi, I try to working on this a bi

[jira] [Commented] (THRIFT-3402) Provide a perl Unix Socket implementation

2015-10-30 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14982815#comment-14982815 ] ASF GitHub Bot commented on THRIFT-3402: GitHub user jeking3 opened a pull reques

[GitHub] thrift pull request: THRIFT-3402: add unix socket support to perl

2015-10-30 Thread jeking3
GitHub user jeking3 opened a pull request: https://github.com/apache/thrift/pull/670 THRIFT-3402: add unix socket support to perl Usage: my $serversock = new Thrift::UnixServerSocket($path); or my $serversock = new Thrift::UnixServerSocket(path => $path, queue => $q

[jira] [Updated] (THRIFT-3402) Provide a perl Unix Socket implementation

2015-10-30 Thread James E. King, III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3402?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James E. King, III updated THRIFT-3402: --- Description: Now that perl socket code was refactored with virtual overrides, it will

[jira] [Updated] (THRIFT-3402) Provide a perl Unix Socket implementation

2015-10-30 Thread James E. King, III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3402?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James E. King, III updated THRIFT-3402: --- Priority: Minor (was: Major) > Provide a perl Unix Socket implementation > -