[DOCS] dependencies (was Re: make cross does not execute test.sh)

2014-05-15 Thread Roger Meier
Yes, the docs are partly outdated. However the web site does not reflect master development branch I have already added the lib/${language}/README.md files to the staging web site: http://thrift.staging.apache.org/lib/cpp they are generated from source tree. I would appreciate if you could

[jira] [Commented] (THRIFT-2505) go: struct should always be a pointer to avoid copying of potentially size-unbounded structs

2014-05-15 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2505?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13995786#comment-13995786 ] Hudson commented on THRIFT-2505: FAILURE: Integrated in Thrift #1151 (See

[jira] [Commented] (THRIFT-2497) server and client for test/go, also several fixes and improvements

2014-05-15 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13993131#comment-13993131 ] ASF GitHub Bot commented on THRIFT-2497: Github user asfgit closed the pull

Re: [DOCS] dependencies (was Re: make cross does not execute test.sh)

2014-05-15 Thread Chamila Wijayarathna
Hi Roger, I have created THRIFT-2533 https://issues.apache.org/jira/browse/THRIFT-2533Boost version in requirements should be updated and 1. THRIFT-2532 https://issues.apache.org/jira/browse/THRIFT-2532Java version in installation requirements should be updated, and I have attached

[jira] [Updated] (THRIFT-2523) Visual Studio project is missing OverlappedSubmissionThread files

