Remove LDM agenda gunk

This commit is contained in:
Mads Torgersen 2019-09-13 13:01:48 -07:00 committed by GitHub
parent df24be5154
commit 5628b4e56d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,22 +4,6 @@
- close on compat issue with duplicate implementations/constraints modulo nullability differences (Julien)
## Schedule when convenient
- removing support for `#pragma warning enable` (https://github.com/dotnet/roslyn/issues/36550) (Julien)
- disallow `expr!!` and use `parameter!!` (instead of `parameter!`) (Mads)
- allow `#nullable` to mean `#nullable enable` (Julien)
- effect of `[DoesNotReturn]` on various flow analyses? (https://github.com/dotnet/roslyn/issues/37081) (Julien)
- suppressing LHS of compound assignment (https://github.com/dotnet/roslyn/issues/36617) (Julien)
- warn on `[NonNull]` and other attributes outside of nullable context (https://github.com/dotnet/roslyn/issues/36588) (Julien)
- confirm suppression on `ref` arguments (https://github.com/dotnet/roslyn/issues/35555) (Julien)
- confirm features that are pushed out:
- nullable attributes do not affect method bodies (`[AllowNull] T M() { return default; }`)
- nullable attributes not checked in OHI
- no diagnostics on misused nullable attributes
- async LINQ (Julien)
- Syntax of positional records/primary constructors (Andy)
- Discussion of refreshing language spec (Neal)
- Conceptual model for tuples (Mads, Neal)
- Close on flag for warning waves (existing `/warn` or new `/warnVersion`?)
## Recurring topics