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

Support for python interface files #1639

Merged
merged 16 commits into from
Sep 6, 2024
Merged

Support for python interface files #1639

merged 16 commits into from
Sep 6, 2024

Conversation

oxisto
Copy link
Member

@oxisto oxisto commented Jul 30, 2024

Support for python interface files

@oxisto oxisto linked an issue Jul 30, 2024 that may be closed by this pull request
@oxisto oxisto changed the title pyi interfaces Support for python interface files Aug 7, 2024
@oxisto oxisto marked this pull request as ready for review August 14, 2024 20:48
renovate bot and others added 11 commits September 5, 2024 13:40
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…1658)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: KuechA <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Update dependency @types/node to v20.16.0

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* Handling varargs in Python

* Remove comment
* Implementing AST properties using singleton edge lists

This PR is a tryout

* Adding mission relationship annotation

* remove one more addStatement

* Some additional cleanup

* Slightly better naeming for delegate
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Copy link
Contributor

@maximiliankaul maximiliankaul left a comment

Choose a reason for hiding this comment

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

I'm in favor of this PR. Good to merge after the Python.kt ellipsis stuff is cleared up :)

Copy link

sonarcloud bot commented Sep 6, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
71.4% Coverage on New Code (required ≥ 75%)

See analysis details on SonarCloud

@oxisto oxisto merged commit e131920 into main Sep 6, 2024
2 of 3 checks passed
@oxisto oxisto deleted the pyi-interfaces branch September 6, 2024 09:47
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.

Support stub files from PEP-484 (.pyi)
3 participants