Skip to content

Commit 750f752

Browse files
authored
Merge pull request #83 from nicolasstucki/update-status-of-SIP-53
Update status of SIP-53
2 parents 0f4a0bb + 9fa6c3d commit 750f752

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

content/quote-pattern-type-variable-syntax.md

Lines changed: 6 additions & 2 deletions
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)