From 9957ff8c67a23929a4bd7109634ba144346043e8 Mon Sep 17 00:00:00 2001 From: Julien Richard-Foy Date: Mon, 2 Dec 2019 15:15:31 +0100 Subject: [PATCH 1/8] Remove section about Scala Platform Process The platform process is not active anymore. --- _sips/index.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/_sips/index.md b/_sips/index.md index 84e5c4699b..99c3a5264a 100644 --- a/_sips/index.md +++ b/_sips/index.md @@ -40,12 +40,3 @@ Please read [Submitting a SIP](./sip-submission.html) and our > Historical note: The SIP replaces the older SID (Scala Improvement Document) process. > Completed SID documents remain available in the > [completed section of the SIP list](all.html). - -## Scala Platform Process (SPP) - -The Scala Platform aims to be a stable collection of libraries with widespread -use and a low barrier to entry for beginners and intermediate users. The -Platform consists of several independent modules that solve specific problems. -The Scala community sets the overall direction of the Platform. - -Learn more about the Scala Platform From 43bbda67e552d3a1426119c40c2e3d5a69c60952 Mon Sep 17 00:00:00 2001 From: Julien Richard-Foy Date: Mon, 2 Dec 2019 15:55:20 +0100 Subject: [PATCH 2/8] =?UTF-8?q?Move=20=E2=80=9Cdormant=E2=80=9D=20SIPs=20i?= =?UTF-8?q?n=20a=20dedicated=20section?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _sass/layout/sips.scss | 2 ++ _sips/all.md | 16 +++++++++++++++- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/_sass/layout/sips.scss b/_sass/layout/sips.scss index 12e351ee5c..631c07762c 100644 --- a/_sass/layout/sips.scss +++ b/_sass/layout/sips.scss @@ -105,6 +105,7 @@ .pending, .completed, + .dormant, .rejected { .date { display: block; @@ -169,6 +170,7 @@ @include justify-content(space-between); .completed, + .dormant, .rejected { display: flex; flex-direction: column; diff --git a/_sips/all.md b/_sips/all.md index 50b6f94479..ed26042765 100644 --- a/_sips/all.md +++ b/_sips/all.md @@ -13,7 +13,7 @@ redirect_from: "/sips/pending/index.html" +
+

Dormant

+
    + {% for sip in sips %} + {% if sip.vote-status == "dormant" %} +
  • + {{ sip.title }} +
    {{ sip.date | date: '%B %Y' }}
    +
    {{ site.data.sip-data[sip.vote-status].text }}
    +
  • + {% endif %} + {% endfor %} +
+

