Skip to content

Commit 76e9707

Browse files
authored
Merge pull request #2389 from scalacenter/update-sips
Update status of SIPs
2 parents 0e17374 + 51faf43 commit 76e9707

7 files changed

+18
-16
lines changed

_sips/sips/2015-6-18-trait-parameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: sip
33
title: SIP-25 - Trait Parameters
4-
vote-status: accepted
4+
vote-status: complete
55
vote-text: Trait parameters are implemented in Scala 3.0.
66
permalink: /sips/:title.html
77
redirect_from: /sips/pending/trait-parameters.html

_sips/sips/2017-07-12-right-associative-by-name-operators.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
layout: sip
33
title: SIP-34 - Right-Associative By-Name Operators
4-
vote-status: accepted
4+
vote-status: complete
5+
vote-text: This SIP has been implemented in Scala 2.13.0 and Scala 3.0.0
56
permalink: /sips/:title.html
67
redirect_from: /sips/pending/right-associative-by-name-operators.html
78
---

_sips/sips/2017-09-20-opaque-types.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
layout: sip
33
title: SIP-35 - Opaque types
44

5-
vote-status: accepted
5+
vote-status: complete
6+
vote-text: This SIP has been implemented with some changes in Scala 3.0.0
67
permalink: /sips/:title.html
78
redirect_from: /sips/pending/opaque-types.html
89
---
@@ -50,11 +51,8 @@ For a definition of boxing and previous state-of-the-art, we recommend reading [
5051

5152
### Implementation note
5253

53-
The proposal is currently in an early stage.
54-
[It’s being implemented](https://github.com/scalacenter/scala/tree/opaque-type),
55-
but the proposed implementation strategy is not detailed enough to be able
56-
to predict with certainty that it will work as specified. Consequently,
57-
details of the proposal might change driven by implementation concerns.
54+
Opaque types have been implemented in Scala 3.0.0 with
55+
[some changes compared to this proposal](https://docs.scala-lang.org/scala3/reference/other-new-features/opaques-details.html#relationship-to-sip-35).
5856

5957
## Opaque types
6058

_sips/sips/2017-11-20-byname-implicits.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
layout: sip
3-
title: SIP-NN - Byname implicit arguments
4-
vote-status: pending
3+
title: SIP-36 - Byname implicit arguments
4+
vote-status: complete
5+
vote-text: This SIP has been implemented in Scala 2.13.0 and Scala 3.0.0
56
permalink: /sips/:title.html
67
redirect_from: /sips/pending/byname-implicits.html
78
---

_sips/sips/2018-07-31-interpolation-quote-escape.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
layout: sip
3-
title: SIP-NN - Quote escapes for interpolations
4-
vote-status: pending
3+
title: SIP-37 - Quote escapes for interpolations
4+
vote-status: complete
5+
vote-text: This SIP has been implemented in Scala 2.13.6 and Scala 3.0.0
56
permalink: /sips/:title.html
67
redirect_from: /sips/pending/interpolation-quote-escape.html
78
---
@@ -126,4 +127,4 @@ proposals.
126127
[^4]: https://github.com/scala/bug/issues/6476#issuecomment-292412577 "@retronym said: +1 to s"$"". Because it doesn't compile today, we don't risk changing the meaning of existing programs."
127128
[^5]: https://github.com/Scala/Scala/pull/6953/files#diff-0023b3bfa053fb16603156b785efa7ad ""
128129
[^6]: https://github.com/Scala/Scala/pull/4308 "SI-6476 Accept escaped quotes in interp strings"
129-
[^7]: https://github.com/lampepfl/dotty/pull/7486 "PR in dotty"
130+
[^7]: https://github.com/lampepfl/dotty/pull/7486 "PR in dotty"

_sips/sips/2018-08-20-converters-among-optional-functions-partialfunctions-and-extractor-objects.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
layout: sip
3-
title: SIP-NN - Converters among optional Functions, PartialFunctions and extractor objects
4-
vote-status: pending
3+
title: SIP-38 - Converters among optional Functions, PartialFunctions and extractor objects
4+
vote-status: complete
5+
vote-text: This SIP has been implemented in Scala 2.13.0 and Scala 3.0.0
56
permalink: /sips/:title.html
67
redirect_from: /sips/pending/converters-among-optional-functions-partialfunctions-and-extractor-object.html
78
---

_sips/sips/2021-05-18-sealed-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: sip
3-
title: Sealed Types
3+
title: SIP-NN - Sealed Types
44
vote-status: pending
55
permalink: /sips/:title.html
66
redirect_from: /sips/pending/sealed-types.html

0 commit comments

Comments
 (0)