feat: Sync from noir#12624
Merged
Merged
Conversation
chore: remove unnecessary trait bounds (noir-lang/noir#7635) feat: add optional oracle resolver url in `acvm_cli` (noir-lang/noir#7630) chore: Rename `StructDefinition` to `TypeDefinition` (noir-lang/noir#7614) fix: Error on infinitely recursive types (noir-lang/noir#7579) fix: update error message to display 128 bits as valid bit size (noir-lang/noir#7626) chore: update docs to reflect u128 type (noir-lang/noir#7623) feat: array concat method (noir-lang/noir#7199)
TomAFrench
approved these changes
Mar 11, 2025
TomAFrench
added a commit
that referenced
this pull request
Mar 14, 2025
Contains the changes from #12574 to replace the copy of the noir-repo with a `noir-repo-ref` file to point at the nightly version which we pull during the build. Updated `noir-repo-ref` in the PR to match the last merge sync PR #12624 Alternatively it could be set to include the commits from the open #12669 by setting it to [nightly-2025-03-14](https://github.com/noir-lang/noir/commits/nightly-2025-03-14) Added a patch to replicate the changes to honk test programs in #12266 Opened noir-lang/noir#7706 to migrate the patch back to Noir --------- Co-authored-by: Akosh Farkash <aakoshh@gmail.com> Co-authored-by: Tom French <15848336+TomAFrench@users.noreply.github.com> Co-authored-by: aakoshh <akosh@aztecprotocol.com>
AztecBot
pushed a commit
to AztecProtocol/barretenberg
that referenced
this pull request
Mar 15, 2025
Contains the changes from AztecProtocol/aztec-packages#12574 to replace the copy of the noir-repo with a `noir-repo-ref` file to point at the nightly version which we pull during the build. Updated `noir-repo-ref` in the PR to match the last merge sync PR AztecProtocol/aztec-packages#12624 Alternatively it could be set to include the commits from the open AztecProtocol/aztec-packages#12669 by setting it to [nightly-2025-03-14](https://github.com/noir-lang/noir/commits/nightly-2025-03-14) Added a patch to replicate the changes to honk test programs in AztecProtocol/aztec-packages#12266 Opened noir-lang/noir#7706 to migrate the patch back to Noir --------- Co-authored-by: Akosh Farkash <aakoshh@gmail.com> Co-authored-by: Tom French <15848336+TomAFrench@users.noreply.github.com> Co-authored-by: aakoshh <akosh@aztecprotocol.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Automated pull of development from the noir programming language, a dependency of Aztec.
BEGIN_COMMIT_OVERRIDE
chore: bump external pinned commits (noir-lang/noir#7640)
chore: remove unnecessary trait bounds (noir-lang/noir#7635)
feat: add optional oracle resolver url in
acvm_cli(noir-lang/noir#7630)chore: Rename
StructDefinitiontoTypeDefinition(noir-lang/noir#7614)fix: Error on infinitely recursive types (noir-lang/noir#7579)
fix: update error message to display 128 bits as valid bit size (noir-lang/noir#7626)
chore: update docs to reflect u128 type (noir-lang/noir#7623)
feat: array concat method (noir-lang/noir#7199)
END_COMMIT_OVERRIDE