From e45c08c8468f0342bebbd4de5fde3d58ead97acc Mon Sep 17 00:00:00 2001 From: Mads Torgersen Date: Thu, 11 May 2023 14:33:35 -0700 Subject: [PATCH] Update LDM agenda --- meetings/2023/README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/meetings/2023/README.md b/meetings/2023/README.md index ee971039..667082ca 100644 --- a/meetings/2023/README.md +++ b/meetings/2023/README.md @@ -4,13 +4,8 @@ All schedule items must have a public issue or checked-in proposal that can be l ## Schedule ASAP -- https://github.com/dotnet/csharplang/blob/main/proposals/inline-arrays.md#the-foreach-statement (Aleksey) -- Breaking change warnings (Mads): https://github.com/dotnet/csharplang/blob/main/proposals/breaking-change-warnings.md - - ## Schedule when convenient - ## Recurring topics - *Triage championed features and milestones* @@ -20,8 +15,14 @@ All schedule items must have a public issue or checked-in proposal that can be l ## Wed May 17, 2023 +- `List` with optimizations as natural type for collection literals (Cyrus): _link TBD_ +- Dual storage warnings for initialization and capture with primary constructors (Mads/Aleksey): https://github.com/dotnet/csharplang/blob/main/proposals/primary-constructors.md#double-storage-warning-for-initialization-plus-capture + ## Mon May 15, 2023 +- Breaking change warnings (Mads): https://github.com/dotnet/csharplang/blob/main/proposals/breaking-change-warnings.md +- https://github.com/dotnet/csharplang/blob/main/proposals/inline-arrays.md#the-foreach-statement (Aleksey) + ## Mon May 8, 2023 - Primary constructors continued (Aleksey)