[
https://issues.apache.org/jira/browse/THRIFT-3434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15018810#comment-15018810
]
Hudson commented on THRIFT-3434:
--------------------------------
SUCCESS: Integrated in Thrift #1735 (See
[https://builds.apache.org/job/Thrift/1735/])
THRIFT-3434 Dart generator produces empty name in pubspec.yaml for (jensg: rev
8d8d6573f7d18150f6915484babbe82d6af60b58)
* compiler/cpp/src/generate/t_dart_generator.cc
> 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
> Fix For: 1.0
>
>
> 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)