From 98ef1773928ec37d4297b178c9c89a2154f1dbc9 Mon Sep 17 00:00:00 2001 From: Julien Couvreur Date: Thu, 21 Mar 2019 14:05:31 -0700 Subject: [PATCH] Update README.md --- meetings/2019/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meetings/2019/README.md b/meetings/2019/README.md index 347c8c2..f735e3d 100644 --- a/meetings/2019/README.md +++ b/meetings/2019/README.md @@ -5,8 +5,9 @@ ## Schedule when convenient - Discussion of refreshing language spec (Neal) -- Allowing pattern-based `foreach` and `await foreach` to bind to an extension `GetEnumerator`/`GetAsyncEnumerator` and `MoveNext`/`MoveNextAsync` (Julien/Chris) +- Double-check the desired syntax for switch expressions (Julien) - Making a `CancellationToken` available in async-iterator method bodies; possibly reserving a keyword (Julien/Stephen) +- Allowing pattern-based `foreach` and `await foreach` to bind to an extension `GetEnumerator`/`GetAsyncEnumerator` and `MoveNext`/`MoveNextAsync` (Julien/Chris) - Syntax of positional records/primary constructors (Andy) - Nullable sidecar files (Immo) - Nullable Reference Types: Open LDM Issues https://github.com/dotnet/csharplang/issues/2201