[jira] [Commented] (THRIFT-2914) explicit dependency to Lua5.2 fails on some systems

2015-02-06 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14310531#comment-14310531 ] ASF GitHub Bot commented on THRIFT-2914: GitHub user nsuke opened a pull request:

[jira] [Comment Edited] (THRIFT-2835) Add possibility to distribute generators separately from thrift core, and load them dynamically

2015-02-06 Thread Nobuaki Sukegawa (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2835?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14310534#comment-14310534 ] Nobuaki Sukegawa edited comment on THRIFT-2835 at 2/7/15 4:24 AM:

Re: [jira] [Created] (THRIFT-2981) IDL with no namespace produces unparsable PHP

2015-02-06 Thread Randy Abernethy
Hey Jens, The IDL that would cause this problem looks like: {noformat} service helloSvc { string getMessage(1: string name) } {noformat} So literally no namespace. What this causes PHP to generate is: {noformat} namespace ; {noformat} Which is illegal PHP. If you use a namespace in your IDL

[jira] [Commented] (THRIFT-2950) Thrift's PHP generated entity does not serialize SET type correctly

2015-02-06 Thread Dmitry Kiselev (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2950?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14308933#comment-14308933 ] Dmitry Kiselev commented on THRIFT-2950: Could someone take a look on this bug

[jira] [Created] (THRIFT-2983) Replace use of deprecated -[NSData getBytes:] in -[TNSFileHandleTransport readAll:offset:length:]

2015-02-06 Thread Jeremy W. Sherman (JIRA)
Jeremy W. Sherman created THRIFT-2983: - Summary: Replace use of deprecated -[NSData getBytes:] in -[TNSFileHandleTransport readAll:offset:length:] Key: THRIFT-2983 URL:

[jira] [Commented] (THRIFT-2180) Integer types issues in Cocoa lib on ARM64

2015-02-06 Thread Jeremy W. Sherman (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2180?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14309159#comment-14309159 ] Jeremy W. Sherman commented on THRIFT-2180: --- Finding that a primary issue is

[jira] [Created] (THRIFT-2984) Stop using deprecated kCFStreamPropertySSLPeerCertificates in TSSLSocketClient

2015-02-06 Thread Jeremy W. Sherman (JIRA)
Jeremy W. Sherman created THRIFT-2984: - Summary: Stop using deprecated kCFStreamPropertySSLPeerCertificates in TSSLSocketClient Key: THRIFT-2984 URL: https://issues.apache.org/jira/browse/THRIFT-2984

[jira] [Created] (THRIFT-2982) Address deprecated @interface instance variable declarations by moving them to @implementation

2015-02-06 Thread Jeremy W. Sherman (JIRA)
Jeremy W. Sherman created THRIFT-2982: - Summary: Address deprecated @interface instance variable declarations by moving them to @implementation Key: THRIFT-2982 URL:

[jira] [Created] (THRIFT-2986) Audit Cocoa library to address architecture-ignorant byte-swapping

2015-02-06 Thread Jeremy W. Sherman (JIRA)
Jeremy W. Sherman created THRIFT-2986: - Summary: Audit Cocoa library to address architecture-ignorant byte-swapping Key: THRIFT-2986 URL: https://issues.apache.org/jira/browse/THRIFT-2986

[jira] [Created] (THRIFT-2985) TFramedTransport should handle writing data larger than the max frame size

2015-02-06 Thread Jeremy W. Sherman (JIRA)
Jeremy W. Sherman created THRIFT-2985: - Summary: TFramedTransport should handle writing data larger than the max frame size Key: THRIFT-2985 URL: https://issues.apache.org/jira/browse/THRIFT-2985

[jira] [Created] (THRIFT-2987) TProtocol should return NSString directly rather than by reference to appease ARC

2015-02-06 Thread Jeremy W. Sherman (JIRA)
Jeremy W. Sherman created THRIFT-2987: - Summary: TProtocol should return NSString directly rather than by reference to appease ARC Key: THRIFT-2987 URL: https://issues.apache.org/jira/browse/THRIFT-2987

[jira] [Commented] (THRIFT-2982) Address deprecated @interface instance variable declarations by moving them to @implementation

2015-02-06 Thread Jeremy W. Sherman (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2982?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14309433#comment-14309433 ] Jeremy W. Sherman commented on THRIFT-2982: --- The library already uses ivars in

[GitHub] thrift pull request: THRIFT-2180: Cocoa-Library: addresses integer...

2015-02-06 Thread jeremy-w
GitHub user jeremy-w opened a pull request: https://github.com/apache/thrift/pull/372 THRIFT-2180: Cocoa-Library: addresses integer type issues on 64-bit platforms No easy way to test, since there's no shared Xcode project to generate warnings. For reference, I was building for

[jira] [Commented] (THRIFT-2180) Integer types issues in Cocoa lib on ARM64

2015-02-06 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2180?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14309417#comment-14309417 ] ASF GitHub Bot commented on THRIFT-2180: GitHub user jeremy-w opened a pull