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

Clean Makefile #120

Merged
merged 6 commits into from
Jan 21, 2025
Merged

Clean Makefile #120

merged 6 commits into from
Jan 21, 2025

Conversation

adityachopra29
Copy link
Contributor

@adityachopra29 adityachopra29 commented Jan 20, 2025

Which problem is this PR solving?

How was this change tested?

Description of the changes

  • Removes the redundant Makefile.Protobuf.mk file

Checklist

Copy link

codecov bot commented Jan 20, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 3.46%. Comparing base (2c9caf2) to head (afece2f).
Report is 1 commits behind head on main.

Additional details and impacted files
@@          Coverage Diff          @@
##            main    #120   +/-   ##
=====================================
  Coverage   3.46%   3.46%           
=====================================
  Files         10      10           
  Lines       7555    7555           
=====================================
  Hits         262     262           
  Misses      7283    7283           
  Partials      10      10           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Makefile Outdated Show resolved Hide resolved
Makefile Outdated Show resolved Hide resolved
go.mod Outdated Show resolved Hide resolved
Makefile Outdated Show resolved Hide resolved
Makefile Outdated Show resolved Hide resolved
.gitignore Outdated Show resolved Hide resolved
Makefile Outdated Show resolved Hide resolved
Makefile Outdated Show resolved Hide resolved
${PROTO_GEN_PYTHON_DIR_POLYGLOT} \
${PROTO_GEN_JS_DIR_POLYGLOT} \
${PROTO_GEN_CPP_DIR_POLYGLOT} \
${PROTO_GEN_CSHARP_DIR_POLYGLOT}

.PHONY: proto-prepare
proto-prepare:
Copy link
Member

Choose a reason for hiding this comment

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

group real vs. transient generation targets together, right now they are mixed

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 have a doubt here... aren't they seperated now? The transient generations are in .proto-gen-polyglot dir, and the real generations are in the proto-gen/ dir.

Makefile Show resolved Hide resolved
@yurishkuro
Copy link
Member

yurishkuro commented Jan 21, 2025

@adityachopra29 do you have a commit you need to push?

Signed-off-by: adityachopra29 <[email protected]>
Signed-off-by: adityachopra29 <[email protected]>
Signed-off-by: adityachopra29 <[email protected]>
Signed-off-by: adityachopra29 <[email protected]>
@adityachopra29
Copy link
Contributor Author

Yes. I was/am travelling today .... so wasnt able to respond earlier....will take care next time. Have pushed the changes now.

@yurishkuro yurishkuro merged commit 66db30d into jaegertracing:main Jan 21, 2025
6 checks passed
@adityachopra29 adityachopra29 deleted the cleanup branch January 21, 2025 23:34
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.

2 participants