Skip to content

feat: runtime typechecking - #5375

Draft
mayankansys wants to merge 5 commits into
mainfrom
feat/Runtime_typechecking_4739
Draft

feat: runtime typechecking#5375
mayankansys wants to merge 5 commits into
mainfrom
feat/Runtime_typechecking_4739

Conversation

@mayankansys

Copy link
Copy Markdown
Collaborator

Context

What was the situation or problem before this change?

Change Summary

What changes were made?

Rationale

Why was this approach taken?

Impact

What parts of the system or workflows are affected?

@codacy-production

codacy-production Bot commented Sep 5, 2026

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.

return x

assert fn(1) == 1
with pytest.raises(BeartypeCallHintParamViolation):

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Ideally, we should not directly emit beartype specific exceptions from PyFluent and ask our users to handle them. The backends-specific exception should be kept behind a PyFluent-owned exception.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants