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
The procedures should have :Unit = and some of the imports seem unnecessary.
:Unit =
/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 writeTo(output: com.google.protobuf.CodedOutputStream) { ^ /local/dev/odin-core/common/build/scalabuff/generated-sources/ai/osaro/data/ProtoObs.scala:143: Procedure syntax is deprecated. Convert procedure `writeTo` to method by adding `: Unit =`. def writeTo(output: com.google.protobuf.CodedOutputStream) { ^ /local/dev/odin-core/common/build/scalabuff/generated-sources/ai/osaro/data/ProtoObs.scala:264: Procedure syntax is deprecated. Convert procedure `writeTo` to method by adding `: Unit =`. def writeTo(output: com.google.protobuf.CodedOutputStream) { ^ /local/dev/odin-core/common/build/scalabuff/generated-sources/ai/osaro/data/ProtoObs.scala:333: Procedure syntax is deprecated. Convert procedure `registerAllExtensions` to method by adding `: Unit =`. def registerAllExtensions(registry: com.google.protobuf.ExtensionRegistryLite) { ^ /local/dev/odin-core/common/build/scalabuff/generated-sources/ai/osaro/data/ProtobufPrediction.scala:23: Procedure syntax is deprecated. Convert procedure `writeTo` to method by adding `: Unit =`. def writeTo(output: com.google.protobuf.CodedOutputStream) { ^ /local/dev/odin-core/common/build/scalabuff/generated-sources/ai/osaro/data/ProtobufPrediction.scala:99: Procedure syntax is deprecated. Convert procedure `registerAllExtensions` to method by adding `: Unit =`. def registerAllExtensions(registry: com.google.protobuf.ExtensionRegistryLite) { ^ /local/dev/odin-core/common/build/scalabuff/generated-sources/ai/osaro/data/ProtoObs.scala:162: Unused import import com.google.protobuf.ExtensionRegistryLite.{getEmptyRegistry => _emptyRegistry} ^ /local/dev/odin-core/common/build/scalabuff/generated-sources/ai/osaro/data/ProtoObs.scala:279: Unused import import com.google.protobuf.ExtensionRegistryLite.{getEmptyRegistry => _emptyRegistry} ^ /local/dev/odin-core/common/build/scalabuff/generated-sources/ai/osaro/data/ProtobufPrediction.scala:40: Unused import import com.google.protobuf.ExtensionRegistryLite.{getEmptyRegistry => _emptyRegistry} ^
I wonder if we could ignore warnings in these generated files, or if scalabuff could fix the generated code.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The procedures should have
:Unit =
and some of the imports seem unnecessary.I wonder if we could ignore warnings in these generated files, or if scalabuff could fix the generated code.
The text was updated successfully, but these errors were encountered: