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

Created pseudo Python syntax so that we can define exceptions for python functions #392

Open
JSAbrahams opened this issue Dec 27, 2022 · 0 comments
Assignees
Labels
enhancement: check New feature in the type check module

Comments

@JSAbrahams
Copy link
Owner

Current Issue

Currently the type checker doesn't know whether a std function will throw an exception or not.
Might be nice to allow one to generate a soft warning for exceptions we know might happen.

High-level description of the feature

Description of potential implementation

@JSAbrahams JSAbrahams added the enhancement: check New feature in the type check module label Dec 27, 2022
@JSAbrahams JSAbrahams added this to the v0.3.7 | Type alias milestone Dec 27, 2022
@JSAbrahams JSAbrahams self-assigned this Dec 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement: check New feature in the type check module
Projects
None yet
Development

No branches or pull requests

1 participant