From d39958053db1942b3a2134ec799626583822b320 Mon Sep 17 00:00:00 2001 From: IGI-111 Date: Tue, 1 Oct 2024 12:04:07 +0900 Subject: [PATCH] Formalize code freeze (#6600) --- .github/CODEOWNERS | 61 ++++++++++++++++--------------- sway-lsp/tests/integration/lsp.rs | 4 +- 2 files changed, 33 insertions(+), 32 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index bdb38dc2c31..7fb8f888450 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,36 +1,37 @@ -# Everything else -* @FuelLabs/leads +* @Voxelot @mchristopher @luizstacio +# # 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 diff --git a/sway-lsp/tests/integration/lsp.rs b/sway-lsp/tests/integration/lsp.rs index 7f26570846a..b187510b5fb 100644 --- a/sway-lsp/tests/integration/lsp.rs +++ b/sway-lsp/tests/integration/lsp.rs @@ -640,8 +640,8 @@ pub(crate) async fn rename_request<'a>( new_name: rename.new_name.to_string(), work_done_progress_params: Default::default(), }; - let worspace_edit = request::handle_rename(server, params).await.unwrap(); - worspace_edit.unwrap() + let workspace_edit = request::handle_rename(server, params).await.unwrap(); + workspace_edit.unwrap() } pub fn create_did_change_params(