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/10/25 14:49:00 UTC

[jira] [Commented] (THRIFT-3395) Cocoa compiler produces corrupt code when boxing enums inside map.

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

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

Github user asfgit closed the pull request at:

    https://github.com/apache/thrift/pull/657


> Cocoa compiler produces corrupt code when boxing enums inside map.
> ------------------------------------------------------------------
>
>                 Key: THRIFT-3395
>                 URL: https://issues.apache.org/jira/browse/THRIFT-3395
>             Project: Thrift
>          Issue Type: Bug
>          Components: Cocoa - Compiler
>            Reporter: Aleksei Shevchenko
>            Assignee: Aleksei Shevchenko
>             Fix For: 0.10.0
>
>
> Essentially fix for https://issues.apache.org/jira/browse/THRIFT-2905 and PR #652.
> Given something like this:
> {code}
> void someRpcCall(1:map<SomeEnum, AnotherEnum> param);
> {code}
> Cocoa compiler produces corrupt implementation.
> {code}
> - (BOOL) someRpcCall:(NSDictionary< , > *) param error: (NSError *__autoreleasing *)__thriftError;
> {code}
> This fixes it so code rendered properly, boxing enums into NSNumber*.
>  



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)