You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/04/06 18:51:41 UTC

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

    [ https://issues.apache.org/jira/browse/THRIFT-2987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15959528#comment-15959528 ] 

ASF GitHub Bot commented on THRIFT-2987:
----------------------------------------

Github user jeking3 commented on the issue:

    https://github.com/apache/thrift/pull/387
  
    @jfarrell this issue is resolved and closed in Jira.  This PR can be closed.


> TProtocol should return NSString directly rather than by reference to appease ARC
> ---------------------------------------------------------------------------------
>
>                 Key: THRIFT-2987
>                 URL: https://issues.apache.org/jira/browse/THRIFT-2987
>             Project: Thrift
>          Issue Type: Improvement
>          Components: Cocoa - Library
>            Reporter: Jeremy W. Sherman
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> As currently written, the compiler gripes like so:
> {code}
> thrift/lib/cocoa/src/protocol/TBinaryProtocol.m:161:55: warning: method parameter of type 'NSString *__autoreleasing *' with no explicit ownership [-Wexplicit-ownership-type]
> - (void) readMessageBeginReturningName: (NSString **) name
>                                                       ^
> {code}
> Annotating for ownership might make non-ARC builds unhappy, but since there is only one object being returned by reference, this and similar methods can just be changed to return the name directly.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)