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

Hudson commented on THRIFT-3115:
--------------------------------

SUCCESS: Integrated in Thrift #1520 (See 
[https://builds.apache.org/job/Thrift/1520/])
THRIFT-3115 Uncompileable code due to name collision with predefined used types 
(jensg: rev 958a7a242a59bc2d3965399483fbbb0dbeafa0e8)
* compiler/cpp/src/generate/t_delphi_generator.cc


> Uncompileable code due to name collision with predefined used types
> -------------------------------------------------------------------
>
>                 Key: THRIFT-3115
>                 URL: https://issues.apache.org/jira/browse/THRIFT-3115
>             Project: Thrift
>          Issue Type: Bug
>          Components: Delphi - Compiler
>            Reporter: Jens Geyer
>            Assignee: Jens Geyer
>             Fix For: 0.9.3
>
>         Attachments: 
> THRIFT-3115-Uncompileable-code-due-to-name-collision.patch, _Thrift3115.thrift
>
>
> Some type names produce code that cannot be compiled:
> {code}
> typedef binary Bytes
> {code}
> For delphi, the following code is generated, referencing {{TBytes}} 
> predefined type used to represent {{binary}} Thrift fields:
> {code}
> type TBytes = TBytes
> {code}
> which is illegal.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to