Skip to content
This repository has been archived by the owner on Feb 8, 2019. It is now read-only.

Updated builds to use proto3 libraries. #25

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

wisebaldone
Copy link
Contributor

Allows us to move forward with using proto3 buffers with new client while keeping old client functional.

Copy link
Contributor

@vega113 vega113 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@@ -37,10 +37,14 @@
// without any other information (e.g. without reading its imports).


syntax = "proto2";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks like we have two "syntax" fields

option java_package = "com.google.protobuf";
option java_outer_classname = "DescriptorProtos";
option csharp_namespace = "Google.Protobuf.Reflection";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need csharp namespace?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I do not feel comfortable editing this as its the original file from google which we have listed in the license.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants