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

Allow powdr-pil statements outside of constraints blocks #578

Closed
Schaeff opened this issue Sep 8, 2023 · 1 comment
Closed

Allow powdr-pil statements outside of constraints blocks #578

Schaeff opened this issue Sep 8, 2023 · 1 comment
Labels
good first issue Good for newcomers

Comments

@Schaeff
Copy link
Collaborator

Schaeff commented Sep 8, 2023

We currently have

machine Machine {
   constraints {
      // pil statements
   }
}

We should allow:

machine Machine {
      // pil statements
}
@Schaeff Schaeff added the good first issue Good for newcomers label Sep 8, 2023
@chriseth
Copy link
Member

chriseth commented Oct 4, 2023

This is fixed by #652 right?

@Schaeff Schaeff closed this as completed Oct 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants