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

Implemented base class for ExceptHandler #1730

Merged
merged 1 commit into from
Sep 25, 2024
Merged

Implemented base class for ExceptHandler #1730

merged 1 commit into from
Sep 25, 2024

Conversation

oxisto
Copy link
Member

@oxisto oxisto commented Sep 25, 2024

This PR removes a TODO we had in the code, where our class excepthandler was both the base "interface" as well as the concrete AST node. This splits up both, similar to ast.stmt and other cases.

@oxisto oxisto changed the title Implemented base excepthandler Implemented base class for ExceptHandler Sep 25, 2024
@oxisto oxisto added the python label Sep 25, 2024
@oxisto oxisto marked this pull request as ready for review September 25, 2024 13:37
@oxisto oxisto changed the base branch from main to ak/pythonOrElse September 25, 2024 13:50
Copy link

sonarcloud bot commented Sep 25, 2024

Quality Gate Failed Quality Gate failed

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

See analysis details on SonarCloud

Co-Authored-By: Maximilan Kaul <[email protected]>
@oxisto oxisto changed the base branch from ak/pythonOrElse to main September 25, 2024 14:00
@oxisto
Copy link
Member Author

oxisto commented Sep 25, 2024

Please double-check @maximiliankaul, test coverage will be 0 % until we merge in the other PR so we can ignore the test coverage for now.

@oxisto oxisto merged commit 70acd33 into main Sep 25, 2024
1 check passed
@oxisto oxisto deleted the excepthandler branch September 25, 2024 14:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants