[jira] [Created] (THRIFT-4028) Please remove System.out.format from the source code

2017-01-11 Thread Arthur Du (JIRA)
Arthur Du created THRIFT-4028: - Summary: Please remove System.out.format from the source code Key: THRIFT-4028 URL: https://issues.apache.org/jira/browse/THRIFT-4028 Project: Thrift Issue Type: T

[jira] [Commented] (THRIFT-3873) Fix various compiler warnings when using VS2010

2017-01-11 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3873?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15819215#comment-15819215 ] ASF GitHub Bot commented on THRIFT-3873: Github user jeking3 commented on the iss

[GitHub] thrift issue #1128: THRIFT-3873: fix compiler warnings on windows with VS201...

2017-01-11 Thread jeking3
Github user jeking3 commented on the issue: https://github.com/apache/thrift/pull/1128 The previous CI build failed in a couple ways I cannot explain; one was in building the docker environment and the other was a failure to build something in c_glib in an autoconf build. I tried to

[jira] [Resolved] (THRIFT-4024) Skip() should throw on unknown data types

2017-01-11 Thread Jens Geyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4024?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jens Geyer resolved THRIFT-4024. Resolution: Fixed Fix Version/s: 0.11.0 Committed. > Skip() should throw on unknown data ty

[GitHub] thrift pull request #1155: THRIFT-4024 Skip() should throw on unknown data t...

2017-01-11 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/thrift/pull/1155 --- 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 ena

[jira] [Commented] (THRIFT-3873) Fix various compiler warnings when using VS2010

2017-01-11 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3873?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15818967#comment-15818967 ] ASF GitHub Bot commented on THRIFT-3873: Github user jeking3 commented on the iss

[GitHub] thrift issue #1128: THRIFT-3873: fix compiler warnings on windows with VS201...

2017-01-11 Thread jeking3
Github user jeking3 commented on the issue: https://github.com/apache/thrift/pull/1128 Quite the strange error in a couple of the builds. In the compilation of TNonBlockingServer.cpp it says PRIu32 is unexpected. The build is locating inttypes.h per the cmake output, so inttypes.h i

[jira] [Commented] (THRIFT-4024) Skip() should throw on unknown data types

2017-01-11 Thread Michael Antipin (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4024?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15818935#comment-15818935 ] Michael Antipin commented on THRIFT-4024: - This is it, thanks a lot! > Skip() sh

[jira] [Updated] (THRIFT-3847) thrift/config.h includes a #define for VERSION which will likely conflict with existing user environment or code

2017-01-11 Thread James E. King, III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3847?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James E. King, III updated THRIFT-3847: --- Description: The built debian package installs /usr/include/thrift/config.h which has

[jira] [Updated] (THRIFT-3873) Fix various compiler warnings when using VS2010

2017-01-11 Thread James E. King, III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3873?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James E. King, III updated THRIFT-3873: --- Description: While verifying a defect I had to build the windows thrift C++ library a

[jira] [Commented] (THRIFT-3873) Fix various compiler warnings when using VS2010

2017-01-11 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3873?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15818667#comment-15818667 ] ASF GitHub Bot commented on THRIFT-3873: Github user jeking3 commented on the iss

[GitHub] thrift issue #1128: THRIFT-3873: fix compiler warnings on windows with VS201...

2017-01-11 Thread jeking3
Github user jeking3 commented on the issue: https://github.com/apache/thrift/pull/1128 There was just one issue on linux; I reverted a change in TBufferTransports.h (I had converted an assert to an exception, but we can figure out what to do with asserts holistically in THRIFT-3978).

[jira] [Commented] (THRIFT-3873) Fix various compiler warnings when using VS2010

2017-01-11 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3873?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15818664#comment-15818664 ] ASF GitHub Bot commented on THRIFT-3873: Github user hcorg commented on a diff in

[GitHub] thrift pull request #1128: THRIFT-3873: fix compiler warnings on windows wit...

2017-01-11 Thread hcorg
Github user hcorg commented on a diff in the pull request: https://github.com/apache/thrift/pull/1128#discussion_r95604812 --- Diff: lib/cpp/src/thrift/windows/config.h --- @@ -36,6 +36,9 @@ #define USE_BOOST_THREAD 1 #endif +// Something that defines PRId64 is r

[GitHub] thrift pull request #1128: THRIFT-3873: fix compiler warnings on windows wit...

2017-01-11 Thread jeking3
Github user jeking3 commented on a diff in the pull request: https://github.com/apache/thrift/pull/1128#discussion_r95604407 --- Diff: lib/cpp/src/thrift/windows/config.h --- @@ -36,6 +36,9 @@ #define USE_BOOST_THREAD 1 #endif +// Something that defines PRId64 is

[jira] [Commented] (THRIFT-3873) Fix various compiler warnings when using VS2010

2017-01-11 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3873?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15818658#comment-15818658 ] ASF GitHub Bot commented on THRIFT-3873: Github user jeking3 commented on a diff

Java 0.9.3 -> 0.10 incompatibility, jars missing

2017-01-11 Thread Alexander Shopov
Hello esteemed thrift developers. Thrift compiler 0.10 is out. It generates Java sources that are incompatible with Java Thrift 0.9.3 jars due to the different way .hashCode is computed. I cannot find Thrift Java 0.10 jars anywhere ([1], [2], [3]). When will tehy be published to maven repos? Kinde