Skip to content

Commit 609e473

Browse files
Update SIPs state
1 parent 15f6e82 commit 609e473

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

_sips/sips/binary-api.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: sip
33
permalink: /sips/:title.html
44
stage: implementation
5-
status: waiting-for-implementation
5+
status: under-review
66
title: SIP-52 - Binary APIs
77
---
88

@@ -16,6 +16,7 @@ title: SIP-52 - Binary APIs
1616
| Aug 16 2023 | Single Annotation |
1717
| Aug 24 2023 | Change Annotation Name |
1818
| Jan 09 2024 | Change Overload Rules |
19+
| Feb 29 2024 | Experimental in [Scala 3.4.0](https://www.scala-lang.org/blog/2024/02/29/scala-3.4.0-and-3.3.3-released.html) |
1920

2021
## Summary
2122

_sips/sips/quote-pattern-type-variable-syntax.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
layout: sip
33
permalink: /sips/:title.html
4-
stage: implementation
5-
status: waiting-for-implementation
4+
stage: completed
5+
status: shipped
66
title: SIP-53 - Quote pattern explicit type variable syntax
77
---
88

@@ -13,6 +13,8 @@ title: SIP-53 - Quote pattern explicit type variable syntax
1313
| Date | Version |
1414
|---------------|--------------------|
1515
| Feb 28th 2022 | Initial Draft |
16+
| Oct 6th 2022 | [Stabilize implementation](https://github.com/scala/scala3/pull/18574) |
17+
| Feb 29th 2023 | Available in [Scala 3.4.0](https://www.scala-lang.org/blog/2024/02/29/scala-3.4.0-and-3.3.3-released.html) |
1618

1719
## Summary
1820

@@ -137,5 +139,7 @@ TASTy only contains explicit type variable definitions, and this encoding would
137139

138140
* Proof of concept of type variable syntax: [https://github.com/lampepfl/dotty/pull/16910](https://github.com/lampepfl/dotty/pull/16910)
139141
* Proof of concept of backticks (only interested in the first bullet point): [https://github.com/lampepfl/dotty/pull/16935](https://github.com/lampepfl/dotty/pull/16935)
142+
* Implementation: [https://github.com/scala/scala3/pull/17362](https://github.com/scala/scala3/pull/17362)
143+
* Stabilized implementation: [https://github.com/scala/scala3/pull/18574](https://github.com/scala/scala3/pull/18574)
140144

141145
<!-- ## FAQ -->

0 commit comments

Comments
 (0)