[jira] [Created] (THRIFT-3541) Make tutorial fails to compile for dmd v2.069.2

2016-01-10 Thread Lucas Burson (JIRA)
Lucas Burson created THRIFT-3541: Summary: Make tutorial fails to compile for dmd v2.069.2 Key: THRIFT-3541 URL: https://issues.apache.org/jira/browse/THRIFT-3541 Project: Thrift Issue Type:

[jira] [Created] (THRIFT-3542) Add length limit support to Java test server

2016-01-10 Thread Aki Sukegawa (JIRA)
Aki Sukegawa created THRIFT-3542: Summary: Add length limit support to Java test server Key: THRIFT-3542 URL: https://issues.apache.org/jira/browse/THRIFT-3542 Project: Thrift Issue Type:

[jira] [Commented] (THRIFT-3542) Add length limit support to Java test server

2016-01-10 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3542?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15091459#comment-15091459 ] ASF GitHub Bot commented on THRIFT-3542: GitHub user nsuke opened a pull request:

[GitHub] thrift pull request: THRIFT-3542 Add length limit support to Java ...

2016-01-10 Thread nsuke
GitHub user nsuke opened a pull request: https://github.com/apache/thrift/pull/788 THRIFT-3542 Add length limit support to Java test server This also cleans up redundant code and also adds TBinaryProtocol(Factory) constructors that allow users to specify length limit without

[jira] [Commented] (THRIFT-3540) Make python tutorial more in line with PEP8

2016-01-10 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3540?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15091341#comment-15091341 ] ASF GitHub Bot commented on THRIFT-3540: GitHub user nsuke opened a pull request:

[jira] [Created] (THRIFT-3540) Make python tutorial more in line with PEP8

2016-01-10 Thread Aki Sukegawa (JIRA)
Aki Sukegawa created THRIFT-3540: Summary: Make python tutorial more in line with PEP8 Key: THRIFT-3540 URL: https://issues.apache.org/jira/browse/THRIFT-3540 Project: Thrift Issue Type: Bug

[GitHub] thrift pull request: THRIFT-3540 Make python tutorial more in line...

2016-01-10 Thread nsuke
GitHub user nsuke opened a pull request: https://github.com/apache/thrift/pull/786 THRIFT-3540 Make python tutorial more in line with PEP8 You can merge this pull request into a Git repository by running: $ git pull https://github.com/nsuke/thrift THRIFT-3540 Alternatively

[GitHub] thrift pull request: THRIFT-3528 Fix warnings in thrift.ll

2016-01-10 Thread nsuke
Github user nsuke commented on the pull request: https://github.com/apache/thrift/pull/778#issuecomment-170418643 @hcorg oh I actually got your point, thanks for catching this. Comments are harder to read than C++ :p --- If your project is set up for it, you can reply to this email

[jira] [Commented] (THRIFT-3528) Fix warnings in thrift.ll

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

[jira] [Commented] (THRIFT-3527) -gen py:dynamic,utf8strings ignores utf8strings option

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

[jira] [Commented] (THRIFT-3526) Code generated by py:utf8strings does not work for Python3

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

[jira] [Commented] (THRIFT-3525) py:dynamic fails to handle binary list/set/map element

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

[GitHub] thrift pull request: THRIFT-3532 Add configurable string and conta...

2016-01-10 Thread nsuke
GitHub user nsuke opened a pull request: https://github.com/apache/thrift/pull/787 THRIFT-3532 Add configurable string and container read size limit to … …Python protocols You can merge this pull request into a Git repository by running: $ git pull

[jira] [Commented] (THRIFT-3532) Add configurable string and container read size limit to Python protocols

2016-01-10 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15091428#comment-15091428 ] ASF GitHub Bot commented on THRIFT-3532: GitHub user nsuke opened a pull request:

[GitHub] thrift pull request: Add a Http Transport.

