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

Implement type resolver #7

Open
stepancheg opened this issue Mar 30, 2018 · 0 comments
Open

Implement type resolver #7

stepancheg opened this issue Mar 30, 2018 · 0 comments

Comments

@stepancheg
Copy link
Contributor

stepancheg commented Mar 30, 2018

Protobuf parser need to implement logic of resolving names, e. g. given

message Foo {
   Bar = 1;
}

Bar needs to be resolved to something like some.package.Bar or some.package.Foo.Bar and type kind of Bar needs to be determined (message or enum).

I started implementing this logic as part of rust-protobuf, and I guess the same logic exists in quick-protobuf, so it would be convenient it this common logic could be pulled into protobuf-parser.

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

No branches or pull requests

1 participant