Skip to content

Commit d399580

Browse files
authored
Formalize code freeze (#6600)
1 parent 069ae4a commit d399580

File tree

2 files changed

+33
-32
lines changed

2 files changed

+33
-32
lines changed

.github/CODEOWNERS

Lines changed: 31 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,37 @@
1-
# Everything else
2-
* @FuelLabs/leads
1+
* @Voxelot @mchristopher @luizstacio
2+
# # Everything else
3+
# * @FuelLabs/leads
34

4-
# Documentation
5-
/docs/ @FuelLabs/tooling @FuelLabs/sway-compiler @FuelLabs/swayex @FuelLabs/Devrel
5+
# # Documentation
6+
# /docs/ @FuelLabs/tooling @FuelLabs/sway-compiler @FuelLabs/swayex @FuelLabs/Devrel
67

7-
# Sway files and standard library
8-
/examples/ @FuelLabs/sway-compiler @FuelLabs/swayex
9-
/sway-lib-core/ @FuelLabs/sway-compiler @FuelLabs/swayex
10-
/sway-lib-std/ @FuelLabs/sway-compiler @FuelLabs/swayex
8+
# # Sway files and standard library
9+
# /examples/ @FuelLabs/sway-compiler @FuelLabs/swayex
10+
# /sway-lib-core/ @FuelLabs/sway-compiler @FuelLabs/swayex
11+
# /sway-lib-std/ @FuelLabs/sway-compiler @FuelLabs/swayex
1112

12-
# Tooling
13-
/forc/ @FuelLabs/tooling
14-
/forc-pkg/ @FuelLabs/tooling
15-
/forc-plugins/ @FuelLabs/tooling
16-
/forc-test/ @FuelLabs/tooling
17-
/forc-tracing/ @FuelLabs/tooling
18-
/forc-util/ @FuelLabs/tooling
19-
/sway-lsp/ @FuelLabs/tooling
20-
/swayfmt/ @FuelLabs/tooling
13+
# # Tooling
14+
# /forc/ @FuelLabs/tooling
15+
# /forc-pkg/ @FuelLabs/tooling
16+
# /forc-plugins/ @FuelLabs/tooling
17+
# /forc-test/ @FuelLabs/tooling
18+
# /forc-tracing/ @FuelLabs/tooling
19+
# /forc-util/ @FuelLabs/tooling
20+
# /sway-lsp/ @FuelLabs/tooling
21+
# /swayfmt/ @FuelLabs/tooling
2122

22-
# Compiler
23-
/sway-ast/ @FuelLabs/sway-compiler
24-
/sway-core/ @FuelLabs/sway-compiler
25-
/sway-error/ @FuelLabs/sway-compiler
26-
/sway-ir/ @FuelLabs/sway-compiler
27-
/sway-parse/ @FuelLabs/sway-compiler
28-
/sway-types/ @FuelLabs/sway-compiler
29-
/sway-utils/ @FuelLabs/sway-compiler
30-
/templates/ @FuelLabs/sway-compiler
31-
/test/ @FuelLabs/sway-compiler
23+
# # Compiler
24+
# /sway-ast/ @FuelLabs/sway-compiler
25+
# /sway-core/ @FuelLabs/sway-compiler
26+
# /sway-error/ @FuelLabs/sway-compiler
27+
# /sway-ir/ @FuelLabs/sway-compiler
28+
# /sway-parse/ @FuelLabs/sway-compiler
29+
# /sway-types/ @FuelLabs/sway-compiler
30+
# /sway-utils/ @FuelLabs/sway-compiler
31+
# /templates/ @FuelLabs/sway-compiler
32+
# /test/ @FuelLabs/sway-compiler
3233

33-
# Root lockfile and deployment scripts
34-
Cargo.lock @FuelLabs/leads
35-
/deployment/ @FuelLabs/leads
34+
# # Root lockfile and deployment scripts
35+
# Cargo.lock @FuelLabs/leads
36+
# /deployment/ @FuelLabs/leads
3637

sway-lsp/tests/integration/lsp.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -640,8 +640,8 @@ pub(crate) async fn rename_request<'a>(
640640
new_name: rename.new_name.to_string(),
641641
work_done_progress_params: Default::default(),
642642
};
643-
let worspace_edit = request::handle_rename(server, params).await.unwrap();
644-
worspace_edit.unwrap()
643+
let workspace_edit = request::handle_rename(server, params).await.unwrap();
644+
workspace_edit.unwrap()
645645
}
646646

647647
pub fn create_did_change_params(

0 commit comments

Comments
 (0)