[jira] [Closed] (THRIFT-3981) Enable analyzer strong mode in Dart library

2016-12-13 Thread Mark Erickson (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3981?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Erickson closed THRIFT-3981. - Resolution: Fixed Fix Version/s: 0.10.0 > Enable analyzer strong mode in Dart library >

[jira] [Commented] (THRIFT-3981) Enable analyzer strong mode in Dart library

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

[GitHub] thrift pull request #1135: THRIFT-3981 Enable analyzer strong mode in Dart l...

2016-12-13 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/thrift/pull/1135 --- 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-4005) Better Haskell Support for Union Types in Thrift

2016-12-13 Thread Isaac Sheff (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4005?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15746428#comment-15746428 ] Isaac Sheff commented on THRIFT-4005: - At the moment, I intend to play with potential solutions at

[jira] [Created] (THRIFT-4005) Better Haskell Support for Union Types in Thrift

2016-12-13 Thread Isaac Sheff (JIRA)
Isaac Sheff created THRIFT-4005: --- Summary: Better Haskell Support for Union Types in Thrift Key: THRIFT-4005 URL: https://issues.apache.org/jira/browse/THRIFT-4005 Project: Thrift Issue Type:

[jira] [Commented] (THRIFT-4003) Is there a reason why hexVal() in TJSONProtocol.java throws exception when uppercase alphabet is given?

2016-12-13 Thread Jens Geyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4003?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15746366#comment-15746366 ] Jens Geyer commented on THRIFT-4003: That implementation seems to be consensus across languages. On

[GitHub] thrift issue #1138: Add union example to ThriftTest

2016-12-13 Thread Jens-G
Github user Jens-G commented on the issue: https://github.com/apache/thrift/pull/1138 The calls are documented in ThiftTest.thrift. I'd suggest to follow the model we have. Maybe a bit more verbose. What should become claer is the expected inputs and the expected returns. Needed in

[jira] [Resolved] (THRIFT-3997) building thrift libs does not support new openssl

2016-12-13 Thread James E. King, III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3997?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James E. King, III resolved THRIFT-3997. Resolution: Duplicate Fix Version/s: 0.10.0 Resolved as a dupe of

[jira] [Updated] (THRIFT-3997) building thrift libs does not support new openssl

2016-12-13 Thread James E. King, III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3997?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James E. King, III updated THRIFT-3997: --- Component/s: (was: C++ - Compiler) C++ - Library > building

[jira] [Commented] (THRIFT-3997) building thrift libs does not support new openssl

2016-12-13 Thread James E. King, III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15745925#comment-15745925 ] James E. King, III commented on THRIFT-3997: If it doesn't work for some reason feel free to

[jira] [Updated] (THRIFT-3997) building thrift libs does not support new openssl

2016-12-13 Thread James E. King, III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3997?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James E. King, III updated THRIFT-3997: --- Fix Version/s: (was: 0.10.0) 0.11.0 > building thrift libs

Question about constants

2016-12-13 Thread Allen George
Can constants refer to other constants (for example, in included files?) I assume the answer is "Yes".

[jira] [Updated] (THRIFT-4004) ThreadManager deadlock when adding new task

2016-12-13 Thread Liu Lin (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4004?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Liu Lin updated THRIFT-4004: - Description: Set pendingTaskCountMax = 1. Add only 1 worker into ThreadManager. When adding task, set

[jira] [Updated] (THRIFT-4004) ThreadManager deadlock when adding new task

2016-12-13 Thread Liu Lin (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4004?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Liu Lin updated THRIFT-4004: - Description: Set pendingTaskCountMax = 1. Add only 1 worker into ThreadManager. When adding task, set

[jira] [Updated] (THRIFT-4004) ThreadManager deadlock when adding new task

2016-12-13 Thread Liu Lin (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4004?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Liu Lin updated THRIFT-4004: - Summary: ThreadManager deadlock when adding new task (was: ThreadManager deadlock for task expiration)

[jira] [Created] (THRIFT-4004) ThreadManager deadlock for task expiration

2016-12-13 Thread Liu Lin (JIRA)
Liu Lin created THRIFT-4004: Summary: ThreadManager deadlock for task expiration Key: THRIFT-4004 URL: https://issues.apache.org/jira/browse/THRIFT-4004 Project: Thrift Issue Type: Bug