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

fixes python generation with comment opening/closing tags #5729

Merged
merged 19 commits into from
Nov 13, 2024

Conversation

andrueastman
Copy link
Member

@andrueastman andrueastman commented Nov 5, 2024

Fixes #5636
Fixes #5744

In summary, the changes in the PR fixes a number of issues in the generator which include.

  • Langauges not supporting untypedNode values do not get return values normalised to binary in the refiners due to a bug in the RemoveUntypedNodePropertyValues functions.
  • Constructors in python do not have quotes cleaned up to properly initialize booleans.
  • parameter for the type parameter is incorrect see Failining integration tests on apisguru::docsusing.net #5744
  • escaping of triple quotes in doc comments in python.

@andrueastman
Copy link
Member Author

Depends on merge of microsoft/kiota-python#402

@andrueastman andrueastman marked this pull request as ready for review November 11, 2024 06:43
@andrueastman andrueastman requested a review from a team as a code owner November 11, 2024 06:43
Ndiritu
Ndiritu previously approved these changes Nov 11, 2024
Copy link

Copy link

@andrueastman andrueastman requested a review from baywet November 13, 2024 07:00
@andrueastman andrueastman requested a review from Ndiritu November 13, 2024 07:00
@andrueastman andrueastman merged commit d32a432 into main Nov 13, 2024
214 checks passed
@andrueastman andrueastman deleted the andrueastman/pythonFix branch November 13, 2024 14:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Failining integration tests on apisguru::docsusing.net Python - doc comments with """ leads to invalid code
3 participants