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
It seems like transitive and prune options are confusing in #100. I am also not sure that the use case of merely being an implementer of third party protos is supported as discovered in #138. So this issue is a possible feature request of specifying the dependency roots at a top level instead of in the repos.
To avoid any confusion I think it may be possible to just provide dependency roots from the combination of a list of fully qualified identifiers and a list of file paths for which each file contains its set of symbols.
The requirement for symbols is necessary if your system could support any number of messages that are opaquely wrapped inside Any protos...
It seems like
transitive
andprune
options are confusing in #100. I am also not sure that the use case of merely being an implementer of third party protos is supported as discovered in #138. So this issue is a possible feature request of specifying the dependency roots at a top level instead of in the repos.To avoid any confusion I think it may be possible to just provide dependency roots from the combination of a list of fully qualified identifiers and a list of file paths for which each file contains its set of symbols.
The requirement for symbols is necessary if your system could support any number of messages that are opaquely wrapped inside
Any
protos...Basically the config file could look like this:
And trying to run
fetch
should fail until I also specify this for example, a dependency of envoy:The text was updated successfully, but these errors were encountered: