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

APiView changes to add package name and version for python in review #1194

Merged

Conversation

praveenkuttappan
Copy link
Member

Change to include python package name and version in review to support finding a review for a package.

@praveenkuttappan
Copy link
Member Author

VersionString and Version properties should not be set by parser. This is set by API view tool itself. Change in this PR is to set package name and package version

@praveenkuttappan praveenkuttappan force-pushed the feature/python_apiview_changes branch from ae37649 to d83c9ca Compare November 18, 2020 23:11
self.Version = pkg_version
self.VersionString = ver_string
self.Version = 0
self.VersionString = ""
Copy link
Contributor

Choose a reason for hiding this comment

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

Was this intentional? Wouldn't we want this meta-data?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yup. APIView tool sets these two fields when it parses ast.

@praveenkuttappan praveenkuttappan merged commit 0bb63cf into Azure:master Nov 25, 2020
@praveenkuttappan praveenkuttappan deleted the feature/python_apiview_changes branch November 25, 2020 13:04
sima-zhu pushed a commit to sima-zhu/azure-sdk-tools that referenced this pull request Dec 3, 2020
sima-zhu pushed a commit to sima-zhu/azure-sdk-tools that referenced this pull request Dec 3, 2020
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