Update README.md

This commit is contained in:
Neal Gafter 2020-02-26 18:55:55 -08:00 committed by GitHub
parent 526489cd5c
commit fdd049e944
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,6 @@
- Is `e is dynamic` a "pure" null check? (Neal)
- https://github.com/dotnet/csharplang/issues/2608 module initializers (Neal)
- https://github.com/dotnet/csharplang/issues/2910 base(T) (Neal)
- Reconsider: Target-typing ?: when the natural type isn't convertible to the target type. (Neal)
## Recurring topics
@ -15,6 +14,24 @@
- *Triage milestones*
- *Design review*
## March 11, 2020
## March 9, 2020
- Is `e is dynamic` a "pure" null check? (Neal)
- Records design (Mads, Andy)
## March 4, 2020
- Reconsider: Target-typing ?: when the natural type isn't convertible to the target type. (Neal)
- https://github.com/dotnet/csharplang/issues/2926 Target-typed simple identifier (Neal)
- Records design (Mads, Andy)
## March 2, 2020
- Records design (Mads, Andy)
- Digest feedback from design review
## Feb 26, 2020
- Design review