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

Mark Erickson commented on THRIFT-3434:
---------------------------------------

Code review:  https://github.com/markerickson-wf/thrift/pull/13

> Dart generator produces empty name in pubspec.yaml for includes without 
> namespaces
> ----------------------------------------------------------------------------------
>
>                 Key: THRIFT-3434
>                 URL: https://issues.apache.org/jira/browse/THRIFT-3434
>             Project: Thrift
>          Issue Type: Bug
>          Components: Dart - Compiler
>            Reporter: Mark Erickson
>            Assignee: Mark Erickson
>
> Given the following, the Dart generator produces a bad pubspec.yaml for 
> example.thrift.  It should reference "base", but instead uses an empty string.
> base.thrift
> {code}
> struct Foo {}
> {code}
> example.thrift
> {code}
> include "base.thrift"
> service FooService {
>     base.Foo foo()
> }
> {code}



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

Reply via email to