Merged
Conversation
TomAFrench
approved these changes
Mar 21, 2025
DanielKotov
pushed a commit
that referenced
this pull request
Mar 27, 2025
Automated pull of nightly from the [noir](https://github.com/noir-lang/noir) programming language, a dependency of Aztec. BEGIN_COMMIT_OVERRIDE chore: add more test suites to CI (noir-lang/noir#7757) chore(docs): Avoid colliding filenames (noir-lang/noir#7771) feat(ssa): Basic control dependent LICM (noir-lang/noir#7660) chore: run `noir_wasm` over `test_programs` (noir-lang/noir#7765) fix(ci): Fail the CI job on a Brillig report failure (noir-lang/noir#7762) fix(ci): Exclude inliner specific reference count tests from Brillig trace report (noir-lang/noir#7761) chore: pull out pure functions from interpreter (noir-lang/noir#7755) fix: add missing inputs to `BlackBoxFuncCall::get_inputs_vec` for EcAdd (noir-lang/noir#7752) feat: add `EmbeddedCurvePoint::generator()` to return generator point (noir-lang/noir#7754) chore: remove bun from docs in favour of yarn (noir-lang/noir#7756) chore: Fix rustdocs error (noir-lang/noir#7750) chore: add `shared` module within `noirc_frontend` (noir-lang/noir#7746) chore: push users towards nargo in tutorial (noir-lang/noir#7736) chore: Add GITHUB_TOKEN for downloading prost_prebuilt to acvm.js build (noir-lang/noir#7745) END_COMMIT_OVERRIDE --------- Co-authored-by: AztecBot <tech@aztecprotocol.com>
DanielKotov
pushed a commit
that referenced
this pull request
Mar 27, 2025
Automated pull of nightly from the [noir](https://github.com/noir-lang/noir) programming language, a dependency of Aztec. BEGIN_COMMIT_OVERRIDE chore: add more test suites to CI (noir-lang/noir#7757) chore(docs): Avoid colliding filenames (noir-lang/noir#7771) feat(ssa): Basic control dependent LICM (noir-lang/noir#7660) chore: run `noir_wasm` over `test_programs` (noir-lang/noir#7765) fix(ci): Fail the CI job on a Brillig report failure (noir-lang/noir#7762) fix(ci): Exclude inliner specific reference count tests from Brillig trace report (noir-lang/noir#7761) chore: pull out pure functions from interpreter (noir-lang/noir#7755) fix: add missing inputs to `BlackBoxFuncCall::get_inputs_vec` for EcAdd (noir-lang/noir#7752) feat: add `EmbeddedCurvePoint::generator()` to return generator point (noir-lang/noir#7754) chore: remove bun from docs in favour of yarn (noir-lang/noir#7756) chore: Fix rustdocs error (noir-lang/noir#7750) chore: add `shared` module within `noirc_frontend` (noir-lang/noir#7746) chore: push users towards nargo in tutorial (noir-lang/noir#7736) chore: Add GITHUB_TOKEN for downloading prost_prebuilt to acvm.js build (noir-lang/noir#7745) END_COMMIT_OVERRIDE --------- Co-authored-by: AztecBot <tech@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 nightly from the noir programming language, a dependency of Aztec.
BEGIN_COMMIT_OVERRIDE
chore: add more test suites to CI (noir-lang/noir#7757)
chore(docs): Avoid colliding filenames (noir-lang/noir#7771)
feat(ssa): Basic control dependent LICM (noir-lang/noir#7660)
chore: run
noir_wasmovertest_programs(noir-lang/noir#7765)fix(ci): Fail the CI job on a Brillig report failure (noir-lang/noir#7762)
fix(ci): Exclude inliner specific reference count tests from Brillig trace report (noir-lang/noir#7761)
chore: pull out pure functions from interpreter (noir-lang/noir#7755)
fix: add missing inputs to
BlackBoxFuncCall::get_inputs_vecfor EcAdd (noir-lang/noir#7752)feat: add
EmbeddedCurvePoint::generator()to return generator point (noir-lang/noir#7754)chore: remove bun from docs in favour of yarn (noir-lang/noir#7756)
chore: Fix rustdocs error (noir-lang/noir#7750)
chore: add
sharedmodule withinnoirc_frontend(noir-lang/noir#7746)chore: push users towards nargo in tutorial (noir-lang/noir#7736)
chore: Add GITHUB_TOKEN for downloading prost_prebuilt to acvm.js build (noir-lang/noir#7745)
END_COMMIT_OVERRIDE