csharplang/meetings/2019/README.md
2019-04-03 22:36:00 -07:00

5.6 KiB

Upcoming meetings for 2019

Schedule ASAP

Schedule when convenient

Recurring topics

  • Triage championed features
  • Triage milestones
  • Design review

Apr 17, 2019

Apr 15, 2019

Apr 3, 2019

Nullable Reference Types

Coalescing Assignment

Apr 1, 2019

Index/Range Feature

  • Pattern-based index/range translation (Jared, Stephen)

Default Interface Methods

  • Is object.MemberwiseClone() accessible in an interface?

    Please revisit this question.

Mar 27, 2019

Default Interface Methods

See also https://github.com/dotnet/csharplang/issues/406

We now have a proposed runtime implementation for reabstraction. See https://github.com/dotnet/coreclr/pull/23313

  • Reabstraction

  • explicit interface abstract overrides in classes

  • Is object.MemberwiseClone() accessible in an interface?

  • Confirm: static int P { get; set; } is an auto-property with a compiler-generated backing field?

  • Confirm: partial on a method declaration implies private, and no access modifier is permitted?

Overview of meetings and agendas for 2019

Mar 13, 2019

C# Language Design Notes for March 13, 2019

  1. Interface "reabstraction" with default interface implementations
  2. Precedence of the switch expression
  3. or keyword in patterns
  4. "Pure" null tests and the switch statement/expression

Mar 25, 2019

C# Design Review Notes for Mar 25, 2019

We brought in the design review team to look at some of our recent and open decisions in C# LDM.

  1. Nullable reference types: shipping annotations
  2. Pattern-based indexing with Index and Range
  3. Cancellation tokens in async streams

Mar 6, 2019

C# Language Design Notes for March 6th, 2019

  1. Pure checks in the switch expression
  2. Nullable analysis of unreachable code
  3. Warnings about nullability on expressions with errors
  4. Handling of type parameters that cannot be annotated
  5. Should anonymous type fields have top-level nullability?
  6. Element-wise analysis of tuple conversions

Mar 4, 2019

C# Language Design Notes for March 4, 2019

  1. Nullable user studies
  2. Interpolated string and string.Format optimizations

Feb 27, 2019

C# Language Design Notes for Feb 27, 2019

  1. Allow ObsoleteAttribute on property accessors
  2. More Default Interface Member questions

Feb 25, 2019

C# Language Design Notes for Feb 25, 2019

<<<<<<< HEAD

C# Language Design Notes for 2019

Overview of meetings and agendas for 2019

Mar 6, 2019

Open issues:

  1. Pure checks in the switch expression
  2. Nullable analysis of unreachable code
  3. Warnings about nullability on expressions with errors
  4. Handling of type parameters that cannot be annotated
  5. Should anonymous type fields have top-level nullability?
  6. Element-wise analysis of tuple conversions

67f456e... Add LDM notes for Mar. 6th, 2019

Feb 20, 2019

C# Language Design Notes for Feb 20, 2019

Feb 13, 2019

C# Language Design Notes for Feb 13, 2019

Jan 23, 2019

C# Language Design Notes for Jan 23, 2019

Function pointers (Updated proposal)

Jan 16, 2019

C# Language Design Notes for Jan 16, 2019

  1. Shadowing in lambdas
  2. Pattern-based disposal in await foreach

Jan 14, 2019

C# Language Design Notes for Jan 14, 2019

Jan 9, 2019

C# Language Design Notes for Jan 9, 2019

  1. GetAsyncEnumerator signature
  2. Ambiguities in nullable array type syntax
  3. Recursive Patterns Open Language Issues https://github.com/dotnet/csharplang/issues/2095

Jan 7, 2019

C# Language Design Notes for Jan 7, 2019

Nullable:

  1. Variance in overriding/interface implementation
  2. Breaking change in parsing array specifiers