You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2015/03/03 23:05:04 UTC

[jira] [Commented] (THRIFT-3019) Golang generator missing docstring for structs

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

Hudson commented on THRIFT-3019:
--------------------------------

SUCCESS: Integrated in Thrift #1469 (See [https://builds.apache.org/job/Thrift/1469/])
THRIFT-3019 Golang generator missing docstring for structs (jensg: rev 3811e59c15af82b14413520b377a4d225f8f0e5a)
* compiler/cpp/src/generate/t_go_generator.cc


> Golang generator missing docstring for structs
> ----------------------------------------------
>
>                 Key: THRIFT-3019
>                 URL: https://issues.apache.org/jira/browse/THRIFT-3019
>             Project: Thrift
>          Issue Type: Bug
>          Components: Go - Compiler
>    Affects Versions: 0.9.2
>            Reporter: Abdel Said
>            Assignee: Jens Geyer
>             Fix For: 0.9.3
>
>         Attachments: thrift-3019-golang-generator-docstring-bug.patch
>
>
> Consider the following thrift file:
> {code}
> /** +gen slice:"SortBy" */
> struct Contact {
>     1: required string id,
>     2: required string name
> }
> {code}
> After generation of the file the comment at the top does not show in the generated file. Please see attached patch.



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