Skip to content

Missing google/protobuf types when trying to build google official gRPC SDK #382

Description

@jbrummack

Hello,

Im currently trying to build a https://github.com/googleapis/googleapis client using buffa/ConnectRPC and got stuck at

cannot find type `Api` in module `::buffa_types::google::protobuf` not found in `::buffa_types::google::protobuf`
cannot find type `EnumView` in module `::buffa_types::google::protobuf::__buffa::view`
not found in `::buffa_types::google::protobuf::__buffa::view`
cannot find type `TypeView` in module `::buffa_types::google::protobuf::__buffa::view`
not found in `::buffa_types::google::protobuf::__buffa::view`

This means buffa/buffa-types/protos/google/protobuf/ is missing at least api.proto, type.proto and enum.proto from https://github.com/protocolbuffers/protobuf/tree/main/src/google/protobuf

I presume that building the entire googleapis repo may also break at other parts so its probably a good way to test conformance of this crate due to huge amounts of edge cases.

Thank you!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions