Skip to content

Commit

Permalink
feat: remove aztec macros (#6087)
Browse files Browse the repository at this point in the history
# Description

Only blocked by #6078


![image](https://github.com/user-attachments/assets/b117f8da-f32a-45ec-b3f8-a6028e7e1d40)

Hope I didn't miss anything

## Documentation

Check one:
- [x] No documentation needed.
- [ ] Documentation included in this PR.
- [ ] **[For Experimental Features]** Documentation to be submitted in a
separate PR.

# PR Checklist\*

- [x] I have tested the changes locally.
- [x] I have formatted the changes with [Prettier](https://prettier.io/)
and/or `cargo fmt` on default settings.
  • Loading branch information
Thunkar authored Sep 24, 2024
1 parent e3cdebe commit 9d96207
Show file tree
Hide file tree
Showing 27 changed files with 7 additions and 5,067 deletions.
3 changes: 0 additions & 3 deletions .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
30 changes: 0 additions & 30 deletions 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 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
23 changes: 0 additions & 23 deletions aztec_macros/Cargo.toml

This file was deleted.

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

This file was deleted.

Loading

0 comments on commit 9d96207

Please sign in to comment.