[jira] [Commented] (THRIFT-3640) Cannot define service exception with argument name having numerical values

2016-02-16 Thread Benjamin Gould (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3640?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15149821#comment-15149821 ] Benjamin Gould commented on THRIFT-3640: Also, workaround on 0.9.3 seems to be to use a different

[jira] [Commented] (THRIFT-3640) Cannot define service exception with argument name having numerical values

2016-02-16 Thread Benjamin Gould (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3640?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15149817#comment-15149817 ] Benjamin Gould commented on THRIFT-3640: Tested this with 0.9.3 and I'm able to reproduce.

[jira] [Created] (THRIFT-3640) Cannot define service exception with argument name having numerical values

2016-02-16 Thread Paul (JIRA)
Paul created THRIFT-3640: Summary: Cannot define service exception with argument name having numerical values Key: THRIFT-3640 URL: https://issues.apache.org/jira/browse/THRIFT-3640 Project: Thrift

[jira] [Created] (THRIFT-3639) C# Thrift library forces TLS 1.0, thwarting TLS 1.2 usage

2016-02-16 Thread Cott Lang (JIRA)
Cott Lang created THRIFT-3639: - Summary: C# Thrift library forces TLS 1.0, thwarting TLS 1.2 usage Key: THRIFT-3639 URL: https://issues.apache.org/jira/browse/THRIFT-3639 Project: Thrift Issue

Build failed in Jenkins: thrift #607

2016-02-16 Thread gmcdonald
See Changes: [jensg] THRIFT-3638 Fix haxelib.json Client: Haxe Patch: Jens Geyer [ra] THRIFT-1385: make install ignores prefix Client: Java/build Patch: -- [...truncated 1675 lines...]

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

2016-02-16 Thread Randy Abernethy (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15148777#comment-15148777 ] Randy Abernethy edited comment on THRIFT-1385 at 2/16/16 4:40 PM: -- While

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

2016-02-16 Thread Randy Abernethy (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1385?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Randy Abernethy resolved THRIFT-1385. - Resolution: Fixed Committed. N.B.: 1. JAVA_PREFIX takes priority over PREFIX 2. This

[jira] [Closed] (THRIFT-3622) Fix deprecated uses of std::auto_ptr

2016-02-16 Thread John Sirois (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3622?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Sirois closed THRIFT-3622. --- Resolution: Later > Fix deprecated uses of std::auto_ptr > > >

[jira] [Reopened] (THRIFT-3622) Fix deprecated uses of std::auto_ptr

2016-02-16 Thread John Sirois (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3622?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Sirois reopened THRIFT-3622: - Assignee: (was: John Sirois) > Fix deprecated uses of std::auto_ptr >

Re: [DISCUSSION] Patches and precommits

2016-02-16 Thread Randy Abernethy
Hey Jake, On this topic. The ASF Jenkins farm has a lot of custom slave setups. Any discussion around installing a base linux and docker and testing everything in containers? Would allow all builds to run on all slaves. Right now it is sort of Ubuntu or nothing. -Randy On Tue, Feb 16, 2016 at

[GitHub] thrift pull request: THRIFT-3622 Fix deprecated uses of std::auto_...

2016-02-16 Thread jsirois
Github user jsirois commented on the pull request: https://github.com/apache/thrift/pull/860#issuecomment-184741791 Thanks for taking a look @nsuke, I'm going to abandon this change until I understand the c/c++ build landscape better. --- If your project is set up for it, you can

[GitHub] thrift pull request: THRIFT-3622 Fix deprecated uses of std::auto_...

2016-02-16 Thread jsirois
Github user jsirois closed the pull request at: https://github.com/apache/thrift/pull/860 --- 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] [Comment Edited] (THRIFT-1385) make install doesn't install java library in the setted folder

2016-02-16 Thread Randy Abernethy (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15148824#comment-15148824 ] Randy Abernethy edited comment on THRIFT-1385 at 2/16/16 3:53 PM: -- This

[jira] [Closed] (THRIFT-3622) Fix deprecated uses of std::auto_ptr

2016-02-16 Thread John Sirois (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3622?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Sirois closed THRIFT-3622. --- Resolution: Later I'm going to close this issue for later until I understand the c/c++ build better

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

2016-02-16 Thread Randy Abernethy (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1385?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Randy Abernethy reopened THRIFT-1385: - Assignee: Randy Abernethy (was: Roger Meier) While I agree that --prefix should be

[jira] [Commented] (THRIFT-3636) The precision is 15 bits after dot of casting from double to string in Thrift-cpp-library- json-protocol.

2016-02-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3636?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15148677#comment-15148677 ] ASF GitHub Bot commented on THRIFT-3636: Github user mygityf commented on the pull request:

[GitHub] thrift pull request: THRIFT-3636 The precision is 15 bits after do...

2016-02-16 Thread mygityf
Github user mygityf commented on the pull request: https://github.com/apache/thrift/pull/870#issuecomment-184704422 @nsuke just do it to make it better. --- 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

Re: [DISCUSSION] Patches and precommits

2016-02-16 Thread Jake Farrell
The jira-jenkins precommit jobs run today for Hadoop and its subprojects, they use the patch available flag in the ticket to trigger the build -Jake On Tue, Feb 16, 2016 at 5:47 AM, Jens Geyer wrote: > Hi, > > > attach jira to the precommit jenkins builds also > > That

[jira] [Commented] (THRIFT-3636) The precision is 15 bits after dot of casting from double to string in Thrift-cpp-library- json-protocol.

2016-02-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3636?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15148607#comment-15148607 ] ASF GitHub Bot commented on THRIFT-3636: Github user nsuke commented on the pull request:

[GitHub] thrift pull request: THRIFT-3636 The precision is 15 bits after do...

2016-02-16 Thread nsuke
Github user nsuke commented on the pull request: https://github.com/apache/thrift/pull/870#issuecomment-184687016 @mygityf the failure is unrelated to your patch so no need to worry about that any more. Would you mind if I remove the comment as per @hcorg 's suggestion, now

[jira] [Commented] (THRIFT-3627) Missing basic code style consistency of JavaScript.

2016-02-16 Thread Aki Sukegawa (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3627?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15148604#comment-15148604 ] Aki Sukegawa commented on THRIFT-3627: -- Consistency is a good point. In that case, the right way

AW: [DISCUSSION] Patches and precommits

2016-02-16 Thread Jens Geyer
Hi, > attach jira to the precommit jenkins builds also That is possible? Pulling the patch file and do a build? I was not aware of that. JensG Von: Jake Farrell Gesendet: 16.02.2016 04:37 An: dev@thrift.apache.org Betreff: Re: [DISCUSSION] Patches and