Skip to content

Commit

Permalink
remove compiler_version from examples/test files
Browse files Browse the repository at this point in the history
  • Loading branch information
kevaundray committed Oct 29, 2023
1 parent e99d5e6 commit 4e587b7
Show file tree
Hide file tree
Showing 253 changed files with 32 additions and 380 deletions.
2 changes: 0 additions & 2 deletions compiler/integration-tests/circuits/main/Nargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@
name = "main"
type = "bin"
authors = [""]
compiler_version = "0.9.0"

[dependencies]
2 changes: 0 additions & 2 deletions compiler/integration-tests/circuits/recursion/Nargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@
name = "recursion"
type = "bin"
authors = [""]
compiler_version = "0.9.0"

[dependencies]
1 change: 0 additions & 1 deletion compiler/wasm/fixtures/deps/lib-a/Nargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
name="lib_a"
type="lib"
authors = [""]
compiler_version = "0.1"

[dependencies]
lib_b = { path = "../lib-b" }
1 change: 0 additions & 1 deletion compiler/wasm/fixtures/deps/lib-b/Nargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@
name="lib_b"
type="lib"
authors = [""]
compiler_version = "0.1"

[dependencies]
1 change: 0 additions & 1 deletion compiler/wasm/fixtures/deps/noir-script/Nargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
name="noir_wasm_testing"
type="bin"
authors = [""]
compiler_version = "0.1"

[dependencies]
lib_a = { path="../lib-a" }
1 change: 0 additions & 1 deletion compiler/wasm/fixtures/simple/noir-script/Nargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@
name="noir_wasm_testing"
type="bin"
authors = [""]
compiler_version = "0.1"

[dependencies]
2 changes: 0 additions & 2 deletions noir_stdlib/Nargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@
name = "std"
type = "lib"
authors = [""]
compiler_version = "0.1"

[dependencies]
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@
name = "assert_constant_fail"
type = "bin"
authors = [""]
compiler_version = "0.9.0"

[dependencies]
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@
name = "assert_eq_struct"
type = "bin"
authors = [""]
compiler_version = "0.1"

[dependencies]
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@
name = "brillig_assert_fail"
type = "bin"
authors = [""]
compiler_version = "0.1"

[dependencies]
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@
name = "constrain_typo"
type = "bin"
authors = [""]
compiler_version = "0.1"

[dependencies]
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@ type = "bin"
# Testing that this file is missing and doesn't fallback to default `main.nr` file
entry = "src/foobarbaz.nr"
authors = [""]
compiler_version = "0.1"

[dependencies]
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,5 @@
name = "dep_impl_primitive"
type = "bin"
authors = [""]
compiler_version = "0.8.0"

[dependencies]
bad_impl = { path = "../../test_libraries/bad_impl" }
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,5 @@
name = "depend_on_bin"
type = "bin"
authors = [""]
compiler_version = "0.8.0"

[dependencies]
bin_dep = { path = "../../test_libraries/bin_dep" }
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[package]
name = "divide_by_zero"
type = "bin"
authors = [""]
compiler_version = "0.10.3"
authors = [""]10.3"

[dependencies]
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[package]
name = "div_by_zero_modulo"
type = "bin"
authors = [""]
compiler_version = "0.10.5"
authors = [""]10.5"

[dependencies]
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[package]
name = "div_by_zero_numerator_witness"
type = "bin"
authors = [""]
compiler_version = "0.10.3"
authors = [""]10.3"

[dependencies]
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[package]
name = "div_by_zero_witness"
type = "bin"
authors = [""]
compiler_version = "0.10.3"
authors = [""]10.3"

[dependencies]
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[package]
name = "dup_trait_implementation_4"
type = "bin"
authors = [""]
compiler_version = "0.11.1"
authors = [""]11.1"

[dependencies]
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[package]
name = "dup_trait_implementation_5"
type = "bin"
authors = [""]
compiler_version = "0.11.1"
authors = [""]11.1"

[dependencies]
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@
name = "dup_trait_items_1"
type = "bin"
authors = [""]
compiler_version = "0.15.0"

