From 11d32452a6e82ea4d4738ba36be8d99ad977d15f Mon Sep 17 00:00:00 2001 From: Aztec Bot <49558828+AztecBot@users.noreply.github.com> Date: Thu, 2 May 2024 00:21:55 +0100 Subject: [PATCH] feat: Sync from noir (#6138) Automated pull of development from the [noir](https://github.com/noir-lang/noir) programming language, a dependency of Aztec. BEGIN_COMMIT_OVERRIDE fix: Require for all foldable functions to use distinct return (https://github.com/noir-lang/noir/pull/4949) feat!: use `distinct` return value witnesses by default (https://github.com/noir-lang/noir/pull/4951) chore(docs): adding matomo tracking (https://github.com/noir-lang/noir/pull/4898) chore: fix typo in `ResolverError::AbiAttributeOutsideContract` (https://github.com/noir-lang/noir/pull/4933) chore: Add test for recursing a foldable function (https://github.com/noir-lang/noir/pull/4948) feat: Handle `no_predicates` attribute (https://github.com/noir-lang/noir/pull/4942) fix: ensure where clauses propagated to trait default definitions (https://github.com/noir-lang/noir/pull/4894) chore: Remove unnecessary `pub(super)` in interpreter (https://github.com/noir-lang/noir/pull/4939) END_COMMIT_OVERRIDE --------- Co-authored-by: Tom French Co-authored-by: Maxim Vezenov --- acir_tests/run_acir_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acir_tests/run_acir_tests.sh b/acir_tests/run_acir_tests.sh index 88189a434..e75f8fb1a 100755 --- a/acir_tests/run_acir_tests.sh +++ b/acir_tests/run_acir_tests.sh @@ -35,7 +35,7 @@ export BIN CRS_PATH VERBOSE BRANCH cd acir_tests # Convert them to array -SKIP_ARRAY=(diamond_deps_0 workspace workspace_default_member) +SKIP_ARRAY=(diamond_deps_0 workspace workspace_default_member witness_compression) function test() { cd $1