You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Jens Geyer (JIRA)" <ji...@apache.org> on 2013/07/31 13:09:48 UTC

[jira] [Resolved] (THRIFT-2106) Fix support for namespaces in GO generator

     [ https://issues.apache.org/jira/browse/THRIFT-2106?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jens Geyer resolved THRIFT-2106.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 0.9.1

Committed. 

A question, though. This is the generated import statement. Is this by intention? Two times lib/go with different base paths? I'm just asking ...

{code}
import (
	"ThriftTest"
	"fmt"
	"git.apache.org/thrift.git/lib/go/thrift"
	"lib/go/test/NamespacedTest"
	"math"
)
{code}
                
> Fix support for namespaces in GO generator
> ------------------------------------------
>
>                 Key: THRIFT-2106
>                 URL: https://issues.apache.org/jira/browse/THRIFT-2106
>             Project: Thrift
>          Issue Type: Bug
>          Components: Go - Compiler
>            Reporter: Emir Habul
>              Labels: newbie, patch
>             Fix For: 0.9.1
>
>         Attachments: thrift-go-namespaces.patch
>
>
> Tests included

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira