SandroGrzicic / ScalaBuff

the scala protocol buffers (protobuf) compiler
Other
219 stars 80 forks source link

Made .proto and parsed test file names consistent #133

Closed krizalys closed 7 years ago

krizalys commented 7 years ago

.proto and their corresponding parsed/.scala files have inconsistent names (some are using camel case, other snake case, etc...). This is causing test failures on Linux.

This PR fixes this by naming them all using capitalized camel case and updates unit tests and generated .scala files accordingly.

krizalys commented 7 years ago

@SandroGrzicic Any update on this?

krizalys commented 7 years ago

@SandroGrzicic Any update on this?

SandroGrzicic commented 7 years ago

Hi, I've merged this, sorry for the delay, I am going to do some more cleanups and a 2.12 (and maybe 2.13) version soon, I should have some time later this week.