Mark Erickson created THRIFT-3434:
-------------------------------------

             Summary: 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