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
Which will result in an error as with_grpc argument is unexpected for scalapb_proto_library. Instead you must overwrite the toolchain in your BUILD file:
* Encapsulate insn/branch status tracking in Instruction
* Move Instruction to the analysis package
* Encapsulate Instruction building in new class InstructionsBuilder
* Separate coverage calculation from filtering
README documentation on scalapb_proto_library lists a number of arguments which were moved to
scala_proto_toolchain
in #700.The documentation suggest one should do the following to include gRPC:
Which will result in an error as
with_grpc
argument is unexpected forscalapb_proto_library
. Instead you must overwrite the toolchain in your BUILD file:AFAIK this change is not documented anywhere.
The text was updated successfully, but these errors were encountered: