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

Validation Pass #71

Closed
5 tasks done
swernli opened this issue Mar 15, 2023 · 0 comments
Closed
5 tasks done

Validation Pass #71

swernli opened this issue Mar 15, 2023 · 0 comments
Assignees

Comments

@swernli
Copy link
Collaborator

swernli commented Mar 15, 2023

As temporary protection before type inference and broader feature support exists, we need some validation passes that check for specific disallowed patterns in Q# that warns users early and protects later transformation passes from needing to handle invalid patterns.

Tasks

@swernli swernli added this to the Katas MVP milestone Mar 15, 2023
ScottCarda-MS added a commit that referenced this issue Mar 21, 2023
Added a Validator pass to check that the submitted code does not
contain:
 - Adj/Ctl operations that return non-Unit
 - Partial applications
 - Lambda expressions
 - Callable type parameters on callables
 - Type holes

Issue #71
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

No branches or pull requests

2 participants