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
My protos need to have a namespace, hence they have a "base" folder under protobuf, which they have to reference (using it for python). But qualified paths are not accepted.
Working Example
import "another.proto"
Failing:
import /myNamespace/another.proto
protoc is able to compile that code. Is this plugin capable of namespaces or is just my config wrong? (just the base parts)
My protos need to have a namespace, hence they have a "base" folder under protobuf, which they have to reference (using it for python). But qualified paths are not accepted.
Working Example
import "another.proto"
Failing:
import /myNamespace/another.proto
protoc is able to compile that code. Is this plugin capable of namespaces or is just my config wrong? (just the base parts)
directory structure:
The text was updated successfully, but these errors were encountered: