Skip to content

Commit

Permalink
Update TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
rkarabut committed Dec 4, 2024
1 parent 06e60b5 commit 6e2cd9e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,8 @@ impl DependencyContext {
trace!("attempting to clear Brillig calls constrained by values: {:?}", constrained_values);

// For now, consider array element constraints to be array constraints
// TODO: this probably has to be further looked into, to ensure _every_ element
// TODO(https://github.com/noir-lang/noir/issues/6698):
// This probably has to be further looked into, to ensure _every_ element
// of an array result of a Brillig call has been constrained

let constrained_arrays =
Expand Down

0 comments on commit 6e2cd9e

Please sign in to comment.