From a3a5aa01edb30c2663d29e2735302283a28c0c75 Mon Sep 17 00:00:00 2001 From: Mads Torgersen Date: Wed, 1 Feb 2017 10:56:32 -0800 Subject: [PATCH] Update READMEs --- README.md | 2 +- meetings/2016/README.md | 13 +++++++++++++ spec/README.md | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 meetings/2016/README.md diff --git a/README.md b/README.md index 0b95ccf..5b11265 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ C# is designed by the C# Language Design Team (LDT). ## Language Specification -It is our plan to move the C# Language Specification into Markdown, and draft it in the `spec` folder. The spec drafts will eventually be standardized and published by ECMA. +It is our plan to move the C# Language Specification into Markdown, and draft it in the [spec](spec) folder. The spec drafts will eventually be standardized and published by ECMA. The folder currently contains an unofficial Markdown version of the C# 6.0 specification for convenience. ## Implementation diff --git a/meetings/2016/README.md b/meetings/2016/README.md new file mode 100644 index 0000000..8fb60ed --- /dev/null +++ b/meetings/2016/README.md @@ -0,0 +1,13 @@ +# C# Language Design Notes for 2016 + +Overview of meetings and agendas for 2016 + +## Feb 29, 2016 + +[C# Language Design Notes for Feb 29, 2016](LDM-2016-02-29.md) + +*Catch up edition (deconstruction and immutable object creation)* + +Over the past couple of months various design activities took place that weren't documented in design notes. This a summary of the state of design regarding positional deconstruction, with-expressions and object initializers for immutable types. + + diff --git a/spec/README.md b/spec/README.md index 922f989..69f7ccc 100644 --- a/spec/README.md +++ b/spec/README.md @@ -2,7 +2,7 @@ C# Language Specification =========================== __Version 6__ -*Microsoft has not yet released an official copy of the C#6 spec. This is an unofficial draft. __When Microsoft does release its official copy, before end 2016 at the latest, then this current repository will be deleted__. That's because I wouldn't want to have two copies of the C#6 spec floating around.* +This is an unofficial draft, posted here for convenience. When we submit a C# 6.0 spec proposal to ECMA (who is currently finalizing the C# 5.0 Standard), it will be shared here.