From 2e287b8806b167991e30f28095bb703671882856 Mon Sep 17 00:00:00 2001 From: Tom French Date: Tue, 18 Feb 2025 19:05:46 +0000 Subject: [PATCH 1/2] chore!: make `ResolverError::OracleMarkedAsConstrained` into a full error --- compiler/noirc_frontend/src/hir/resolution/errors.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/noirc_frontend/src/hir/resolution/errors.rs b/compiler/noirc_frontend/src/hir/resolution/errors.rs index 031bf81ff00..65b4c6db1b9 100644 --- a/compiler/noirc_frontend/src/hir/resolution/errors.rs +++ b/compiler/noirc_frontend/src/hir/resolution/errors.rs @@ -417,7 +417,7 @@ impl<'a> From<&'a ResolverError> for Diagnostic { "Usage of the `#[foreign]` or `#[builtin]` function attributes are not allowed outside of the Noir standard library".into(), ident.span(), ), - ResolverError::OracleMarkedAsConstrained { ident } => Diagnostic::simple_warning( + ResolverError::OracleMarkedAsConstrained { ident } => Diagnostic::simple_error( error.to_string(), "Oracle functions must have the `unconstrained` keyword applied".into(), ident.span(), From 978f175cafd3bd101aa62458dad6f8eb24e21153 Mon Sep 17 00:00:00 2001 From: Tom French Date: Wed, 19 Feb 2025 17:22:45 +0000 Subject: [PATCH 2/2] . --- .github/benchmark_projects.yml | 2 +- EXTERNAL_NOIR_LIBRARIES.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/benchmark_projects.yml b/.github/benchmark_projects.yml index 17eb7aa96a6..b1d78f674ab 100644 --- a/.github/benchmark_projects.yml +++ b/.github/benchmark_projects.yml @@ -1,4 +1,4 @@ -define: &AZ_COMMIT 6c0b83d4b73408f87acfa080d52a81c411e47336 +define: &AZ_COMMIT 1350f93c3e9af8f601ca67ca3e67d0127c9767b6 projects: private-kernel-inner: repo: AztecProtocol/aztec-packages diff --git a/EXTERNAL_NOIR_LIBRARIES.yml b/EXTERNAL_NOIR_LIBRARIES.yml index 0ea37492803..fcb6885c165 100644 --- a/EXTERNAL_NOIR_LIBRARIES.yml +++ b/EXTERNAL_NOIR_LIBRARIES.yml @@ -1,4 +1,4 @@ -define: &AZ_COMMIT 6c0b83d4b73408f87acfa080d52a81c411e47336 +define: &AZ_COMMIT 1350f93c3e9af8f601ca67ca3e67d0127c9767b6 libraries: noir_check_shuffle: repo: noir-lang/noir_check_shuffle