Skip to content

Update status of SIPs #2389

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
May 3, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _sips/sips/2015-6-18-trait-parameters.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: sip
title: SIP-25 - Trait Parameters
vote-status: accepted
vote-status: complete
vote-text: Trait parameters are implemented in Scala 3.0.
permalink: /sips/:title.html
redirect_from: /sips/pending/trait-parameters.html
Expand Down
3 changes: 2 additions & 1 deletion _sips/sips/2017-07-12-right-associative-by-name-operators.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
layout: sip
title: SIP-34 - Right-Associative By-Name Operators
vote-status: accepted
vote-status: complete
vote-text: This SIP has been implemented in Scala 2.13.0 and Scala 3.0.0
permalink: /sips/:title.html
redirect_from: /sips/pending/right-associative-by-name-operators.html
---
Expand Down
10 changes: 4 additions & 6 deletions _sips/sips/2017-09-20-opaque-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
layout: sip
title: SIP-35 - Opaque types

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

### Implementation note

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

## Opaque types

Expand Down
5 changes: 3 additions & 2 deletions _sips/sips/2017-11-20-byname-implicits.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
layout: sip
title: SIP-NN - Byname implicit arguments
vote-status: pending
title: SIP-36 - Byname implicit arguments
vote-status: complete
vote-text: This SIP has been implemented in Scala 2.13.0 and Scala 3.0.0
permalink: /sips/:title.html
redirect_from: /sips/pending/byname-implicits.html
---
Expand Down
7 changes: 4 additions & 3 deletions _sips/sips/2018-07-31-interpolation-quote-escape.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
layout: sip
title: SIP-NN - Quote escapes for interpolations
vote-status: pending
title: SIP-37 - Quote escapes for interpolations
vote-status: complete
vote-text: This SIP has been implemented in Scala 2.13.6 and Scala 3.0.0
permalink: /sips/:title.html
redirect_from: /sips/pending/interpolation-quote-escape.html
---
Expand Down Expand Up @@ -126,4 +127,4 @@ proposals.
[^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."
[^5]: https://github.com/Scala/Scala/pull/6953/files#diff-0023b3bfa053fb16603156b785efa7ad ""
[^6]: https://github.com/Scala/Scala/pull/4308 "SI-6476 Accept escaped quotes in interp strings"
[^7]: https://github.com/lampepfl/dotty/pull/7486 "PR in dotty"
[^7]: https://github.com/lampepfl/dotty/pull/7486 "PR in dotty"
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
layout: sip
title: SIP-NN - Converters among optional Functions, PartialFunctions and extractor objects
vote-status: pending
title: SIP-38 - Converters among optional Functions, PartialFunctions and extractor objects
vote-status: complete
vote-text: This SIP has been implemented in Scala 2.13.0 and Scala 3.0.0
permalink: /sips/:title.html
redirect_from: /sips/pending/converters-among-optional-functions-partialfunctions-and-extractor-object.html
---
Expand Down
2 changes: 1 addition & 1 deletion _sips/sips/2021-05-18-sealed-types.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: sip
title: Sealed Types
title: SIP-NN - Sealed Types
vote-status: pending
permalink: /sips/:title.html
redirect_from: /sips/pending/sealed-types.html
Expand Down