From 1a24d834dca8931903472be4eaf99da51e0c620a Mon Sep 17 00:00:00 2001 From: AztecBot <49558828+AztecBot@users.noreply.github.com> Date: Tue, 11 Nov 2025 15:53:47 +0000 Subject: [PATCH] chore: Bump Noir reference MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Automated pull of nightly from the [noir](https://github.com/noir-lang/noir) programming language, a dependency of Aztec. BEGIN_COMMIT_OVERRIDE fix(brillig_gen): Switch to iterative variable liveness (https://github.com/noir-lang/noir/pull/10460) feat: remove unnecessary mutation of blackbox functions during flattening (https://github.com/noir-lang/noir/pull/10182) chore: revert "fix: revert "feat(ACIR): reuse element_type_sizes blocks with… (https://github.com/noir-lang/noir/pull/10461) chore: green light for acir (native_types) audit (https://github.com/noir-lang/noir/pull/10381) chore: lock Cargo.lock in cargo-binstall (https://github.com/noir-lang/noir/pull/10459) fix(acir-gen): Use the side effect variable in `slice_pop_back` (https://github.com/noir-lang/noir/pull/10455) fix: correct location for out of bounds match case integer (https://github.com/noir-lang/noir/pull/10454) fix: Defunctionalize foreign functions in pre-SSA pass over mAST (https://github.com/noir-lang/noir/pull/10160) fix: use unit for fmtstr without variables (https://github.com/noir-lang/noir/pull/10456) chore(docs): Update tinyjs app tutorial for versioned docs (https://github.com/noir-lang/noir/pull/10453) fix(frontend): Resolve to correct type on fmtstr interpolation error (https://github.com/noir-lang/noir/pull/10450) fix: avoid producing duplicate private error messages (https://github.com/noir-lang/noir/pull/10449) chore(docs): update dependencies and installation instructions in NoirJS tutorial and examples (https://github.com/noir-lang/noir/pull/10400) fix(compiler): Improve error message for impl on primitive types (https://github.com/noir-lang/noir/pull/10430) (https://github.com/noir-lang/noir/pull/10442) chore: get trait as non-mut (https://github.com/noir-lang/noir/pull/10447) chore(frontend): Tuple dereference chain unit test and minor method reorg (https://github.com/noir-lang/noir/pull/10410) fix(doc): analyze sub-modules imports before self (https://github.com/noir-lang/noir/pull/10390) chore: green light for blackbox_solver audit (https://github.com/noir-lang/noir/pull/10372) chore: use `get_last_condition` in `link_condition` (https://github.com/noir-lang/noir/pull/10424) chore: bump external pinned commits (https://github.com/noir-lang/noir/pull/10443) feat: primitive types doc comments (https://github.com/noir-lang/noir/pull/10432) chore(frontend): Trait impl Self path unit tests (https://github.com/noir-lang/noir/pull/10437) END_COMMIT_OVERRIDE --- noir/noir-repo-ref | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/noir/noir-repo-ref b/noir/noir-repo-ref index 21adbebeaca5..fabbd83604b7 100644 --- a/noir/noir-repo-ref +++ b/noir/noir-repo-ref @@ -1 +1 @@ -nightly-2025-11-10 +nightly-2025-11-11