2014-05-15 Thread Peace C (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2523?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peace C updated THRIFT-2523: Description: The Visual Studio project for the c++ library is missing the files :

[jira] [Commented] (THRIFT-2190) Add the JavaScript thrift.js lib to the Bower registry

2014-05-15 Thread David Sautter (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2190?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13994190#comment-13994190 ] David Sautter commented on THRIFT-2190: --- sorry guys i looked at the 0.9.1... -.-

[GitHub] thrift pull request: THRIFT-2520 Compiler:put non-template method ...

2014-05-15 Thread nsuke
GitHub user nsuke opened a pull request: https://github.com/apache/thrift/pull/118 THRIFT-2520 Compiler:put non-template method definitions in .cpp files See https://issues.apache.org/jira/browse/THRIFT-2520 . You can merge this pull request into a Git repository by running: $

[jira] [Commented] (THRIFT-2486) Markdown for: Provide option to not write default values

2014-05-15 Thread Randy Abernethy (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13997307#comment-13997307 ] Randy Abernethy commented on THRIFT-2486: - I will leave the first markdown,

[jira] [Updated] (THRIFT-2486) Markdown for: Provide option to not write default values

2014-05-15 Thread Randy Abernethy (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Randy Abernethy updated THRIFT-2486: Description: Docs to support default values. (was: Docs to support optional default

Re: [GSoC] THRIFT-847 Test Framework harmonization across all languages

2014-05-15 Thread Roger Meier
Hi Chamila generating this as an additional result out of test.sh is good first step. attached is a template for the second step: git apply test_status.diff it uses jquery datatables, a simple and useful table control we can add filter functions to the table, etc. you can generate status.html

[jira] [Commented] (THRIFT-2525) C# client connecting to C++ server via named pipe transport gets TTransportException

2014-05-15 Thread Ben Craig (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13997566#comment-13997566 ] Ben Craig commented on THRIFT-2525: --- Sorry this didn't work out of the box for you

[GitHub] thrift pull request: TypeScript extension for Thrift Compiler (THR...

2014-05-15 Thread bufferoverflow
Github user bufferoverflow commented on the pull request: https://github.com/apache/thrift/pull/119#issuecomment-42712665 Great work Pascal! thanks for adding the required topic: https://issues.apache.org/jira/browse/THRIFT-2522 could you please - add the

Re: Can anyone point me to the JIRA for this compiler feature?

2014-05-15 Thread Jens Geyer
I have an even older IDL file here, the Cassandra 0.6.0 interface from 2010-04-18 -Ursprüngliche Nachricht- From: Jens Geyer Sent: Wednesday, May 14, 2014 10:24 PM To: dev@thrift.apache.org Subject: Re: Can anyone point me to the JIRA for this compiler feature? Could you define

[GitHub] thrift pull request: THRIFT-2455: Allow client certificates to be ...

2014-05-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/thrift/pull/96 --- 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

Re: make cross does not execute test.sh

2014-05-15 Thread Chamila Wijayarathna
Hi Roger, My current version is this. #define BOOST_LIB_VERSION 1_46_1 So I need to upgrade this to 1.53.0? I installed this version by running command at [1]. I think we need to update that documentation. 1. http://thrift.apache.org/docs/install/ubuntu Thank You On Thu, May 15, 2014 at 12:15

[jira] [Commented] (THRIFT-2192) autotools on Redhat based systems

2014-05-15 Thread Hiroaki Kawai (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13998281#comment-13998281 ] Hiroaki Kawai commented on THRIFT-2192: --- With this patch, I could also successfully

[jira] [Commented] (THRIFT-2486) Markdown for: Provide option to not write default values

2014-05-15 Thread Randy Abernethy (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13998325#comment-13998325 ] Randy Abernethy commented on THRIFT-2486: - Hey Henrique, Yes, Jens suggested

[jira] [Commented] (THRIFT-2515) TLS Method error during make

2014-05-15 Thread Mike Winkelmann (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13992707#comment-13992707 ] Mike Winkelmann commented on THRIFT-2515: - No, I don't use some special compile

[jira] [Resolved] (THRIFT-2497) server and client for test/go, also several fixes and improvements

2014-05-15 Thread Jens Geyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2497?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jens Geyer resolved THRIFT-2497. Resolution: Fixed Fix Version/s: 0.9.2 Committed, except the generator modification (see

[GitHub] thrift pull request: THRIFT-2497

2014-05-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/thrift/pull/109 --- 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-2532) Java version in installation requirements should be updated

2014-05-15 Thread Chamila Dilshan Wijayarathna (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chamila Dilshan Wijayarathna updated THRIFT-2532: - Attachment:

[jira] [Created] (THRIFT-2533) Boost version in requirements should be udpdated

2014-05-15 Thread Chamila Dilshan Wijayarathna (JIRA)
Chamila Dilshan Wijayarathna created THRIFT-2533: Summary: Boost version in requirements should be udpdated Key: THRIFT-2533 URL: https://issues.apache.org/jira/browse/THRIFT-2533

[jira] [Resolved] (THRIFT-2532) Java version in installation requirements should be updated

2014-05-15 Thread Roger Meier (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Roger Meier resolved THRIFT-2532. - Resolution: Fixed Assignee: Roger Meier updated java and boost here:

[jira] [Created] (THRIFT-2532) Java version in installation requirements should be updated

2014-05-15 Thread Chamila Dilshan Wijayarathna (JIRA)
Chamila Dilshan Wijayarathna created THRIFT-2532: Summary: Java version in installation requirements should be updated Key: THRIFT-2532 URL: https://issues.apache.org/jira/browse/THRIFT-2532

[jira] [Commented] (THRIFT-2192) autotools on Redhat based systems

2014-05-15 Thread Randy Abernethy (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13997826#comment-13997826 ] Randy Abernethy commented on THRIFT-2192: - There are two other recent issue on

[jira] [Commented] (THRIFT-2525) C# client connecting to C++ server via named pipe transport gets TTransportException

2014-05-15 Thread Peace C (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13997849#comment-13997849 ] Peace C commented on THRIFT-2525: - Ben: I'm not able to break in

Re: Can anyone point me to the JIRA for this compiler feature?

2014-05-15 Thread Jens Geyer
No, stop - the original one doesn't have the prefix: https://github.com/apache/cassandra/blob/cassandra-0.6.0/interface/cassandra.thrift Seems some change around 2010-2011. -Ursprüngliche Nachricht- From: Jens Geyer Sent: Wednesday, May 14, 2014 10:25 PM To: dev@thrift.apache.org

[jira] [Updated] (THRIFT-2532) Java version in installation requirements should be updated

2014-05-15 Thread Roger Meier (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Roger Meier updated THRIFT-2532: Labels: gsoc2014 (was: ) Java version in installation requirements should be updated

[jira] [Created] (THRIFT-2530) TIOStreamTransport's isOpen() always be true even if close() was called.

2014-05-15 Thread tedlin (JIRA)
tedlin created THRIFT-2530: -- Summary: TIOStreamTransport's isOpen() always be true even if close() was called. Key: THRIFT-2530 URL: https://issues.apache.org/jira/browse/THRIFT-2530 Project: Thrift

[jira] [Comment Edited] (THRIFT-2525) C# client connecting to C++ server via named pipe transport gets TTransportException

2014-05-15 Thread Peace C (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13996887#comment-13996887 ] Peace C edited comment on THRIFT-2525 at 5/13/14 8:58 PM: -- After

[jira] [Commented] (THRIFT-2192) autotools on Redhat based systems

2014-05-15 Thread Randy Abernethy (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13997685#comment-13997685 ] Randy Abernethy commented on THRIFT-2192: - Hey Jake, Are you aware of any

[jira] [Commented] (THRIFT-2192) autotools on Redhat based systems

2014-05-15 Thread Randy Abernethy (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13997384#comment-13997384 ] Randy Abernethy commented on THRIFT-2192: - I would agree that Thrift should build

[jira] [Resolved] (THRIFT-2453) haskell tutorial: fix up division by 0 example

2014-05-15 Thread Roger Meier (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2453?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Roger Meier resolved THRIFT-2453. - Resolution: Fixed Assignee: Roger Meier committed as part of THRIFT-2401 haskell

[jira] [Created] (THRIFT-2523) Visual Studio project is missing OverlappedSubmissionThread files

2014-05-15 Thread Peace C (JIRA)
Peace C created THRIFT-2523: --- Summary: Visual Studio project is missing OverlappedSubmissionThread files Key: THRIFT-2523 URL: https://issues.apache.org/jira/browse/THRIFT-2523 Project: Thrift

[jira] [Closed] (THRIFT-2505) go: struct should always be a pointer to avoid copying of potentially size-unbounded structs

2014-05-15 Thread Jens Geyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2505?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jens Geyer closed THRIFT-2505. -- Resolution: Fixed go: struct should always be a pointer to avoid copying of potentially

[jira] [Updated] (THRIFT-2505) go: struct should always be a pointer to avoid copying of potentially size-unbounded structs

2014-05-15 Thread Jens Geyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2505?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jens Geyer updated THRIFT-2505: --- Fix Version/s: 0.9.2 go: struct should always be a pointer to avoid copying of potentially

[jira] [Created] (THRIFT-2521) Fixed synchronisation in ThreadManager.cpp

2014-05-15 Thread JIRA
Grzegorz Leszczyński created THRIFT-2521: Summary: Fixed synchronisation in ThreadManager.cpp Key: THRIFT-2521 URL: https://issues.apache.org/jira/browse/THRIFT-2521 Project: Thrift

Build failed in Jenkins: Thrift #1149

2014-05-15 Thread Apache Jenkins Server
See https://builds.apache.org/job/Thrift/1149/changes Changes: [jensg] THRIFT-2455 Allow client certificates to be used with THttpClient [jensg] THRIFT-2497 server and client for test/go, also several fixes and improvements -- [...truncated 8714

[jira] [Commented] (THRIFT-2497) server and client for test/go, also several fixes and improvements

2014-05-15 Thread Aleksey Pesternikov (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13993879#comment-13993879 ] Aleksey Pesternikov commented on THRIFT-2497: - Jens, returning false from

[jira] [Commented] (THRIFT-2455) Allow client certificates to be used with THttpClient

2014-05-15 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2455?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13993132#comment-13993132 ] ASF GitHub Bot commented on THRIFT-2455: Github user asfgit closed the pull

[jira] [Created] (THRIFT-2526) Assignment operators and copy constructors in c++ don't copy the __isset struct

2014-05-15 Thread Dirk Vanden Boer (JIRA)
Dirk Vanden Boer created THRIFT-2526: Summary: Assignment operators and copy constructors in c++ don't copy the __isset struct Key: THRIFT-2526 URL: https://issues.apache.org/jira/browse/THRIFT-2526