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

Reduce potential confusion between Circuit & Witness operations on Variables #167

Closed
gbotrel opened this issue Nov 8, 2021 · 1 comment
Assignees

Comments

@gbotrel
Copy link
Collaborator

gbotrel commented Nov 8, 2021

Example, doing an Assign inside a Define (ie when defining a circuit), will not be detected:

var a frontend.Variable 
a.Assign(x)

likely will introduce issues

@gbotrel gbotrel self-assigned this Nov 8, 2021
@gbotrel
Copy link
Collaborator Author

gbotrel commented Nov 17, 2021

Fixed by #180

@gbotrel gbotrel closed this as completed Nov 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant