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

feat(generator/rust): xref links take 2 or 7 #1050

Merged

Conversation

coryan
Copy link
Contributor

@coryan coryan commented Feb 7, 2025

This deals with cross-reference links that reference a local (to a
message) field. For example, when a comment includes [root][] to
reference a field named root.

This allows me to remove a local patch to api.proto, and is required
to (soon) use the protos directly from GitHub.

Motivated by #766

This deals with cross-reference links that reference a local (to a
message) field. For example, when a comment includes  `[root][]` to
reference a field named `root`.

This allows me to remove a local patch to `api.proto`, and is required
to (soon) use the protos directly from GitHub.
Copy link

codecov bot commented Feb 7, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.89%. Comparing base (8c173c1) to head (f1abbdc).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1050   +/-   ##
=======================================
  Coverage   95.89%   95.89%           
=======================================
  Files          34       34           
  Lines        1365     1365           
=======================================
  Hits         1309     1309           
  Misses         56       56           

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

@coryan coryan marked this pull request as ready for review February 7, 2025 18:48
@coryan coryan requested review from mpeddada1 and codyoss February 7, 2025 18:48
@coryan coryan requested review from codyoss and removed request for mpeddada1 February 7, 2025 20:50
@coryan coryan merged commit 2bcf5ab into googleapis:main Feb 7, 2025
19 checks passed
@coryan coryan deleted the feat-generator-xref-links-take-3-or-7 branch February 7, 2025 20:50
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