Skip to content
New issue

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

Add 'v1' to conformance package name #515

Merged
merged 1 commit into from
Aug 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions cc/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ cc_test(

cc_library(
name = "gen-connectrpc-conformance",
srcs = glob(["gen/connectrpc/conformance/*.cc"]),
hdrs = glob(["gen/connectrpc/conformance/*.h"]),
srcs = glob(["gen/connectrpc/conformance/**/*.cc"]),
hdrs = glob(["gen/connectrpc/conformance/**/*.h"]),
includes = ["gen"],
deps = [
"@com_github_grpc_grpc//:grpc++",
Expand Down
160 changes: 0 additions & 160 deletions cc/gen/connectrpc/conformance/test.pb.cc

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@

// Generated by the gRPC C++ plugin.
// If you make any local change, they will be lost.
// source: connectrpc/conformance/messages.proto
// source: connectrpc/conformance/v1/messages.proto

#include "connectrpc/conformance/messages.pb.h"
#include "connectrpc/conformance/messages.grpc.pb.h"
#include "connectrpc/conformance/v1/messages.pb.h"
#include "connectrpc/conformance/v1/messages.grpc.pb.h"

#include <functional>
#include <grpcpp/support/async_stream.h>
Expand All @@ -35,7 +35,9 @@
#include <grpcpp/support/sync_stream.h>
namespace connectrpc {
namespace conformance {
namespace v1 {

} // namespace connectrpc
} // namespace conformance
} // namespace v1

Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#ifndef GRPC_connectrpc_2fconformance_2fmessages_2eproto__INCLUDED
#define GRPC_connectrpc_2fconformance_2fmessages_2eproto__INCLUDED
#ifndef GRPC_connectrpc_2fconformance_2fv1_2fmessages_2eproto__INCLUDED
#define GRPC_connectrpc_2fconformance_2fv1_2fmessages_2eproto__INCLUDED

#include "connectrpc/conformance/messages.pb.h"
#include "connectrpc/conformance/v1/messages.pb.h"

#include <functional>
#include <grpcpp/generic/async_generic_service.h>
Expand All @@ -38,9 +38,11 @@

namespace connectrpc {
namespace conformance {
namespace v1 {

} // namespace v1
} // namespace conformance
} // namespace connectrpc


#endif // GRPC_connectrpc_2fconformance_2fmessages_2eproto__INCLUDED
#endif // GRPC_connectrpc_2fconformance_2fv1_2fmessages_2eproto__INCLUDED
Loading
Loading