csharplang/meetings/2019/README.md

104 lines
2.9 KiB
Markdown
Raw Normal View History

# Upcoming meetings for 2019
2019-01-11 22:36:19 +01:00
## Schedule ASAP
## Schedule when convenient
- Discussion of refreshing language spec (Neal)
- Allowing pattern-based `foreach` and `await foreach` to bind to an extension `GetEnumerator`/`GetAsyncEnumerator` and `MoveNext`/`MoveNextAsync` (Julien/Chris)
- Making a `CancellationToken` available in async-iterator method bodies; possibly reserving a keyword (Julien/Stephen)
- Syntax of positional records/primary constructors (Andy)
2019-03-08 23:36:48 +01:00
- Nullable sidecar files (Immo)
- Nullable Reference Types: Open LDM Issues https://github.com/dotnet/csharplang/issues/2201
2019-01-11 22:36:19 +01:00
2019-01-11 23:37:04 +01:00
## Recurring topics
- *Triage championed features*
- *Triage milestones*
- *Design review*
2019-02-26 22:28:26 +01:00
## Mar 27, 2019
## Mar 25, 2019
- *Design review*
## Mar 13, 2019
2019-02-19 19:39:26 +01:00
## Mar 6, 2019
2019-03-08 23:36:48 +01:00
- ~~Nullable sidecar files (Immo)~~
2019-02-27 02:08:50 +01:00
- Nullable Reference Types: Open LDM Issues https://github.com/dotnet/csharplang/issues/2201
2019-02-26 22:28:26 +01:00
2019-02-19 19:39:26 +01:00
## Mar 4, 2019
2019-02-26 22:28:26 +01:00
- Nullable user studies (Phillip Carter)
2019-02-27 02:08:50 +01:00
- Interpolated string optimizations (Jared, Jeremy Kuhne)
2019-02-19 19:39:26 +01:00
## Feb 27, 2019
- Triage [#2152](https://github.com/dotnet/csharplang/issues/2152): "Allow Obsolete attribute on getters and setters"
- Open issues in recursive pattern-matching https://github.com/dotnet/csharplang/issues/2095
2019-02-28 23:05:14 +01:00
# C# Language Design Notes for 2019
Overview of meetings and agendas for 2019
2019-02-19 19:39:26 +01:00
## Feb 25, 2019
2019-02-28 23:05:14 +01:00
[C# Language Design Notes for Feb 20, 2019](LDM-2019-02-25.md)
2019-02-19 19:39:26 +01:00
- Open issues in default interface methods (https://github.com/dotnet/csharplang/issues/406).
- Base calls
- We currently have open issues around `protected`, `internal`, reabstraction, and `static` fields among others.
2019-02-22 23:35:54 +01:00
## Feb 20, 2019
[C# Language Design Notes for Feb 20, 2019](LDM-2019-02-20.md)
- Nullable Reference Types: Open LDM Issues https://github.com/dotnet/csharplang/issues/2201
2019-02-23 00:03:04 +01:00
## Feb 13, 2019
[C# Language Design Notes for Feb 13, 2019](LDM-2019-02-13.md)
- Nullable Reference Types: Open LDM Issues https://github.com/dotnet/csharplang/issues/2201
2019-01-28 04:57:04 +01:00
## Jan 23, 2019
[C# Language Design Notes for Jan 23, 2019](LDM-2019-01-23.md)
Function pointers ([Updated proposal](https://github.com/dotnet/csharplang/blob/master/proposals/function-pointers.md))
2019-01-18 00:55:44 +01:00
## Jan 16, 2019
[C# Language Design Notes for Jan 16, 2019](LDM-2019-01-16.md)
1. Shadowing in lambdas
2. Pattern-based disposal in `await foreach`
2019-01-16 01:02:39 +01:00
## Jan 14, 2019
[C# Language Design Notes for Jan 14, 2019](LDM-2019-01-14.md)
- Generating null-check for `parameter!`
https://github.com/dotnet/csharplang/pull/2144
2019-01-10 20:26:27 +01:00
## Jan 9, 2019
[C# Language Design Notes for Jan 9, 2019](LDM-2019-01-09.md)
1. GetAsyncEnumerator signature
2. Ambiguities in nullable array type syntax
2. Recursive Patterns Open Language Issues https://github.com/dotnet/csharplang/issues/2095
## Jan 7, 2019
[C# Language Design Notes for Jan 7, 2019](LDM-2019-01-07.md)
Nullable:
1. Variance in overriding/interface implementation
2. Breaking change in parsing array specifiers