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

2016-01-07 Thread Jens Geyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15088502#comment-15088502 ] Jens Geyer commented on THRIFT-3528: Thanks for the explanation. > Fix warnings in t

[jira] [Resolved] (THRIFT-184) Add OSGi Manifest headers to the libthrift java library to be able to use Thrift in the OSGi runtime

2016-01-07 Thread Roger Meier (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Roger Meier resolved THRIFT-184. Resolution: Fixed > Add OSGi Manifest headers to the libthrift java library to be able to use > Thr

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

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

[jira] [Commented] (THRIFT-3175) fastbinary.c python deserialize can cause huge allocations from garbage

2016-01-07 Thread Aki Sukegawa (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3175?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15087805#comment-15087805 ] Aki Sukegawa commented on THRIFT-3175: -- I'm planning to lift 10,000 limitation by TH

[jira] [Created] (THRIFT-3530) Introduce string and container length limit to more languages

2016-01-07 Thread Aki Sukegawa (JIRA)
Aki Sukegawa created THRIFT-3530: Summary: Introduce string and container length limit to more languages Key: THRIFT-3530 URL: https://issues.apache.org/jira/browse/THRIFT-3530 Project: Thrift

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

2016-01-07 Thread hcorg
Github user hcorg commented on the pull request: https://github.com/apache/thrift/pull/778#issuecomment-169698270 Comment is from older version, which for some reason passed all unexpected tokens to bison.. strange :) So with comment removal this patch has my +1 :+1: --- I

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

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

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

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

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

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

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

2016-01-07 Thread hcorg
Github user hcorg commented on the pull request: https://github.com/apache/thrift/pull/778#issuecomment-169691258 thrift_reserved_keyword(yytext); is used to report "Cannot use reserved language keyword: " (reserved in Thrift target languages, not Thrift itself). As "union" is already

[jira] [Created] (THRIFT-3529) OS X installation by homebrew formular

2016-01-07 Thread Torben Greulich (JIRA)
Torben Greulich created THRIFT-3529: --- Summary: OS X installation by homebrew formular Key: THRIFT-3529 URL: https://issues.apache.org/jira/browse/THRIFT-3529 Project: Thrift Issue Type: Doc

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

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

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

2016-01-07 Thread nsuke
Github user nsuke commented on the pull request: https://github.com/apache/thrift/pull/778#issuecomment-169677418 Sure, that's the whole point of putting this as a PR. In a nutshell I believe it does not change any behavior except that it fixes 3 warnings pasted to JIRA. Those

[jira] [Updated] (THRIFT-640) Support deprecation

2016-01-07 Thread Jake Farrell (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-640?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jake Farrell updated THRIFT-640: Patch Info: Patch Available > Support deprecation > --- > > Key: THR