Commit graph

552 commits

Author SHA1 Message Date
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
Julien Couvreur
b5dd384db6
Update README.md 2019-01-31 16:33:36 -08:00
Julien Couvreur
103877c7a3
Update README.md 2019-01-31 16:31:33 -08:00
Julien Couvreur
cbaf743aa4
Update README.md 2019-01-31 16:04:48 -08:00
Neal Gafter
8a2fbe6a17
Propose Feb 11 agenda (#2187) 2019-01-31 13:39:15 -08:00
Andy Gocke
24e9d1fd83
IAsyncEnumerable -> IAsyncEnumerator 2019-01-28 01:27:48 -08:00
Andy Gocke
9b8c1aa479
Fix IEnumerable/IEnumerator mixup 2019-01-27 21:02:06 -08:00
Andy Gocke
66a949f7ab Add LDM notes for Jan 23, 2019 2019-01-27 20:12:33 -08:00
Andy Gocke
9db8a141ba Add LDM notes for Jan 16th, 2019 2019-01-27 20:04:31 -08:00
Neal Gafter
ba74636e6c
Minor changes to patterns spec: (#2171)
- Allow trailing comma in property pattern
- Allow trailing comma in switch expression
- Rename deconstruct_subpattern to positional_subpattern
2019-01-24 16:09:02 -08:00
Jared Parsons
b897a4b8c2
Merge pull request #2165 from jaredpar/fix-funcptr
Function pointer updates
2019-01-23 07:59:43 -08:00
Jared Parsons
7f75c8c42f
PR feedback 2019-01-23 07:57:56 -08:00
Jared Parsons
4396e64b8a
Native callback 2019-01-23 07:55:27 -08:00
Jared Parsons
9b8e8637ea
Instance members 2019-01-23 07:46:05 -08:00
Jared Parsons
db2719c96c
Clarify static delegates 2019-01-23 07:32:03 -08:00
Jared Parsons
724bc02887
Clarify the naming reasons 2019-01-23 07:22:15 -08:00
Jared Parsons
b3cd4788ff
Move to func* syntax 2019-01-23 07:11:59 -08:00
Jared Parsons
24f7fe1f22
Merge pull request #2144 from jaredpar/fix-arg
Proposal: Simplified parameter null validation
2019-01-23 05:51:55 -08:00
Mads Torgersen
86725a2bef
Update README.md 2019-01-18 14:49:25 -08:00
Andy Gocke
3fc033b6e9 LDM notes for 2019-01-14 2019-01-17 15:59:39 -08:00
Andy Gocke
5256f68af2
Add discussion of record syntax to schedule 2019-01-17 15:44:40 -08:00
Neal Gafter
c688ee0efd
Update README.md 2019-01-17 14:36:25 -08:00
Neal Gafter
dc0f39805b
Update README.md 2019-01-17 14:31:51 -08:00
Mads Torgersen
d4f65d4f49
Update README.md 2019-01-15 16:39:51 -08:00
Andy Gocke
6b5776cb6f Add LDM notes for Jan 9th, 2019 2019-01-15 16:09:37 -08:00
Jared Parsons
dc6d70e02c
Cleanup 2019-01-14 16:32:00 -08:00