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 2014/02/26 21:07:22 UTC

[jira] [Updated] (THRIFT-2063) Go compiler cannot create code for maps with complex/binary keys

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

Jens Geyer updated THRIFT-2063:
-------------------------------

    Summary: Go compiler cannot create code for maps with complex/binary keys  (was: Go compiler cannot create code for maps with complex keys)

> Go compiler cannot create code for maps with complex/binary keys
> ----------------------------------------------------------------
>
>                 Key: THRIFT-2063
>                 URL: https://issues.apache.org/jira/browse/THRIFT-2063
>             Project: Thrift
>          Issue Type: Bug
>          Components: Go - Compiler
>            Reporter: Remo Hertig
>
> trying to generate code for ThriftTest leads to:
> {code}
> ../../compiler/cpp/thrift --gen go ../ThriftTest.thrift 
> [WARNING:/tbHD/Home/nairboon/dev/thrift/test/ThriftTest.thrift:41] No generator named 'noexist' could be found!
> [WARNING:/tbHD/Home/nairboon/dev/thrift/test/ThriftTest.thrift:42] cpp generator does not accept 'noexist' as sub-namespace!
> Error: Cannot produce a valid type for a Go map key: map[int32]bool - aborting.{code}
> the affected struct seems to be #3: 
> {code}
> struct CrazyNesting {
>   1: string string_field,
>   2: optional set<Insanity> set_field,
>   3: required list< map<set<i32>,map<i32,set<list<map<Insanity,string>>>>>> list_field,
>   4: binary binary_field
> }
> {code}



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)