Skip to content

Commit 010b80a

Browse files
committed
Update completed sips and move trailing commas
1 parent 8657ef8 commit 010b80a

9 files changed

+19
-7
lines changed

sips/pending/_posts/2016-06-25-trailing-commas.md renamed to sips/completed/_posts/2016-06-25-trailing-commas.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ layout: sip
33
disqus: true
44
title: SIP-27 - Trailing Commas
55

6-
vote-status: under review
7-
vote-text: The following proposal needs to be updated, since only the specialized case version (with new lines) has been accepted. For more information, check the <a href="http://docs.scala-lang.org/sips/minutes/sip-20th-september-minutes.html">minutes</a>.
6+
vote-status: approved
7+
vote-text: The following proposal has been approved but the spec needs to be updated and the implementation has to be ported from Parsers to Scanner. For more information, check the minutes in November 2017.
88
---
99

1010
**By: Dale Wijnand**

sips/pending/_posts/2013-05-31-improved-lazy-val-initialization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ disqus: true
44
title: SIP-20 - Improved Lazy Vals Initialization
55

66
vote-status: under review
7-
vote-text: Next iteration takes place in October 2016.
7+
vote-text: Dormant. This proposal lacks an implementation for Scalac and is looking for a new author.
88
---
99

1010
**By: Aleksandar Prokopec, Dmitry Petrashko, Miguel Garcia, Jason Zaugg, Hubert Plociniczak, Viktor Klang, Martin Odersky**

sips/pending/_posts/2013-06-10-spores.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ disqus: true
44
title: SIP-21 - Spores
55

66
vote-status: under review
7-
vote-text: Next iteration takes place in November 2016. Check <a href="http://localhost:4000/sips/minutes/sip-20th-september-minutes.html">September's minutes</a>.
7+
vote-text: Next iteration takes place in January/February 2017 by request of the authors.
88
---
99

1010
**By: Heather Miller, Martin Odersky, and Philipp Haller**

sips/pending/_posts/2013-06-30-async.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ disqus: true
44
title: SIP-22 - Async
55

66
vote-status: postponed
7-
vote-text: Authors have asked to postpone until further notice. They will eventually open the proposal when some details in the implementation are ready. Check <a href="http://localhost:4000/sips/minutes/sip-minutes.html">July's minutes</a>.
7+
vote-text: Authors have asked to postpone this proposal until further notice. They will eventually open the proposal when some details in the implementation are ready. Check <a href="http://localhost:4000/sips/minutes/sip-minutes.html">July's minutes</a>.
88
---
99

1010
**By: Philipp Haller and Jason Zaugg**

sips/pending/_posts/2014-06-27-42.type.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
layout: sip
33
disqus: true
44
title: SIP-23 - Literal-based singleton types
5+
6+
vote-status: dormant
7+
vote-text: This proposal is dormant because original authors are not available for its review. There is an implementation <a href="https://github.com/scala/scala/pull/5310">here</a>.
58
---
69

710
**By: George Leontiev, Eugene Burmako, Jason Zaugg, Adriaan Moors, Paul Phillips**

sips/pending/_posts/2015-6-18-repeated-byname.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
layout: sip
33
title: SIP-24 - Repeated By Name Parameters
44
disqus: true
5+
6+
vote-status: dormant
7+
vote-text: Looking for a new author. This proposal needs to be updated according to the <a href="https://www.youtube.com/watch?v=hrxp4PGbi6s">SIP meeting in November 2016</a>.
58
---
69

710
**By: Martin Odersky**

sips/pending/_posts/2015-6-18-trait-parameters.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
layout: sip
33
title: SIP 25 - Trait Parameters
44
disqus: true
5+
6+
vote-status: under review
7+
vote-text: The board agreed to schedule the next iteration of the evaluation process in 6 months, since there’s no implementation yet and the authors need time to produce one.
58
---
69

710
__Martin Odersky__

sips/pending/_posts/2016-01-11-static-members.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
layout: sip
33
title: SIP 25 - @static fields and methods in Scala objects(SI-4581)
44
disqus: true
5+
6+
vote-status: Under revision
7+
vote-text: Authors need to update the proposal before the next review.
58
---
69

710
__Dmitry Petrashko, Sébastien Doeraene and Martin Odersky__

sips/pending/_posts/2016-09-09-inline-meta.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ layout: sip
33
disqus: true
44
title: SIP-28 and SIP-29 - Inline meta
55

6-
vote-status: numbered
7-
vote-text: The following proposal has been split and numbered as SIP-28 (Inline) and SIP-29 (Meta). For more information on this decision, check the <a href="http://docs.scala-lang.org/sips/minutes/sip-20th-september-minutes.html">minutes</a>.
6+
vote-status: Under revision
7+
vote-text: The following proposal has been split and numbered as SIP-28 (Inline) and SIP-29 (Meta). For more information on this decision, check the <a href="http://docs.scala-lang.org/sips/minutes/sip-20th-september-minutes.html">minutes</a>. The authors need to split the proposal and update it.
88
---
99

1010
**By: Eugene Burmako, Sébastien Doeraene, Vojin Jovanovic, Martin Odersky, Dmitry Petrashko, Denys Shabalin**

0 commit comments

Comments
 (0)