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 has been archived by the owner on May 27, 2022. It is now read-only.
While my hack to ignore package statements allows compiling .proto files with package statements, you can't import a proto file and reference a message with a fully qualified name (package + name).
So at some point it'd be nice to have real package support in the parser even though the generated code won't be affected.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Ignoring package directives seems sensible since Python doesn't use it.
I'll see if I can't figure it out, but I've never used SimpleParse.
The text was updated successfully, but these errors were encountered: