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

Add implementation for Assert and NamedExpr nodes #1683

Merged
merged 6 commits into from
Sep 16, 2024

Conversation

lshala
Copy link
Contributor

@lshala lshala commented Sep 9, 2024

This PR fixes #1654.

This PR aims to map the AST Nodes Assert and NamedExpr to the CPG.

@lshala lshala linked an issue Sep 9, 2024 that may be closed by this pull request
@lshala lshala changed the title Add handleAssert method and test Add implementation for Assert and NamedExpr nodes Sep 10, 2024
@lshala lshala marked this pull request as ready for review September 10, 2024 18:17
@lshala lshala requested a review from KuechA September 10, 2024 18:19
Copy link
Member

@oxisto oxisto left a comment

Choose a reason for hiding this comment

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

A short comment what this PR actually does would be appreciated.

@oxisto oxisto force-pushed the ls/1654-python-frontend-implement-missing-ast-nodes branch from 774ae9e to 8376677 Compare September 16, 2024 11:36
@oxisto oxisto enabled auto-merge (squash) September 16, 2024 11:37
Copy link

sonarcloud bot commented Sep 16, 2024

@oxisto oxisto merged commit ab6b5c8 into main Sep 16, 2024
3 checks passed
@oxisto oxisto deleted the ls/1654-python-frontend-implement-missing-ast-nodes branch September 16, 2024 12:38
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.

Python frontend: Implement missing AST nodes
3 participants