From 04cdad9be24215facb78f3a34fab2484cc5a03af Mon Sep 17 00:00:00 2001 From: Benno Lossin Date: Thu, 12 Feb 2026 10:30:44 +0100 Subject: [PATCH 1/2] in-place initialization: add lang experiment for phased initialization of locals --- src/2026/in-place-init.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/2026/in-place-init.md b/src/2026/in-place-init.md index 6f4e1913..2d3c24a7 100644 --- a/src/2026/in-place-init.md +++ b/src/2026/in-place-init.md @@ -54,10 +54,11 @@ required. ### Work items over the next year -| Task | Owner(s) | Notes | -| --------------------------- | ------------ | ----- | -| Prepare design RFC | @Darksonn, @BennoLossin, @yoshuawuyts | | -| Organize all-hands workshop | @BennoLossin | | +| Task | Owner(s) | Notes | +| --------------------------------------------------------- | ------------------------------------- | ----- | +| Prepare design RFC | @Darksonn, @BennoLossin, @yoshuawuyts | | +| Organize all-hands workshop | @BennoLossin | | +| Lang experiment: phased initialization of local variables | TBD | | ## Team asks From f681216b7c58dadd98a907b06ff81fa5d3a0d99c Mon Sep 17 00:00:00 2001 From: Nurzhan Saken Date: Mon, 16 Feb 2026 16:58:47 +0400 Subject: [PATCH 2/2] Add @dingxiangfei2009 as the owner of the item --- src/2026/in-place-init.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/2026/in-place-init.md b/src/2026/in-place-init.md index 2d3c24a7..c98285a8 100644 --- a/src/2026/in-place-init.md +++ b/src/2026/in-place-init.md @@ -58,7 +58,7 @@ required. | --------------------------------------------------------- | ------------------------------------- | ----- | | Prepare design RFC | @Darksonn, @BennoLossin, @yoshuawuyts | | | Organize all-hands workshop | @BennoLossin | | -| Lang experiment: phased initialization of local variables | TBD | | +| Lang experiment: phased initialization of local variables | @dingxiangfei2009 | | ## Team asks