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

[WIP] - Added missing imports and prune options for make proto to work #1263

Conversation

olivierboucher
Copy link

Which problem is this PR solving?

Could not get make proto to work without theses changes even though #1260 was merged.

Short description of the changes

  • Adds missing imports
  • Adds missing prune settings for imported proto files to be present

I will eventually commit the proto changes related to #1214 since we wanted to have a second PR.

@codecov
Copy link

codecov bot commented Dec 25, 2018

Codecov Report

Merging #1263 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master   #1263   +/-   ##
======================================
  Coverage     100%    100%           
======================================
  Files         160     160           
  Lines        7181    7181           
======================================
  Hits         7181    7181

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update dc526dd...fd373f7. Read the comment docs.

@yurishkuro
Copy link
Member

@olivierboucher when you say "could not make make proto work", could you provide more details?

I just ran it and it seems working fine, with the exception of a single test file that got changed (#1266).

@yurishkuro
Copy link
Member

I see #1264, so I guess google/protobuf/descriptor.proto: File not found is the issue?

-I vendor/github.com/gogo/protobuf
# Remapping of std types to gogo types (must not contain spaces)
PROTO_GOGO_MAPPINGS := $(shell echo \
Mgoogle/protobuf/descriptor.proto=github.com/gogo/protobuf/types, \
Copy link
Member

Choose a reason for hiding this comment

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

whitespace issue

@pavolloffay
Copy link
Member

I think this is already done, make proto works (at least for me locally)

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

Successfully merging this pull request may close these issues.

3 participants