2016-01-10 Thread dimiro1
GitHub user dimiro1 opened a pull request: https://github.com/apache/thrift/pull/785 Add a Http Transport. The protocol was implemented as a HandlerFunc using the standard net/http package. See: https://github.com/apache/thrift/pull/557 See:

[jira] [Commented] (THRIFT-3251) Add http transport for server to Go lib

2016-01-10 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15091320#comment-15091320 ] ASF GitHub Bot commented on THRIFT-3251: GitHub user dimiro1 opened a pull request:

[GitHub] thrift pull request: Add a Http Transport.

2016-01-10 Thread dimiro1
Github user dimiro1 commented on the pull request: https://github.com/apache/thrift/pull/785#issuecomment-170414140 @Jens-G please take a look at this first iteration. Thanks --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

[jira] [Commented] (THRIFT-3523) XML Generator

2016-01-10 Thread Benjamin Gould (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3523?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15091329#comment-15091329 ] Benjamin Gould commented on THRIFT-3523: Hi Jens, thanks for committing. To answer your

[jira] [Updated] (THRIFT-3523) XML Generator

2016-01-10 Thread Benjamin Gould (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3523?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benjamin Gould updated THRIFT-3523: --- Attachment: transforms.tar.gz Archive containing examples of XSL transforms utilizing the

[GitHub] thrift pull request: THRIFT-9999:In multiplexer mode, when data ge...

2016-01-10 Thread nsuke
Github user nsuke commented on the pull request: https://github.com/apache/thrift/pull/773#issuecomment-170418385 Could you rename your PR to include "THRIFT-3522" ? --- 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 pull request: THRIFT-3527 -gen py:dynamic,utf8strings ignor...

2016-01-10 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/thrift/pull/777 --- 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

[GitHub] thrift pull request: THRIFT-3503 Enable py:utf8string by default

2016-01-10 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/thrift/pull/779 --- 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

[GitHub] thrift pull request: THRIFT-3525 py:dynamic fails to handle binary...

2016-01-10 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/thrift/pull/775 --- 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] [Commented] (THRIFT-3503) Enable py:utf8string by default

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

[jira] [Commented] (THRIFT-3531) Create cross lang feature test for string and container read length limit

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

[jira] [Commented] (THRIFT-3528) Fix warnings in thrift.ll

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

[GitHub] thrift pull request: THRIFT-3531 Create cross lang feature test fo...

2016-01-10 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/thrift/pull/780 --- 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

[GitHub] thrift pull request: THRIFT-3528 Fix warnings in thrift.ll

2016-01-10 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/thrift/pull/778 --- 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

[GitHub] thrift pull request: THRIFT-3526 Code generated by py:utf8strings ...

2016-01-10 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/thrift/pull/776 --- 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] [Issue Comment Deleted] (THRIFT-3523) XML Generator

