Skip to content

Commit 8657ef8

Browse files
committed
Clean up the state of old proposals
1 parent 21441d5 commit 8657ef8

6 files changed

+6
-6
lines changed

sips/completed/_posts/2011-10-12-implicit-classes.md

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

66
vote-status: accepted
7-
vote-text: This SIP is in Accepted status currently. Barring a completed implementation.
7+
vote-text: This SIP has already been accepted.
88
---
99

1010
**By: Josh Suereth**

sips/completed/_posts/2011-10-13-string-interpolation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: sip
33
title: SIP-11 - String Interpolation
44

55
vote-status: accepted
6-
vote-text: This SIP is in Accepted status currently. We expect a SIP for 2.11 that will allow the desugared form of interpolated strings in the pattern matcher to become valid syntax. This SIP only allows the sugared interpolated strings to work.
6+
vote-text: This SIP has already been accepted. We expect a SIP for 2.11 that will allow the desugared form of interpolated strings in the pattern matcher to become valid syntax. This SIP only allows the sugared interpolated strings to work.
77
---
88

99
**By: Martin Odersky**

sips/completed/_posts/2012-01-21-futures-promises.md

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

66
vote-status: accepted
7-
vote-text: This SIP is in Accepted status currently.
7+
vote-text: This SIP has already been accepted.
88
---
99

1010
**By: Philipp Haller, Aleksandar Prokopec, Heather Miller, Viktor Klang, Roland Kuhn, and Vojin Jovanovic**

sips/completed/_posts/2012-01-30-value-classes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: sip
33
title: SIP-15 - Value Classes
44

55
vote-status: accepted
6-
vote-text: This is in Accepted status. There is concern for numerical computing. We think future SIP(s), using work from SIP-15, can provide more benefit to numerical computing users. The SIP as it exists benefits all users of implicit enrichment classes, and takes us much further to unboxed high performance code. This SIP does not exclude further work towards improving numerical computing in Scala.
6+
vote-text: This SIP has already been accepted. There has been concern for numerical computing. We think future SIP(s), using work from SIP-15, can provide more benefit to numerical computing users. The SIP as it exists benefits all users of implicit enrichment classes, and takes us much further to unboxed high performance code. This SIP does not exclude further work towards improving numerical computing in Scala.
77
---
88

99
**By: Martin Odersky and Jeff Olson and Paul Phillips and Joshua Suereth**

sips/completed/_posts/2012-03-13-type-dynamic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: sip
33
title: SIP-17 - Type Dynamic
44

55
vote-status: accepted
6-
vote-text: This is in Accept status.
6+
vote-text: This SIP has already been accepted.
77
---
88

99

sips/completed/_posts/2012-03-17-modularizing-language-features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: sip
33
title: SIP-18 - Modularizing Language Features
44

55
vote-status: accepted
6-
vote-text: This is in Accept status, pending implementation. Let the record show Paul is against it.
6+
vote-text: This SIP has already been accepted with the vote against of Paul.
77
---
88

99

0 commit comments

Comments
 (0)