Skip to content

Commit ebebb22

Browse files
committed
Merge branch 'master' of github.com:FuelLabs/sway into vaivaswatha/memcpy_prop_new
2 parents 1cbfc91 + 97efa22 commit ebebb22

File tree

1,771 files changed

+49736
-22671
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,771 files changed

+49736
-22671
lines changed

.github/workflows/scripts/check-dep-versions/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const REQUIRED_XYZ_DEP: &str = "fuel-core-client";
99

1010
// Dependency names allowed (but not required) to use x.y.z format
1111
// Add names of common dev-dependencies here if you want to allow x.y.z for them
12-
const ALLOWED_XYZ_DEPS: &[&str] = &["etk-asm", "etk-ops", "dap"];
12+
const ALLOWED_XYZ_DEPS: &[&str] = &["etk-asm", "etk-ops", "dap", "fuel-abi-types"];
1313

1414
// Regex to strictly match semantic version x.y.z (no prefixes like ^, ~)
1515
const XYZ_REGEX_STR: &str = r"^\d+\.\d+\.\d+([\w.-]*)$"; // Allow suffixes like -alpha, .1

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Generated by Cargo
22
# will have compiled files and executables
33
**/*/target/
4-
**/*/json_abi_output.json
4+
**/*/json_abi_output*.json
55
**/*/json_abi_output_flat.json
6-
**/*/json_storage_slots_output.json
6+
**/*/json_storage_slots_output*.json
77
target
88

99
# These are backup files generated by rustfmt

.typos.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ extend-ignore-identifiers-re = [
1111
"typ",
1212
]
1313

14+
extend-ignore-re = [
15+
"(?Rm)^.*(#|//)\\s*typos:ignore$",
16+
]
17+
1418
[files]
1519
extend-exclude = [
1620
"docs/book/theme/highlight.js",

0 commit comments

Comments
 (0)