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

Refactor to use bellpepper's new conditional selects #355

Merged
merged 1 commit into from
Mar 4, 2024

Conversation

huitseeker
Copy link
Member

  • Function conditionally_select_vec is removed and replaced with conditionally_select_slice across multiple files for consistency.
  • Duplicate functions conditionally_select and conditionally_select_vec are removed from various modules.
  • Unused import, itertools::Itertools, removed from src/gadgets/utils.rs.

See argumentcomputer/bellpepper#85

- Function `conditionally_select_vec` is removed and replaced with `conditionally_select_slice` across multiple files for consistency.
- Duplicate functions `conditionally_select` and `conditionally_select_vec` are removed from various modules.
- Unused import, `itertools::Itertools`, removed from `src/gadgets/utils.rs`.
@huitseeker huitseeker added this pull request to the merge queue Mar 4, 2024
Merged via the queue into argumentcomputer:dev with commit 4cb69de Mar 4, 2024
9 checks passed
@huitseeker huitseeker deleted the conditionally_select branch March 4, 2024 03:29
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