From 8a2a04d739f34f9ff373e733977554a605991e7e Mon Sep 17 00:00:00 2001 From: Aztec Bot <49558828+AztecBot@users.noreply.github.com> Date: Mon, 23 Sep 2024 12:11:30 -0400 Subject: [PATCH] feat: Sync from noir (#8663) Automated pull of development from the [noir](https://github.com/noir-lang/noir) programming language, a dependency of Aztec. BEGIN_COMMIT_OVERRIDE feat(perf): Allow array set last uses optimization in return block of Brillig functions (https://github.com/noir-lang/noir/pull/6119) feat: represent assertions more similarly to function calls (https://github.com/noir-lang/noir/pull/6103) feat: pretty print Quoted token stream (https://github.com/noir-lang/noir/pull/6111) feat: LSP autocompletion for `TypePath` (https://github.com/noir-lang/noir/pull/6117) fix: disambiguate field or int static trait method call (https://github.com/noir-lang/noir/pull/6112) chore: delete duplicated test (https://github.com/noir-lang/noir/pull/6113) feat: (LSP) suggest $vars inside `quote { ... }` (https://github.com/noir-lang/noir/pull/6114) chore: ec addition for non-zero points (https://github.com/noir-lang/noir/pull/5858) chore(docs): removing old versions (https://github.com/noir-lang/noir/pull/6075) fix(mem2reg): Remove possibility of underflow (https://github.com/noir-lang/noir/pull/6107) fix: decode databus return values (https://github.com/noir-lang/noir/pull/6095) END_COMMIT_OVERRIDE --------- Co-authored-by: TomAFrench Co-authored-by: sirasistant --- acir_tests/run_acir_tests.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/acir_tests/run_acir_tests.sh b/acir_tests/run_acir_tests.sh index 0a6cdbbb3..011dbfa5d 100755 --- a/acir_tests/run_acir_tests.sh +++ b/acir_tests/run_acir_tests.sh @@ -41,7 +41,8 @@ SKIP_ARRAY=(diamond_deps_0 workspace workspace_default_member) # if HONK is false, we should skip verify_honk_proof if [ "$HONK" = false ]; then # Insert the new item into the array - SKIP_ARRAY+=(verify_honk_proof) + # TODO https://github.com/AztecProtocol/barretenberg/issues/1108 + SKIP_ARRAY+=(verify_honk_proof regression_5045) fi function test() {