You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 16, 2020. It is now read-only.
Hi, I've been able to reproduce an issue I've seen with generating services based on a package that contains a service under its root, and messages consumed by the service under sub-packages in the same package.
It's the same test case as collide except that all of the other messages all exist in the hello
top level package (e.g. proto/common.proto is in package hello.common instead of common, proto/nested.proto is in package hello.common.nested).
I'm not sure how trivial this is to fix. If it seems like it may be a bit involved and you're unable to prioritize it, I can potentially try looking into contributing a solution in the coming weeks, but would probably need some guidance.