[
https://issues.apache.org/jira/browse/THRIFT-3434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15018718#comment-15018718
]
ASF GitHub Bot commented on THRIFT-3434:
----------------------------------------
Github user asfgit closed the pull request at:
https://github.com/apache/thrift/pull/706
> 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)