Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Sync from noir #8740

Merged
merged 20 commits into from
Sep 25, 2024
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .noir-sync-commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
e3cdebe515e4dc4ee6e16e01bd8af25135939798
5b1c896c605ed1047fc17a437e0b58792a778e2d
1 change: 0 additions & 1 deletion noir/.rebuild_patterns_native
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
^noir/scripts/test_native.sh
^noir/noir-repo/acvm-repo
^noir/noir-repo/compiler
^noir/noir-repo/aztec_macros
^noir/noir-repo/noir_stdlib
^noir/noir-repo/tooling/backend_interface
^noir/noir-repo/tooling/bb_abstraction_leaks
Expand Down
1 change: 0 additions & 1 deletion noir/.rebuild_patterns_packages
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
^noir/noir-repo/yarn.lock
^noir/noir-repo/acvm-repo
^noir/noir-repo/compiler
^noir/noir-repo/aztec_macros
^noir/noir-repo/noir_stdlib
^noir/noir-repo/tooling/noir_codegen
^noir/noir-repo/tooling/noir_js
Expand Down
2 changes: 0 additions & 2 deletions noir/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
# Relevant source (TODO finer-grained 'tooling')
COPY --dir \
noir-repo/acvm-repo \
noir-repo/aztec_macros \
noir-repo/compiler \
noir-repo/noir_stdlib \
noir-repo/tooling \
Expand Down Expand Up @@ -50,7 +49,7 @@
# Some of the debugger tests are a little flaky wrt to timeouts so we allow a couple of retries.
ENV NEXTEST_RETRIES=2

RUN ./scripts/test_native.sh

Check failure on line 52 in noir/Earthfile

View workflow job for this annotation

GitHub Actions / noir-test

Error

The command RUN ./scripts/test_native.sh did not complete successfully. Exit code 101

examples:
FROM +nargo
Expand Down Expand Up @@ -116,7 +115,6 @@
# Relevant source (TODO finer-grained)
COPY --dir \
noir-repo/acvm-repo \
noir-repo/aztec_macros \
noir-repo/compiler \
noir-repo/docs \
noir-repo/noir_stdlib \
Expand Down
3 changes: 0 additions & 3 deletions noir/noir-repo/.tokeignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
docs
scripts

# aztec_macros is explicitly considered OOS for Noir audit
aztec_macros

# config files
*.toml
*.md
Expand Down
17 changes: 0 additions & 17 deletions noir/noir-repo/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions noir/noir-repo/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
[workspace]

members = [
# Aztec Macro crate for metaprogramming
"aztec_macros",
# Compiler crates
"compiler/noirc_arena",
"compiler/noirc_evaluator",
Expand Down
25 changes: 0 additions & 25 deletions noir/noir-repo/aztec_macros/Cargo.toml

This file was deleted.

241 changes: 0 additions & 241 deletions noir/noir-repo/aztec_macros/src/lib.rs

This file was deleted.

Loading
Loading