[dependencies]
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@
name = "dup_trait_items_2"
type = "bin"
authors = [""]
compiler_version = "0.15.0"

[dependencies]
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@
name = "dup_trait_items_3"
type = "bin"
authors = [""]
compiler_version = "0.15.0"

[dependencies]
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@
name = "dup_trait_items_4"
type = "bin"
authors = [""]
compiler_version = "0.15.0"

[dependencies]
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@
name = "dup_trait_items_5"
type = "bin"
authors = [""]
compiler_version = "0.15.0"

[dependencies]
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@
name = "dup_trait_items_6"
type = "bin"
authors = [""]
compiler_version = "0.15.0"

[dependencies]
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@
name = "duplicate_declaration"
type = "bin"
authors = [""]
compiler_version = "0.1"

[dependencies]
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[package]
name = "dyn_index_fail_nested_array"
type = "bin"
authors = [""]
compiler_version = "0.11.1"
authors = [""]11.1"

[dependencies]
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[package]
name = "dynamic_index_failure"
type = "bin"
authors = [""]
compiler_version = "0.10.3"
authors = [""]10.3"

[dependencies]
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@
name = "field_modulo"
type = "bin"
authors = [""]
compiler_version = "0.9.0"

[dependencies]
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@
name = "integer_literal_overflow"
type = "bin"
authors = [""]
compiler_version = "0.16.0"

[dependencies]
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,5 @@
name = "invalid_dependency_name"
type = "bin"
authors = [""]
compiler_version = "0.9.0"

[dependencies]
bad_name = { path = "../../test_libraries/bad_name" }
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@
name = "multiple_contracts"
type = "contract"
authors = [""]
compiler_version = "0.9.0"

[dependencies]
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@
name = "multiple_primary_attributes_fail"
type = "bin"
authors = [""]
compiler_version = "0.9.0"

[dependencies]
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@
name = "mutability_regression_2911"
type = "bin"
authors = [""]
compiler_version = "0.9.0"

[dependencies]
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
name = "orphaned_trait_impl"
type = "bin"
authors = [""]
compiler_version = "0.12.0"

[dependencies]
crate1 = { path = "crate1" }
crate2 = { path = "crate2" }
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@
name = "crate1"
type = "lib"
authors = [""]
compiler_version = "0.12.0"

[dependencies]
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@
name = "crate2"
type = "lib"
authors = [""]
compiler_version = "0.12.0"

[dependencies]
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@
name = "overflowing_assignment"
type = "bin"
authors = [""]
compiler_version = "0.9.0"

[dependencies]
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@
name = "overlapping_generic_impls"
type = "bin"
authors = [""]
compiler_version = "0.18.0"

[dependencies]
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@
name = ""
type = "bin"
authors = [""]
compiler_version = "0.9.0"

[dependencies]
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@
name = "hyphenated-name"
type = "bin"
authors = [""]
compiler_version = "0.9.0"

[dependencies]
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
[package]
name = "primary_attribute_struct"
type = "bin"
authors = [""]
compiler_version = "0.11.1"
authors = [""]11.1"

[dependencies]
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[package]
name = "radix_non_constant_length"
type = "bin"
authors = [""]
compiler_version = "0.10.2"
authors = [""]10.2"

[dependencies]
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[package]
name = "slice_access_failure"
type = "bin"
authors = [""]
compiler_version = "0.10.2"
authors = [""]10.2"

[dependencies]
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@
name = "slice_insert_failure"
type = "bin"
authors = [""]
compiler_version = "0.12.0"

[dependencies]
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@
name = "slice_remove_failure"
type = "bin"
authors = [""]
compiler_version = "0.12.0"

[dependencies]
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@
name = "a"
type = "bin"
authors = [""]
compiler_version = "0.8.0"

[dependencies]
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@
name = "b"
type = "bin"
authors = [""]
compiler_version = "0.8.0"

[dependencies]
Loading

0 comments on commit 4e587b7

Please sign in to comment.