From 94b7bbb7fb64f5a92545629fc12a53b0debfd60a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Oliver=20Bra=C4=8Devac?= Status
It might be available as an experimental feature in the latest version of the compiler.
{% endif %}
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.