From 94b7bbb7fb64f5a92545629fc12a53b0debfd60a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20Bra=C4=8Devac?= Date: Mon, 1 Dec 2025 19:17:37 +0100 Subject: [PATCH] Update SIP pages --- _layouts/sip.html | 9 +- _sips/all.md | 2 +- _sips/sips/061-unroll-default-arguments.md | 4 +- _sips/sips/062-better-fors.md | 4 +- _sips/sips/068-reference-package-objects.md | 2 +- _sips/sips/071-into.md | 333 ++++++++++++++++++++ 6 files changed, 344 insertions(+), 10 deletions(-) create mode 100644 _sips/sips/071-into.md diff --git a/_layouts/sip.html b/_layouts/sip.html index 90174048d9..200549e1b1 100644 --- a/_layouts/sip.html +++ b/_layouts/sip.html @@ -24,12 +24,13 @@
Status
It might be available as an experimental feature in the latest version of the compiler. {% endif %}

- {% else if page.stage == "completed" %} + {% elsif page.stage == "completed" and page.status == "shipped" %}

This proposal has been implemented, - {% if page.status == "accepted" %} - it will be available in the next minor release of the compiler. - {% else if page.status == "shipped" %} + {% if page.shipped %} + it has been made available as a preview feature in Scala {{ page.shipped }} and + will be activated by default in the next minor release of the compiler. + {% else %} it is available in the latest version of the compiler. {% endif %}

diff --git a/_sips/all.md b/_sips/all.md index 19c649b9d3..3c9ec7630a 100644 --- a/_sips/all.md +++ b/_sips/all.md @@ -25,7 +25,7 @@ of the compiler (accepted). Click on a proposal to read its content.