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

Spurious cross-reference YARD conversions happen when the target is in a gem dependency #824

Open
dazuma opened this issue Sep 16, 2022 · 0 comments
Labels
priority: p2 Moderately-important priority. Fix may not be included in next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.

Comments

@dazuma
Copy link
Member

dazuma commented Sep 16, 2022

This appears in google-cloud-firestore-admin-v1/proto_docs/google/firestore/admin/v1/location.rb

It is currently converting [google.cloud.location.Location.metadata][google.cloud.location.Location.metadata] to {::Google::Cloud::Location::Location#metadata google.cloud.location.Location.metadata}, but the class is defined in a dependency (google-cloud-location); hence YARD tests fail. (We are currently working around this with custom owlbot scripts.)

@dazuma dazuma added type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. priority: p2 Moderately-important priority. Fix may not be included in next release. labels Sep 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: p2 Moderately-important priority. Fix may not be included in next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Projects
None yet
Development

No branches or pull requests

1 participant