ScalaBuff icon indicating copy to clipboard operation
ScalaBuff copied to clipboard

the scala protocol buffers (protobuf) compiler

Results 42 ScalaBuff issues
Sort by recently updated
recently updated
newest added

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=. :1:1: string matching regex `\z' expected but `s' found syntax...

Fix for issue 130 Scalabuff removes _ chars in vaiable names and errors occur when scala is compiled

If your protobuf looks like this (test project is located here https://github.com/lewissk/test_protobuf/tree/master): ``` protobuff syntax = "proto2"; package test; option java_package = "test"; option cc_enable_arenas = true; enum ContentCategory {...

For now it is impossible to generate scala classes with oneof fields. ``` '}' expected but 'o' found oneof my_value { ``` With proto like that: ``` message MyMessage {...

Hello, I would like to compile the project with jdk 1.8-64 bits. Is it possible ? Thanks in advance for your reply

Hi! Please, add supported protobuf version to README.

Not sure if it's just something I messed up, but it looks like a couple of files in scalabuff-compiler/src/test/resources/parsed/ might be incorrectly named. I'm getting 17 errors on > sbt...

Tag of 0 in protobuf messages are not valid and produce failures at runtime, this could be detected on schema compilation

It would be nice to add a package at the top of generated scala files that might be specified in the command line

The procedures should have `:Unit =` and some of the imports seem unnecessary. ``` /local/dev/odin-core/common/build/scalabuff/generated-sources/ai/osaro/data/ProtoObs.scala:32: Procedure syntax is deprecated. Convert procedure `writeTo` to method by adding `: Unit =`. def...