-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into xunilrj/fn-dedup-conf-decode
- Loading branch information
Showing
24 changed files
with
2,184 additions
and
398 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,36 @@ | ||
* @Voxelot @mchristopher @luizstacio | ||
# # Everything else | ||
# * @FuelLabs/leads | ||
# Everything else | ||
* @FuelLabs/leads | ||
|
||
# # Documentation | ||
# /docs/ @FuelLabs/tooling @FuelLabs/sway-compiler @FuelLabs/swayex @FuelLabs/Devrel | ||
# Documentation | ||
/docs/ @FuelLabs/tooling @FuelLabs/sway-compiler @FuelLabs/swayex @FuelLabs/Devrel | ||
|
||
# # Sway files and standard library | ||
# /examples/ @FuelLabs/sway-compiler @FuelLabs/swayex | ||
# /sway-lib-core/ @FuelLabs/sway-compiler @FuelLabs/swayex | ||
# /sway-lib-std/ @FuelLabs/sway-compiler @FuelLabs/swayex | ||
# Sway files and standard library | ||
/examples/ @FuelLabs/sway-compiler @FuelLabs/swayex | ||
/sway-lib-core/ @FuelLabs/sway-compiler @FuelLabs/swayex | ||
/sway-lib-std/ @FuelLabs/sway-compiler @FuelLabs/swayex | ||
|
||
# # Tooling | ||
# /forc/ @FuelLabs/tooling | ||
# /forc-pkg/ @FuelLabs/tooling | ||
# /forc-plugins/ @FuelLabs/tooling | ||
# /forc-test/ @FuelLabs/tooling | ||
# /forc-tracing/ @FuelLabs/tooling | ||
# /forc-util/ @FuelLabs/tooling | ||
# /sway-lsp/ @FuelLabs/tooling | ||
# /swayfmt/ @FuelLabs/tooling | ||
# Tooling | ||
/forc/ @FuelLabs/tooling | ||
/forc-pkg/ @FuelLabs/tooling | ||
/forc-plugins/ @FuelLabs/tooling | ||
/forc-test/ @FuelLabs/tooling | ||
/forc-tracing/ @FuelLabs/tooling | ||
/forc-util/ @FuelLabs/tooling | ||
/sway-lsp/ @FuelLabs/tooling | ||
/swayfmt/ @FuelLabs/tooling | ||
|
||
# # Compiler | ||
# /sway-ast/ @FuelLabs/sway-compiler | ||
# /sway-core/ @FuelLabs/sway-compiler | ||
# /sway-error/ @FuelLabs/sway-compiler | ||
# /sway-ir/ @FuelLabs/sway-compiler | ||
# /sway-parse/ @FuelLabs/sway-compiler | ||
# /sway-types/ @FuelLabs/sway-compiler | ||
# /sway-utils/ @FuelLabs/sway-compiler | ||
# /templates/ @FuelLabs/sway-compiler | ||
# /test/ @FuelLabs/sway-compiler | ||
# Compiler | ||
/sway-ast/ @FuelLabs/sway-compiler | ||
/sway-core/ @FuelLabs/sway-compiler | ||
/sway-error/ @FuelLabs/sway-compiler | ||
/sway-ir/ @FuelLabs/sway-compiler | ||
/sway-parse/ @FuelLabs/sway-compiler | ||
/sway-types/ @FuelLabs/sway-compiler | ||
/sway-utils/ @FuelLabs/sway-compiler | ||
/templates/ @FuelLabs/sway-compiler | ||
/test/ @FuelLabs/sway-compiler | ||
|
||
# # Root lockfile and deployment scripts | ||
# Cargo.lock @FuelLabs/leads | ||
# /deployment/ @FuelLabs/leads | ||
# Root lockfile and deployment scripts | ||
Cargo.lock @FuelLabs/leads | ||
/deployment/ @FuelLabs/leads | ||
|
Oops, something went wrong.