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

feat: update meta command #318

Merged
merged 1 commit into from
Oct 1, 2024
Merged

feat: update meta command #318

merged 1 commit into from
Oct 1, 2024

Conversation

arthurpaulino
Copy link
Contributor

Implement an update meta command which can update env variables with arbitrary functions.

Implement an `update` meta command which can update env variables
with arbitrary functions.
@arthurpaulino arthurpaulino requested a review from wwared October 1, 2024 21:28
@@ -517,7 +537,7 @@ impl<F: PrimeField32, C1: Chipset<F>, C2: Chipset<F>> MetaCmd<F, C1, C2> {

fn validate_binding_var(repl: &Repl<F, C1, C2>, zptr: &ZPtr<F>) -> Result<()> {
match zptr.tag {
Tag::Builtin => Ok(()),
Tag::Builtin | Tag::Coroutine => Ok(()),
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a leftover from #311

@arthurpaulino arthurpaulino enabled auto-merge (squash) October 1, 2024 21:31
Copy link
Contributor

@wwared wwared left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good and useful, thanks!

I will note that this approach will always prepend new values to the env, so as you call !(update ...) the env will grow and grow. Eventually (in the future) we will probably want a better way of updating env maps to remove duplicate keys to minimize the size of envs

@arthurpaulino arthurpaulino merged commit bc118d6 into main Oct 1, 2024
3 checks passed
@arthurpaulino arthurpaulino deleted the ap/meta-update branch October 1, 2024 21:46
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

Successfully merging this pull request may close these issues.

2 participants