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
This is rather specific issue and I think it might be related to Scala having Option type, but I'm not familiar with Scala. If option.proto file has a message Option, ScalaPB fails with following error.
/test/option/OptionProto.scala: Tried to write the same file twice.
The problem seems to be a specific to the word "option". Using any other word as the file and message names does not cause problem, for example Value in value.proto works just fine.
This is rather specific issue and I think it might be related to Scala having
Option
type, but I'm not familiar with Scala. Ifoption.proto
file has a messageOption
, ScalaPB fails with following error.The problem seems to be a specific to the word "option". Using any other word as the file and message names does not cause problem, for example
Value
invalue.proto
works just fine.The text was updated successfully, but these errors were encountered: