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

Implement compilation and execution of new test syntax #2134

Open
tstirrat15 opened this issue Nov 14, 2024 · 0 comments
Open

Implement compilation and execution of new test syntax #2134

tstirrat15 opened this issue Nov 14, 2024 · 0 comments

Comments

@tstirrat15
Copy link
Contributor

Part of #2127

Once the parser is implemented, we'll need to use those AST nodes. My best guess of how this will work:

  1. Implement translator logic to turn those nodes into internal representations
  2. Construct a dev context using those representations and attach it to the compiled schema
  3. Add logic to execute the validations attached to the compiled schema

I think there's probably a conversation to be had about when/where the validations are to be run.

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

1 participant