From 2d5638f05bcdffaba28f2b868ae4a008c1d2c8f7 Mon Sep 17 00:00:00 2001 From: Mads Torgersen Date: Fri, 13 Dec 2019 11:59:36 -0800 Subject: [PATCH] Update LDM agenda --- meetings/2019/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/meetings/2019/README.md b/meetings/2019/README.md index 1c02a07..d1281b0 100644 --- a/meetings/2019/README.md +++ b/meetings/2019/README.md @@ -13,7 +13,11 @@ ## Dec 18, 2019 - close on compat issue with duplicate implementations/constraints modulo nullability differences (Julien) -- re-discuss `x is object` being a pure null test (Jared/Julien) +- Irksome nullable issues to revisit (Jared) + - re-discuss `x is object` being a pure null test + - consider `var?` to avoid "un-var'ing" for nullability (e.g. https://github.com/microsoft/vs-threading/pull/538/file) + - heed attribute info inside method bodies + - consider special-casing `Task` and `ValueTask` for null covariance - https://github.com/dotnet/csharplang/issues/2910 base(T) (Neal) - https://github.com/dotnet/csharplang/issues/2844 Covariant Return Types (Neal)