2016-01-10 Thread Benjamin Gould (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3523?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benjamin Gould updated THRIFT-3523: --- Comment: was deleted (was: Archive containing examples of XSL transforms utilizing the

Re: Thoughts on a 0.9.4 rc

2016-01-10 Thread Aki Sukegawa
conventional_changelog seems to have a lot of over-wrap with current JIRA based one. What is pros and cons of this ? Obvious ones are: pros: * lightweight cons: * handling typo, wrong/forgotten tags etc is tricky The version number might not matter that much to poeple but maybe it does more to

Re: Thoughts on a 0.9.4 rc

2016-01-10 Thread Randy Abernethy
To me 1.0 means (in order of significance): 1. Build is fully cmake (no bootstrap.sh, etc.) 2. Python 3 supported 3. Modern C++ supported That is of course just my wish list. The first one is the most significant given it impacts all users. On Sun, Jan 10, 2016 at 6:17 PM, Aki Sukegawa

[jira] [Assigned] (THRIFT-3442) Run CMake tests on Appveyor

2016-01-10 Thread Aki Sukegawa (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aki Sukegawa reassigned THRIFT-3442: Assignee: Aki Sukegawa (was: Jake Farrell) > Run CMake tests on Appveyor >

[jira] [Updated] (THRIFT-3442) Run CMake tests on Appveyor

2016-01-10 Thread Aki Sukegawa (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aki Sukegawa updated THRIFT-3442: - Issue Type: Sub-task (was: Improvement) Parent: THRIFT-3014 > Run CMake tests on

[jira] [Resolved] (THRIFT-3442) Run CMake tests on Appveyor

2016-01-10 Thread Aki Sukegawa (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aki Sukegawa resolved THRIFT-3442. -- Resolution: Fixed Fix Version/s: 0.9.4 I wrongly assumed that it was once enabled on

[GitHub] thrift pull request: THRIFT-3523 : XML Generator

2016-01-10 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/thrift/pull/774 --- 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] [Commented] (THRIFT-3523) XML Generator

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

[GitHub] thrift pull request: Thrift 3251 Add http transport for server to ...

2016-01-10 Thread Jens-G
Github user Jens-G commented on the pull request: https://github.com/apache/thrift/pull/557#issuecomment-170335304 @dimiro1 could you please make a PR out of it? http://thrift.apache.org/docs/HowToContribute --- If your project is set up for it, you can reply to this email and

[jira] [Comment Edited] (THRIFT-3533) Can not send nil pointer as service method argument

2016-01-10 Thread Chris Bannister (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3533?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15090984#comment-15090984 ] Chris Bannister edited comment on THRIFT-3533 at 1/10/16 11:12 AM: --- In

[jira] [Comment Edited] (THRIFT-3533) Can not send nil pointer as service method argument

2016-01-10 Thread Chris Bannister (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3533?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15090984#comment-15090984 ] Chris Bannister edited comment on THRIFT-3533 at 1/10/16 11:11 AM: --- In

[jira] [Commented] (THRIFT-3474) Docker: thrift-compiler

2016-01-10 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15090993#comment-15090993 ] ASF GitHub Bot commented on THRIFT-3474: Github user bufferoverflow commented on the pull

[GitHub] thrift pull request: THRIFT-3474 Docker: thrift-compiler

2016-01-10 Thread bufferoverflow
Github user bufferoverflow commented on the pull request: https://github.com/apache/thrift/pull/733#issuecomment-170337691 rework done ready to merge to 0.9.3 branch --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If

[jira] [Commented] (THRIFT-3536) Error 'char' does not contain a definition for 'IsLowSurrogate' for WP7 target

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

[jira] [Commented] (THRIFT-3469) Docker: Debian support

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

[jira] [Resolved] (THRIFT-3469) Docker: Debian support

2016-01-10 Thread Roger Meier (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3469?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Roger Meier resolved THRIFT-3469. - Resolution: Fixed Fix Version/s: 1.0 0.9.4 committed > Docker: Debian

[GitHub] thrift pull request: THRIFT-3510 Add HttpTaskAsyncHandler implemen...

2016-01-10 Thread adam-resdiary
Github user adam-resdiary commented on the pull request: https://github.com/apache/thrift/pull/762#issuecomment-170336556 @Jens-G @nsuke That's the changes added to get rid of the separateasync flag and just use the async flag instead. One thing I noticed is we've got

[jira] [Commented] (THRIFT-3510) Add HttpTaskAsyncHandler implementation

2016-01-10 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15090990#comment-15090990 ] ASF GitHub Bot commented on THRIFT-3510: Github user adam-resdiary commented on the pull request:

[GitHub] thrift pull request: THRIFT-3469 Docker: Debian support

2016-01-10 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/thrift/pull/746 --- 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] [Commented] (THRIFT-3536) Error 'char' does not contain a definition for 'IsLowSurrogate' for WP7 target

2016-01-10 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3536?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15091021#comment-15091021 ] ASF GitHub Bot commented on THRIFT-3536: GitHub user Jens-G opened a pull request:

[jira] [Commented] (THRIFT-3510) Add HttpTaskAsyncHandler implementation

2016-01-10 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15091055#comment-15091055 ] ASF GitHub Bot commented on THRIFT-3510: Github user Jens-G commented on the pull request:

[jira] [Commented] (THRIFT-3014) AppVeyor support

2016-01-10 Thread Roger Meier (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15090962#comment-15090962 ] Roger Meier commented on THRIFT-3014: - We need a hook on GitHub to trigger the AppVeyor build

Re: Thoughts on a 0.9.4 rc

2016-01-10 Thread Roger Meier
Hi fully agree on more frequent releases and I personally do not care that much about the numbers. The cross testing is much more important. 0.10.0 why not or 0.9.4 if it is easier or a 1.0.0 it does not matter. The difficult thing is how do people really know what's changed and that's why I

[jira] [Commented] (THRIFT-3510) Add HttpTaskAsyncHandler implementation

2016-01-10 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15090995#comment-15090995 ] ASF GitHub Bot commented on THRIFT-3510: Github user adam-resdiary commented on the pull request:

[GitHub] thrift pull request: THRIFT-3510 Add HttpTaskAsyncHandler implemen...

2016-01-10 Thread adam-resdiary
Github user adam-resdiary commented on the pull request: https://github.com/apache/thrift/pull/762#issuecomment-170337865 Ok - that should be it sorted now. I added the fixup in because for some reason VS decided to prefix a couple of the method prototypes with

[jira] [Created] (THRIFT-3536) Error 'char' does not contain a definition for 'IsLowSurrogate' for WP7 target

2016-01-10 Thread Jens Geyer (JIRA)
Jens Geyer created THRIFT-3536: -- Summary: Error 'char' does not contain a definition for 'IsLowSurrogate' for WP7 target Key: THRIFT-3536 URL: https://issues.apache.org/jira/browse/THRIFT-3536 Project:

[jira] [Resolved] (THRIFT-3452) .travis.yml: Migrating from legacy to container-based infrastructure

2016-01-10 Thread Roger Meier (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3452?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Roger Meier resolved THRIFT-3452. - Resolution: Fixed I would say we did it ;-) > .travis.yml: Migrating from legacy to

[jira] [Resolved] (THRIFT-3523) XML Generator

2016-01-10 Thread Jens Geyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3523?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jens Geyer resolved THRIFT-3523. Resolution: Fixed Fix Version/s: 1.0 Committed. > XML Generator > - > >

[jira] [Updated] (THRIFT-3523) XML Generator

2016-01-10 Thread Jens Geyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3523?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jens Geyer updated THRIFT-3523: --- Component/s: (was: Compiler (General)) XML/XSD - Compiler > XML Generator >

[GitHub] thrift pull request: THRIFT-9999:In multiplexer mode, when data ge...

2016-01-10 Thread mice530
Github user mice530 commented on the pull request: https://github.com/apache/thrift/pull/773#issuecomment-170334291 My mistake. Paste the wrong ticket number. I'll add some test cases when I get time next week. Too busy working this week. --- If your project is set up for it,

[jira] [Comment Edited] (THRIFT-3533) Can not send nil pointer as service method argument

2016-01-10 Thread Chris Bannister (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3533?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15090984#comment-15090984 ] Chris Bannister edited comment on THRIFT-3533 at 1/10/16 11:09 AM: --- In

[jira] [Comment Edited] (THRIFT-3533) Can not send nil pointer as service method argument

2016-01-10 Thread Chris Bannister (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3533?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15090984#comment-15090984 ] Chris Bannister edited comment on THRIFT-3533 at 1/10/16 11:09 AM: --- In

[jira] [Comment Edited] (THRIFT-3533) Can not send nil pointer as service method argument

2016-01-10 Thread Chris Bannister (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3533?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15090984#comment-15090984 ] Chris Bannister edited comment on THRIFT-3533 at 1/10/16 11:08 AM: --- In

[jira] [Comment Edited] (THRIFT-3533) Can not send nil pointer as service method argument

2016-01-10 Thread Chris Bannister (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3533?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15090984#comment-15090984 ] Chris Bannister edited comment on THRIFT-3533 at 1/10/16 11:11 AM: --- In

[jira] [Comment Edited] (THRIFT-3533) Can not send nil pointer as service method argument

2016-01-10 Thread Chris Bannister (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3533?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15090984#comment-15090984 ] Chris Bannister edited comment on THRIFT-3533 at 1/10/16 11:10 AM: --- In

[jira] [Comment Edited] (THRIFT-3533) Can not send nil pointer as service method argument

2016-01-10 Thread Chris Bannister (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3533?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15090984#comment-15090984 ] Chris Bannister edited comment on THRIFT-3533 at 1/10/16 11:10 AM: --- In

[jira] [Commented] (THRIFT-3510) Add HttpTaskAsyncHandler implementation

2016-01-10 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15090991#comment-15090991 ] ASF GitHub Bot commented on THRIFT-3510: Github user adam-resdiary commented on the pull request:

[GitHub] thrift pull request: THRIFT-3510 Add HttpTaskAsyncHandler implemen...

2016-01-10 Thread adam-resdiary
Github user adam-resdiary commented on the pull request: https://github.com/apache/thrift/pull/762#issuecomment-170336899 Sorry about all the whitespace changes - I've got SourceTree setup to ignore whitespace because it can't seem to handle reverting changes properly unless that

[GitHub] thrift pull request: THRIFT-3536 Error 'char' does not contain 'Is...

2016-01-10 Thread Jens-G
GitHub user Jens-G opened a pull request: https://github.com/apache/thrift/pull/781 THRIFT-3536 Error 'char' does not contain 'IsLowSurrogate' THRIFT-3536 Error 'char' does not contain a definition for 'IsLowSurrogate' for WP7 target Client: C# Patch: Jens Geyer You can

[jira] [Resolved] (THRIFT-3536) Error 'char' does not contain a definition for 'IsLowSurrogate' for WP7 target

2016-01-10 Thread Jens Geyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jens Geyer resolved THRIFT-3536. Resolution: Fixed Committed. > Error 'char' does not contain a definition for 'IsLowSurrogate'

[GitHub] thrift pull request: THRIFT-3536 Error 'char' does not contain 'Is...

2016-01-10 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/thrift/pull/781 --- 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] [Commented] (THRIFT-3533) Can not send nil pointer as service method argument

2016-01-10 Thread Chris Bannister (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3533?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15090984#comment-15090984 ] Chris Bannister commented on THRIFT-3533: - In python you can write this, service.method(None)

[jira] [Updated] (THRIFT-3534) Link error when building with Qt5

2016-01-10 Thread Roger Meier (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3534?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Roger Meier updated THRIFT-3534: Fix Version/s: 1.0 0.9.4 > Link error when building with Qt5 >

[GitHub] thrift pull request: Thrift 3251 Add http transport for server to ...

2016-01-10 Thread dimiro1
Github user dimiro1 commented on the pull request: https://github.com/apache/thrift/pull/557#issuecomment-170362506 @Jens-G The current test infrastructure for the go lib explicitly assume that the server is a SocketServer /test/go/src/server.go. I think it will be a lot of work

[jira] [Resolved] (THRIFT-3208) Fix Visual Studio solution build failure due to missing source

2016-01-10 Thread Roger Meier (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3208?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Roger Meier resolved THRIFT-3208. - Resolution: Fixed Assignee: Roger Meier Fix Version/s: 1.0

[GitHub] thrift pull request: Thrift 3251 Add http transport for server to ...

2016-01-10 Thread Jens-G
Github user Jens-G commented on the pull request: https://github.com/apache/thrift/pull/557#issuecomment-170364590 All languages are encouraged 1) to implement the standard Thrift test. This test is the basic test to ensure interoperability across languages for all features

[jira] [Commented] (THRIFT-3538) Remove UnboundMethodType in TProtocolDecorator

2016-01-10 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3538?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15091107#comment-15091107 ] ASF GitHub Bot commented on THRIFT-3538: GitHub user tbartelmess opened a pull request:

[jira] [Created] (THRIFT-3538) Remove UnboundMethodType in TProtocolDecorator

2016-01-10 Thread Thomas Bartelmess (JIRA)
Thomas Bartelmess created THRIFT-3538: - Summary: Remove UnboundMethodType in TProtocolDecorator Key: THRIFT-3538 URL: https://issues.apache.org/jira/browse/THRIFT-3538 Project: Thrift

[GitHub] thrift pull request: THRIFT-3538 Removed UnboundMethodType

2016-01-10 Thread tbartelmess
GitHub user tbartelmess opened a pull request: https://github.com/apache/thrift/pull/783 THRIFT-3538 Removed UnboundMethodType https://issues.apache.org/jira/browse/THRIFT-3538 You can merge this pull request into a Git repository by running: $ git pull

[GitHub] thrift pull request: THRIFT-3510 Add HttpTaskAsyncHandler implemen...

2016-01-10 Thread Jens-G
Github user Jens-G commented on the pull request: https://github.com/apache/thrift/pull/762#issuecomment-170352323 When editing the Thrift compiler C++ files please watch out and keep the existing formatting. IIRC by default VS indents with tabs. We don't want tab indents in that

[GitHub] thrift pull request: THRIFT-3510 Add HttpTaskAsyncHandler implemen...

2016-01-10 Thread adamconnelly
Github user adamconnelly commented on the pull request: https://github.com/apache/thrift/pull/762#issuecomment-170354621 Yeah, I already changed my settings to spaces for indentation, and two spaces for indents, which seemed to be what the existing code was using. It's just that

[jira] [Created] (THRIFT-3539) Use self.process_* instead of Processor.process_* in generated processor code

2016-01-10 Thread Thomas Bartelmess (JIRA)
Thomas Bartelmess created THRIFT-3539: - Summary: Use self.process_* instead of Processor.process_* in generated processor code Key: THRIFT-3539 URL: https://issues.apache.org/jira/browse/THRIFT-3539

[GitHub] thrift pull request: THRIFT-3539 Use self.process_foo instead of P...

2016-01-10 Thread tbartelmess
GitHub user tbartelmess opened a pull request: https://github.com/apache/thrift/pull/784 THRIFT-3539 Use self.process_foo instead of Processor.process_foo https://issues.apache.org/jira/browse/THRIFT-3539 You can merge this pull request into a Git repository by running: $ git

[jira] [Commented] (THRIFT-3539) Use self.process_* instead of Processor.process_* in generated processor code

2016-01-10 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3539?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=1509#comment-1509 ] ASF GitHub Bot commented on THRIFT-3539: GitHub user tbartelmess opened a pull request:

[jira] [Created] (THRIFT-3537) Remove the (now obsolete) csharp:asyncctp flag

2016-01-10 Thread Jens Geyer (JIRA)
Jens Geyer created THRIFT-3537: -- Summary: Remove the (now obsolete) csharp:asyncctp flag Key: THRIFT-3537 URL: https://issues.apache.org/jira/browse/THRIFT-3537 Project: Thrift Issue Type:

[jira] [Updated] (THRIFT-3536) Error 'char' does not contain a definition for 'IsLowSurrogate' for WP7 target

2016-01-10 Thread Jens Geyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jens Geyer updated THRIFT-3536: --- Component/s: C# - Library > Error 'char' does not contain a definition for 'IsLowSurrogate' for WP7

[jira] [Commented] (THRIFT-3460) Improve provided Debian packaging solution

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

[GitHub] thrift pull request: THRIFT-3460 Improve provided Debian packaging...

2016-01-10 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/thrift/pull/721 --- 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

[GitHub] thrift pull request: THRIFT-3503 Enable py:utf8string by default

2016-01-10 Thread bufferoverflow
Github user bufferoverflow commented on the pull request: https://github.com/apache/thrift/pull/779#issuecomment-170361468 +1 --- 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

[jira] [Commented] (THRIFT-3503) Enable py:utf8string by default

2016-01-10 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3503?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15091094#comment-15091094 ] ASF GitHub Bot commented on THRIFT-3503: Github user bufferoverflow commented on the pull

[jira] [Commented] (THRIFT-2790) thrift -gen all => an option to generate all languages and features

2016-01-10 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15091093#comment-15091093 ] ASF GitHub Bot commented on THRIFT-2790: GitHub user bufferoverflow opened a pull request:

[jira] [Commented] (THRIFT-3510) Add HttpTaskAsyncHandler implementation

2016-01-10 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15091069#comment-15091069 ] ASF GitHub Bot commented on THRIFT-3510: Github user adamconnelly commented on the pull request:

[jira] [Resolved] (THRIFT-3534) Link error when building with Qt5

2016-01-10 Thread Roger Meier (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3534?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Roger Meier resolved THRIFT-3534. - Resolution: Fixed committed > Link error when building with Qt5 >

[jira] [Resolved] (THRIFT-1736) Visual Studio top level project files within msvc

2016-01-10 Thread Roger Meier (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1736?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Roger Meier resolved THRIFT-1736. - Resolution: Won't Fix we have CMake to generate MSVC files > Visual Studio top level project

[jira] [Updated] (THRIFT-3537) Remove the (now obsolete) csharp:asyncctp flag

2016-01-10 Thread Jens Geyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3537?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jens Geyer updated THRIFT-3537: --- Issue Type: Sub-task (was: Improvement) Parent: THRIFT-3536 > Remove the (now obsolete)

[jira] [Updated] (THRIFT-3537) Remove the (now obsolete) csharp:asyncctp flag

2016-01-10 Thread Jens Geyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3537?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jens Geyer updated THRIFT-3537: --- Description: After THRIFT-3536 the WP7 support has been deprecated and removed. This also obsoletes

[GitHub] thrift pull request: THRIFT-2790 thrift -gen all => an option to g...

2016-01-10 Thread bufferoverflow
GitHub user bufferoverflow opened a pull request: https://github.com/apache/thrift/pull/782 THRIFT-2790 thrift -gen all => an option to generate all languages an… …d features You can merge this pull request into a Git repository by running: $ git pull

[jira] [Resolved] (THRIFT-3428) Go test fails when running make check

2016-01-10 Thread Roger Meier (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3428?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Roger Meier resolved THRIFT-3428. - Resolution: Not A Problem seems to be a local problem > Go test fails when running make check >

Build failed in Jenkins: thrift #580

2016-01-10 Thread gmcdonald
See Changes: [jensg] THRIFT-3523 XML Generator Client: XML Patch: Benjamin Gould, with minor [roger] THRIFT-3469 Docker: Debian support [jensg] THRIFT-3536 Error 'char' does not contain a definition for [roger] THRIFT-3460 Improve

[GitHub] thrift pull request: THRIFT-3538 Removed UnboundMethodType

2016-01-10 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/thrift/pull/783 --- 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] [Resolved] (THRIFT-3538) Remove UnboundMethodType in TProtocolDecorator

2016-01-10 Thread Roger Meier (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3538?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Roger Meier resolved THRIFT-3538. - Resolution: Fixed Fix Version/s: 1.0 0.9.4 committed > Remove

  1   2   >