Skip to content

Commit 4d08af3

Browse files
committed
chore: remove the nargo_cli library target and the unused AFL fuzz target
1 parent 7001b28 commit 4d08af3

12 files changed

Lines changed: 0 additions & 441 deletions

File tree

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ pkg/
1818
# Noir.js
1919
tooling/noir_js/lib
2020

21-
# fuzzing inputs (generated from 'test_programs')
22-
tooling/nargo_fuzz_target/draft_inputs
23-
2421
# Nargo output
2522
*.proof
2623
*.acir

Cargo.lock

Lines changed: 0 additions & 46 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ members = [
2323
"tooling/nargo_fmt",
2424
"tooling/nargo_cli",
2525
"tooling/nargo_toml",
26-
"tooling/nargo_fuzz_target",
2726
"tooling/noirc_artifacts",
2827
"tooling/noirc_artifacts_info",
2928
"tooling/noirc_abi",
@@ -139,7 +138,6 @@ noirc_span = { path = "compiler/noirc_span" }
139138
# Noir tooling workspace dependencies
140139
noir_greybox_fuzzer = { path = "tooling/greybox_fuzzer" }
141140
nargo = { path = "tooling/nargo" }
142-
nargo_cli = { path = "tooling/nargo_cli" }
143141
nargo_doc = { path = "tooling/nargo_doc" }
144142
nargo_expand = { path = "tooling/nargo_expand" }
145143
nargo_fmt = { path = "tooling/nargo_fmt" }

tooling/nargo_cli/Cargo.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ workspace = true
1313

1414
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1515

16-
[lib]
17-
name = "nargo_cli"
18-
path = "src/lib.rs"
19-
2016
# Rename binary from `nargo_cli` to `nargo`
2117
[[bin]]
2218
name = "nargo"

tooling/nargo_cli/src/lib.rs

Lines changed: 0 additions & 5 deletions
This file was deleted.

tooling/nargo_cli/src/main.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ use tracing_subscriber::{EnvFilter, fmt::format::FmtSpan};
1717

1818
// TODO: Currently only used by benches.
1919
use noir_artifact_cli as _;
20-
// NOTE: Currently only used for fuzzing.
21-
use nargo_cli as _;
2220

2321
const PANIC_MESSAGE: &str = "This is a bug. We may have already fixed this in newer versions of Nargo so try searching for similar issues at https://github.com/noir-lang/noir/issues/.\nIf there isn't an open issue for this bug, consider opening one at https://github.com/noir-lang/noir/issues/new?labels=bug&template=bug_report.yml";
2422

tooling/nargo_fuzz_target/Cargo.toml

Lines changed: 0 additions & 16 deletions
This file was deleted.

tooling/nargo_fuzz_target/README.md

Lines changed: 0 additions & 211 deletions
This file was deleted.

tooling/nargo_fuzz_target/collect_outputs.rb

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)