Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modify to build message in message #2

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

n04ln
Copy link

@n04ln n04ln commented Jan 12, 2019

fixed #1.

But, the message in the message is defined top-level because Dart is not supported inner class.

I think it is not work the following protobuf code...

message A {
  message B { // ... (1)
    string b = 1;
  }
  B bb = 2;
}

message B {  // ... (2)
  string bbb = 1;
}

Maybe message B(1) will be overloaded as message B(2) .

Therefore I want to hear opinions of people familiar with Dart because I'm not too familiar with it...

Thx

unicomp21 added a commit to unicomp21/protoc-gen-twirp_dart that referenced this pull request Sep 26, 2021
unicomp21 added a commit to unicomp21/protoc-gen-twirp_dart that referenced this pull request Sep 26, 2021
unicomp21 added a commit to unicomp21/protoc-gen-twirp_dart that referenced this pull request Sep 27, 2021
unicomp21 added a commit to unicomp21/protoc-gen-twirp_dart that referenced this pull request Sep 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot generate stub from .proto
1 participant