From 622f4ea4ff7e9070d1413b64900e4b179e8ac308 Mon Sep 17 00:00:00 2001 From: Fred Silberberg Date: Thu, 10 Sep 2020 16:40:02 -0700 Subject: [PATCH] Add missing we --- meetings/2020/LDM-2020-09-09.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meetings/2020/LDM-2020-09-09.md b/meetings/2020/LDM-2020-09-09.md index a1cfc9fb..961a7391 100644 --- a/meetings/2020/LDM-2020-09-09.md +++ b/meetings/2020/LDM-2020-09-09.md @@ -180,7 +180,7 @@ https://github.com/dotnet/csharplang/issues/1398 LDM was somewhat negative on this feature. There are times when you'd want to pair code to run at the end of a block/method return, but defer has invisible consequences here because it would have to use try/finally. This give defer a penalty that would prevent it from being used in many of the places we'd otherwise want to use it ourselves. -Additionally, there is significant negative community sentiment about this feature, much more than usually get for participation on any particular csharplang issue. As a +Additionally, there is significant negative community sentiment about this feature, much more than we usually get for participation on any particular csharplang issue. As a result, we are moving this feature to Likely Never, and if we see similar significant outcry to the rejection we can reconsider this. ### Five ideas for improving working with fixed buffers