Rejected

    From cb7a24e035d3b8d7188298eb6ddee79946285e41 Mon Sep 17 00:00:00 2001 From: Julien Richard-Foy Date: Mon, 2 Dec 2019 16:04:38 +0100 Subject: [PATCH 3/8] =?UTF-8?q?Mark=20SIP-21=20Spores=20as=20=E2=80=9Cdorm?= =?UTF-8?q?ant=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _sips/sips/2013-06-10-spores.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_sips/sips/2013-06-10-spores.md b/_sips/sips/2013-06-10-spores.md index a5aed91ad6..1868410121 100644 --- a/_sips/sips/2013-06-10-spores.md +++ b/_sips/sips/2013-06-10-spores.md @@ -1,8 +1,8 @@ --- layout: sip title: SIP-21 - Spores -vote-status: "under-review" -vote-text: Next iteration takes place in January/February 2017 by request of the authors. +vote-status: "dormant" +vote-text: There is an implementation for Scala 2.11. A new owner is needed to champion this proposal for the current Scala version. The proposal needs to be updated to explain how to handle transitive spores. permalink: /sips/:title.html redirect_from: /sips/pending/spores.html --- From ef3e7502a0aa6e2b6e30ac19f9b433dad030ca90 Mon Sep 17 00:00:00 2001 From: Julien Richard-Foy Date: Mon, 2 Dec 2019 16:15:29 +0100 Subject: [PATCH 4/8] Mark SIP-25 Trait Parameters as accepted. --- _sips/sips/2015-6-18-trait-parameters.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_sips/sips/2015-6-18-trait-parameters.md b/_sips/sips/2015-6-18-trait-parameters.md index c8c86fb638..6abef5c4b8 100644 --- a/_sips/sips/2015-6-18-trait-parameters.md +++ b/_sips/sips/2015-6-18-trait-parameters.md @@ -1,8 +1,8 @@ --- layout: sip title: SIP-25 - Trait Parameters -vote-status: "under-review" -vote-text: The board agreed to schedule the next iteration of the evaluation process in 6 months, since there’s no implementation yet and the authors need time to produce one. +vote-status: accepted +vote-text: Trait parameters are implemented in Scala 3.0. permalink: /sips/:title.html redirect_from: /sips/pending/trait-parameters.html --- From 1ed9f7630d426e8b1e8765811e855be1b21b95d2 Mon Sep 17 00:00:00 2001 From: Julien Richard-Foy Date: Mon, 2 Dec 2019 16:36:05 +0100 Subject: [PATCH 5/8] =?UTF-8?q?Mark=20SIP-28=20and=20SIP-29=20Inline=20Met?= =?UTF-8?q?a=20as=20=E2=80=9Cdormant=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _sips/sips/2016-09-09-inline-meta.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_sips/sips/2016-09-09-inline-meta.md b/_sips/sips/2016-09-09-inline-meta.md index edd020befc..8aa401d125 100644 --- a/_sips/sips/2016-09-09-inline-meta.md +++ b/_sips/sips/2016-09-09-inline-meta.md @@ -1,8 +1,8 @@ --- layout: sip title: SIP-28 and SIP-29 - Inline meta -vote-status: "under-revision" -vote-text: The following proposal has been split and numbered as SIP-28 (Inline) and SIP-29 (Meta). For more information on this decision, check the minutes. The authors need to split the proposal and update it. +vote-status: dormant +vote-text: This proposal needs an owner. permalink: /sips/:title.html redirect_from: /sips/pending/inline-meta.html --- From 4f671d4f7c2520e0ec97a7aa0d40d7336c169df3 Mon Sep 17 00:00:00 2001 From: Julien Richard-Foy Date: Mon, 2 Dec 2019 16:45:07 +0100 Subject: [PATCH 6/8] Fix number of SIP-32 Allow referring to other arguments in default parameters --- _sips/sips/2017-01-11-refer-other-arguments-in-args.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_sips/sips/2017-01-11-refer-other-arguments-in-args.md b/_sips/sips/2017-01-11-refer-other-arguments-in-args.md index 53b1a35b4e..6d5097038a 100644 --- a/_sips/sips/2017-01-11-refer-other-arguments-in-args.md +++ b/_sips/sips/2017-01-11-refer-other-arguments-in-args.md @@ -1,6 +1,6 @@ --- layout: sip -title: SIP-NN - Allow referring to other arguments in default parameters +title: SIP-32 - Allow referring to other arguments in default parameters vote-status: pending permalink: /sips/:title.html redirect_from: /sips/pending/refer-other-arguments-in-args.html From 6554bf1632fae77e25c64c2893b0c5be9abad467 Mon Sep 17 00:00:00 2001 From: Julien Richard-Foy Date: Mon, 2 Dec 2019 16:46:29 +0100 Subject: [PATCH 7/8] =?UTF-8?q?Mark=20SIP-34=20Improving=20binary=20compat?= =?UTF-8?q?ibility=20as=20=E2=80=9Cdormant=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _sips/sips/2017-01-13-binary-compatibility.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/_sips/sips/2017-01-13-binary-compatibility.md b/_sips/sips/2017-01-13-binary-compatibility.md index 87224fd1f7..96be472776 100644 --- a/_sips/sips/2017-01-13-binary-compatibility.md +++ b/_sips/sips/2017-01-13-binary-compatibility.md @@ -1,7 +1,8 @@ --- layout: sip -title: SIP-NN - Improving binary compatibility with @stableABI -vote-status: pending +title: SIP-34 - Improving binary compatibility with @stableABI +vote-status: dormant +vote-text: When the author of this proposal figures out which features should be binary compatible and has more information on the future implementation, the SIP Committee will start the review period. permalink: /sips/:title.html redirect_from: /sips/pending/binary-compatibility.html --- From 8944190744378e2f5af4d7a2bc4c91dba71ad921 Mon Sep 17 00:00:00 2001 From: Julien Richard-Foy Date: Mon, 2 Dec 2019 17:38:33 +0100 Subject: [PATCH 8/8] =?UTF-8?q?Mark=20SIP-35=20Opaque=20Types=20as=20?= =?UTF-8?q?=E2=80=9Caccepted=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _sips/sips/2017-09-20-opaque-types.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_sips/sips/2017-09-20-opaque-types.md b/_sips/sips/2017-09-20-opaque-types.md index dee6cf1a36..f18a45a5c7 100644 --- a/_sips/sips/2017-09-20-opaque-types.md +++ b/_sips/sips/2017-09-20-opaque-types.md @@ -2,7 +2,7 @@ layout: sip title: SIP-35 - Opaque types -vote-status: pending +vote-status: accepted permalink: /sips/:title.html redirect_from: /sips/pending/opaque-types.html ---