[jira] [Commented] (THRIFT-4069) All perl packages should have proper namespace and version syntax

2017-03-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4069?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15942138#comment-15942138 ] ASF GitHub Bot commented on THRIFT-4069: GitHub user jeking3 opened a pull request:

[GitHub] thrift pull request #1220: THRIFT-4069: perl library cleanup - namespaces, v...

2017-03-25 Thread jeking3
GitHub user jeking3 opened a pull request: https://github.com/apache/thrift/pull/1220 THRIFT-4069: perl library cleanup - namespaces, versioning, exception fixes You can merge this pull request into a Git repository by running: $ git pull https://github.com/jeking3/thrift

[jira] [Commented] (THRIFT-3773) Swift Library

2017-03-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15941995#comment-15941995 ] ASF GitHub Bot commented on THRIFT-3773: Github user apocolipse commented on the issue:

[GitHub] thrift issue #1084: THRIFT-3773 Swift 3 Native Library

2017-03-25 Thread apocolipse
Github user apocolipse commented on the issue: https://github.com/apache/thrift/pull/1084 @jeking3 no, any docs on whats needed for that? I can add it in. The old Cocoa+Swift generator was lacking here as well. (As is the Obj-C Cocoa generator) --- If your project is set up for

[jira] [Updated] (THRIFT-4069) All perl packages should have proper namespace and version syntax

2017-03-25 Thread James E. King, III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4069?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James E. King, III updated THRIFT-4069: --- Description: Currently our perl package module files contain multiple packages. We

[jira] [Commented] (THRIFT-4134) Fix remaining undefined behavior invalid vptr casts

2017-03-25 Thread Jim Apple (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4134?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15941959#comment-15941959 ] Jim Apple commented on THRIFT-4134: --- [~jensg], that Haxe patch looks good to me. Did you try and run it

[jira] [Comment Edited] (THRIFT-4134) Fix remaining undefined behavior invalid vptr casts

2017-03-25 Thread Jens Geyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4134?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15941877#comment-15941877 ] Jens Geyer edited comment on THRIFT-4134 at 3/25/17 7:41 PM: - Patch for Haxe

[jira] [Updated] (THRIFT-4134) Fix remaining undefined behavior invalid vptr casts

2017-03-25 Thread Jens Geyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jens Geyer updated THRIFT-4134: --- Attachment: 0001-THRIFT-4134-Fix-remaining-undefined-behavior-invalid.patch Patch for Haxe compiler

[jira] [Created] (THRIFT-4135) QNX 6.6.0 Support

2017-03-25 Thread Vipul Agarwal (JIRA)
Vipul Agarwal created THRIFT-4135: - Summary: QNX 6.6.0 Support Key: THRIFT-4135 URL: https://issues.apache.org/jira/browse/THRIFT-4135 Project: Thrift Issue Type: Improvement

[jira] [Created] (THRIFT-4134) Fix remaining undefined behavior invalid vptr casts

2017-03-25 Thread Jim Apple (JIRA)
Jim Apple created THRIFT-4134: - Summary: Fix remaining undefined behavior invalid vptr casts Key: THRIFT-4134 URL: https://issues.apache.org/jira/browse/THRIFT-4134 Project: Thrift Issue Type:

[GitHub] thrift issue #1211: Fix use closed(freed) connections

2017-03-25 Thread xiaosuo
Github user xiaosuo commented on the issue: https://github.com/apache/thrift/pull/1211 @jeking3 Did you mean that we should fix all issues about the number of active processors in this patch instead of a separated one? --- If your project is set up for it, you can reply to this

[GitHub] thrift issue #1215: Thrift 4126

2017-03-25 Thread jeking3
Github user jeking3 commented on the issue: https://github.com/apache/thrift/pull/1215 Yes, I recommend you: 1. Squash your commits (optional, but we'll do it anyway when we merge into apache master) 2. Rebase against upstream master. 3. Force push. This will

[GitHub] thrift issue #1215: Thrift 4126

2017-03-25 Thread kufd
Github user kufd commented on the issue: https://github.com/apache/thrift/pull/1215 Hi @jeking3 I looked into the failed builds. But errors are not related to my changes. Maybe i should wait for some time and merge changes from thrift repo into my branch. --- If your

[jira] [Updated] (THRIFT-4069) All perl packages should have proper namespace and version syntax

2017-03-25 Thread James E. King, III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4069?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James E. King, III updated THRIFT-4069: --- Summary: All perl packages should have proper namespace and version syntax (was:

[jira] [Commented] (THRIFT-3773) Swift Library

2017-03-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15941714#comment-15941714 ] ASF GitHub Bot commented on THRIFT-3773: Github user jeking3 commented on the issue:

[GitHub] thrift issue #1084: THRIFT-3773 Swift 3 Native Library

2017-03-25 Thread jeking3
Github user jeking3 commented on the issue: https://github.com/apache/thrift/pull/1084 Are these changes integrated into the "make cross" cross-language validation suite? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well.

[jira] [Resolved] (THRIFT-2026) Fix TCompactProtocol 64 bit builds

2017-03-25 Thread James E. King, III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2026?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James E. King, III resolved THRIFT-2026. Resolution: Fixed Committed the changes from [~jbapple]. I marked this as

[jira] [Commented] (THRIFT-2026) Fix TCompactProtocol 64 bit builds

2017-03-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15941709#comment-15941709 ] ASF GitHub Bot commented on THRIFT-2026: Github user asfgit closed the pull request at:

[GitHub] thrift pull request #1214: THRIFT-2026: Eliminate some undefined behavior in...

2017-03-25 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/thrift/pull/1214 --- 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

[jira] [Updated] (THRIFT-2026) Fix TCompactProtocol 64 bit builds

2017-03-25 Thread James E. King, III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2026?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James E. King, III updated THRIFT-2026: --- Fix Version/s: 0.11.0 > Fix TCompactProtocol 64 bit builds >

[GitHub] thrift issue #1211: Fix use closed(freed) connections

2017-03-25 Thread jeking3
Github user jeking3 commented on the issue: https://github.com/apache/thrift/pull/1211 @xiaosuo just a reminder, if you have additional fixes (it sounds like you do) --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If

[GitHub] thrift issue #1214: THRIFT-2026: Eliminate some undefined behavior in C/C++

2017-03-25 Thread jbapple-cloudera
Github user jbapple-cloudera commented on the issue: https://github.com/apache/thrift/pull/1214 OK, this new patch does not change the definitions of any `enum`s, only their usages. It also adds undefined behavior checking to the pre-merge CI tests on Travis to discourage

[jira] [Commented] (THRIFT-2026) Fix TCompactProtocol 64 bit builds

2017-03-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15941677#comment-15941677 ] ASF GitHub Bot commented on THRIFT-2026: Github user jbapple-cloudera commented on the issue:

[jira] [Created] (THRIFT-4133) Flaky Dart build

2017-03-25 Thread Jim Apple (JIRA)
Jim Apple created THRIFT-4133: - Summary: Flaky Dart build Key: THRIFT-4133 URL: https://issues.apache.org/jira/browse/THRIFT-4133 Project: Thrift Issue Type: Bug Components: Dart -