We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I sbt-assembled the jar and this is what i get when trying to use it
java -jar scalabuff-compiler-assembly-1.4.0.jar --proto_path=. --scala_out=. <unknown>:1:1: string matching regex `\z' expected but `s' found syntax = "proto3"; ^ <unknown>:1:1: string matching regex `\z' expected but `s' found syntax = "proto3"; ^
the .proto file is a minimal example (regardless of whether using proto2 or 3 syntax, and yes, it throws two of the same errors for one file)
syntax = "proto3"; message Example{ required int32 test = 1; }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I sbt-assembled the jar and this is what i get when trying to use it
the .proto file is a minimal example (regardless of whether using proto2 or 3 syntax, and yes, it throws two of the same errors for one file)
The text was updated successfully, but these errors were encountered: