Commit graph

583 commits

Author SHA1 Message Date
Julien Couvreur
bb99729454
Merge pull request #2312 from BillWagner/markdown-lint-70
markdown lint changes to C# 7.0 proposals
2019-03-07 18:23:51 +01:00
Julien Couvreur
5c53f8687e
Merge pull request #2313 from BillWagner/markdown-lint-csharp71
markdown lint for C# 7.1 proposals
2019-03-07 18:19:21 +01:00
Bill Wagner
74f60810a3 markdown lint for C# 7.1 proposals
These had two sets of changes:

1. use `csharp` as the language identifier for code fences.
1. use relative links to other articles in the dotnet/csharplang repo that are being published on docs.microsoft.com so those links resolve to the article published there from that site.
2019-03-07 11:50:08 -05:00
Bill Wagner
8b7d2d5410 markdown lint changes to C# 7.0 proposals
These changes are to improve the experience for publishing these proposals.

One change should be carefully reviewed to ensure I didn't introduce any technical errors:
I translated the binary literals grammar into ANTLR to match all other specs and proposals.  See changes in proposals/csharp-7.0/binary-literals.md

Other changes are:
1. Use  consistent ATX headers, with one H1 per proposal.
1. use `csharp` as language identifier in code snippets
1. Use relative links to other markdown from the dotnet/csharplang repo. That way, when published on docs.microsoft.com, the links will resolve to the publsihed articles on the same site. (Links to content not being published are not modified.)
1. spelling / capitalization found by the lint tool.
2019-03-07 11:39:58 -05:00
Julien Couvreur
0298b8676f
Merge pull request #2305 from mairaw/patch-2
Change heading to H1
2019-03-06 22:27:30 +01:00
Maira Wenzel
16fb40c64a
Change heading to H1 2019-03-05 16:14:18 -08:00
Julien Couvreur
7f11d1a8b6
Merge pull request #2301 from BillWagner/more-broken-links
fix two more broken links
2019-03-05 18:55:04 +01:00
Jared Parsons
68c370b395
Merge pull request #2293 from jaredpar/fix-format
Efficient params and string formatting
2019-03-05 09:24:32 -08:00
Jared Parsons
6e477209f9
Cleaned up based on feedback 2019-03-05 09:23:03 -08:00
Bill Wagner
57b6b64a05 add anchor to correct location
Deconstruct semantics are described in 8.0, in the "Positional pattern" section.
2019-03-05 12:11:51 -05:00
Brian Dukes
ac55957ea8
Apply suggestions from code review
so many typos to fix. Thanks for all the help.

Co-Authored-By: jaredpar <jaredpparsons@gmail.com>
2019-03-05 09:09:06 -08:00
Johnny Gérard
0a80f26b8e fix floating-point subtraction table (#2279)
first table entry should be empty
2019-03-04 21:24:54 -08:00
Andy Gocke
f231090bb1 Add notes for Feb. 20th, 2019 2019-03-04 19:43:51 -08:00
Julien Couvreur
147ebcefe7
Merge pull request #2296 from BillWagner/fix-broken-link
The spec for records is still in the parent directory
2019-03-05 03:34:08 +01:00
Bill Wagner
fbd90c7a3b The spec for records is still in the parent directory
When this file was moved into the 7.0 proposals directory, the link to records should have been updated to the parent directory.
2019-03-04 20:41:06 -05:00
Bruno Logerfo
48cc0093b9
Update proposals/format.md
JaredPar can't spell.

Co-Authored-By: jaredpar <jaredpparsons@gmail.com>
2019-03-04 09:43:44 -08:00
Jared Parsons
a09c16d640
Ready for review 2019-03-04 09:33:04 -08:00
Jared Parsons
d4ab7b995d
More 2019-03-04 07:55:56 -08:00
Jared Parsons
fc0eeac8da
More progress 2019-03-04 07:54:54 -08:00
Jared Parsons
d3527f492a
More progress 2019-03-04 07:47:11 -08:00
Jared Parsons
be08f9ce0c
More 2019-03-03 20:00:59 -08:00
Jared Parsons
dbee66e702
Revision
Changes
- Remove `VariantCollection`
- Move the `IEnumerable<T>` variant into the main section
- Simplify the language around `Span<T>` and `ReadOnlySpan<T>`
2019-03-03 18:44:19 -08:00
Yair Halberstadt
41e72fb7a1 Update LDM-2019-02-13.md (#2278)
`string s = null` was meant to be  `string s = string.Empty.
2019-02-28 06:46:20 -08:00
MichaWiedenmann
56d8447281 typo (#2270) 2019-02-26 17:59:36 -08:00
Mads Torgersen
5aa19e915a
Update LDM agenda 2019-02-26 17:08:50 -08:00
Rikki Gibson
f6e07218b6
Specify readonly members behavior for events (#2271)
* Update readonly-instance-members.md

* Update readonly-instance-members.md

* Update readonly-instance-members.md
2019-02-26 16:13:45 -08:00
Mads Torgersen
aaebfe7776
Update LDM agenda 2019-02-26 13:28:26 -08:00
Andy Gocke
c2ae185e71
Add well-known member details (#2214)
This change reflects the recent CoreFX and language decisions about
naming and signature of the Index/Range types & members.
2019-02-25 16:20:18 -08:00
Rikki Gibson
1f832c1c7d
Update readonly-instance-members.md 2019-02-25 15:07:00 -08:00
Julien Couvreur
a8d1fb6397
Move more proposals to C# 8.0 folder (#2257) 2019-02-23 01:03:19 +01:00
Julien Couvreur
ed560f65a1
Move some proposals to C# 8.0 folder (#2256) 2019-02-23 00:54:47 +01:00
Andy Gocke
92d6ef6cc3 Add meeting notes for 2019-02-13 2019-02-22 15:06:39 -08:00
Neal Gafter
4e3f2e4ea5
Update LDM-2018-10-17.md (#2246)
Add the details of a question (Properties with a private accessor) so the resolution makes sense in context.
2019-02-19 11:08:20 -08:00
Mads Torgersen
f3f5c711d6
Update LDM agenda 2019-02-19 10:39:26 -08:00
Petr Kulikov
b06cda0cc7 spec/lexical-structure.md: fixed definition of delimited comment (#1393)
* spec/lexical-structure.md: fixed definition of delimited comment
* Feedback plus fix formatting of close_brace_escape_sequence
2019-02-19 10:32:36 -08:00
Johnny Gérard
9ef7639b20 Fix example description
No method `A` in the Class `C`.
Instead, there is a static field `A`.
2019-02-19 10:28:49 -08:00
Johnny Gérard
a5d2ef13c1 fix indent
'close_brace_escape_sequence' is not highlighted
2019-02-19 10:27:37 -08:00
Johnny Gérard
a93a0df721 fix grammar rule
delimited_comment
    : '/*' delimited_comment_section* asterisk* '/'
    ;
should be
delimited_comment
    : '/*' delimited_comment_section* asterisk+ '/'
    ;
2019-02-19 10:27:13 -08:00
Johnny Gérard
98086f5637 fix typo
"and" should be "an"
2019-02-19 10:26:57 -08:00
Neal Gafter
ae4da63dbd
Update README.md
Added open issues lists to the ASAP agenda
2019-02-15 13:31:57 -08:00
Jared Parsons
955e251c6d
Merge pull request #2231 from jaredpar/fix-history
C# 1.2 notes
2019-02-14 12:23:26 -08:00
Jared Parsons
cb83575c4e
C# 1.2 notes
Updaate the language history with information about C# 1.2. Minor
release and no there was not a 1.1.
2019-02-14 12:17:38 -08:00
Neal Gafter
ec66ea2ede
Require base(T).M() has *most specific override* (#2223)
Require that `Base` contains a *most specific override* for `M` in the expression `base(Base).M()`.
2019-02-13 16:10:36 -08:00
Joseph Musser
72a4daa853 Fixed typos (#2167)
* Fixed typos in proposals/

* Fixed typos in meetings/2018/
2019-02-12 13:45:25 -08:00
Neal Gafter
27256a7e40
Update 2019 agenda
Feb 11 2019 was a snow day
2019-02-12 12:12:21 -08:00
Neal Gafter
b72fe5a1d0
Update default interface method spec per LDM decisions (#2215)
* Update default interface method spec per LDM decisions
* Add open DIM issues to agenda
2019-02-12 12:00:47 -08:00
Charles Stoner
6517dd58fc
Update README.md 2019-02-06 15:12:19 -08:00
Charles Stoner
d0740165cf
Update README.md 2019-02-06 15:11:22 -08:00
Charles Stoner
2e8c6869a0
Update README.md 2019-02-06 12:21:55 -08:00
Julien Couvreur
aaafeb94c4
Update README.md 2019-02-06 11:21:52 +01:00