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

Improve Type Checking on Outputs to Python #235

Open
kylekrol opened this issue Sep 25, 2020 · 0 comments
Open

Improve Type Checking on Outputs to Python #235

kylekrol opened this issue Sep 25, 2020 · 0 comments
Labels

Comments

@kylekrol
Copy link
Member

Currently, the types of the parameters and state fields being output to Python is checked with a set of dynamics casts. This is okay for our small set of types but we really should update this to leverage the double dispatch pattern or something similar. Perhaps the state fields could return a variant directly.

@kylekrol kylekrol changed the title Improve Type Checkinng on Outputs to Python Improve Type Checking on Outputs to Python Sep 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant