Skip to content

Commit

Permalink
Merge pull request #83 from nicolasstucki/update-status-of-SIP-53
Browse files Browse the repository at this point in the history
Update status of SIP-53
  • Loading branch information
sjrd authored Apr 19, 2024
2 parents 0f4a0bb + 9fa6c3d commit 750f752
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions content/quote-pattern-type-variable-syntax.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
layout: sip
permalink: /sips/:title.html
stage: implementation
status: waiting-for-implementation
stage: completed
status: shipped
title: SIP-53 - Quote pattern explicit type variable syntax
---

Expand All @@ -13,6 +13,8 @@ title: SIP-53 - Quote pattern explicit type variable syntax
| Date | Version |
|---------------|--------------------|
| Feb 28th 2022 | Initial Draft |
| Oct 6th 2022 | [Stabilize implementation](https://github.com/scala/scala3/pull/18574) |
| 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) |

## Summary

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

* Proof of concept of type variable syntax: [https://github.com/lampepfl/dotty/pull/16910](https://github.com/lampepfl/dotty/pull/16910)
* 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)
* Implementation: [https://github.com/scala/scala3/pull/17362](https://github.com/scala/scala3/pull/17362)
* Stabilized implementation: [https://github.com/scala/scala3/pull/18574](https://github.com/scala/scala3/pull/18574)

<!-- ## FAQ -->

0 comments on commit 750f752

Please sign in to comment.