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

Python Support for cross language APIView reviews #6428

Open
mikekistler opened this issue Jun 28, 2023 · 3 comments
Open

Python Support for cross language APIView reviews #6428

mikekistler opened this issue Jun 28, 2023 · 3 comments
Assignees

Comments

@mikekistler
Copy link
Member

Language parsers need to include a language independent common ID for each classes, APIs and other entities so APIView can map them across the languages

In support of #4033

@tjprescott
Copy link
Member

This is already done for Python.

@mikekistler
Copy link
Member Author

@tjprescott Can you explain what was done in Python, so we can use this as the design for what to do in the other languages?

@tjprescott
Copy link
Member

This was the implementation PR. It may need to be updated since it was never used:
77c0f52

Basically it looks for a file in the WHL or source called apiview_mapping.json which would map all of the local Python definition IDs to the cross-language definition.

@tjprescott tjprescott assigned swathipil and unassigned tjprescott Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 📋 Backlog
Development

No branches or pull requests

3 participants