From 7fba5e413647a9fd605c197204519093c4682d48 Mon Sep 17 00:00:00 2001 From: Dimi Racordon Date: Fri, 24 Jan 2025 13:44:24 +0100 Subject: [PATCH 1/3] Add the results of the SIP committee meetings of 2024 --- _sips/results/2024-04-19-meeting.md | 16 ++++++++++++++++ _sips/results/2024-05-24-meeting.md | 10 ++++++++++ _sips/results/2024-06-21-meeting.md | 10 ++++++++++ _sips/results/2024-08-16-meeting.md | 7 +++++++ _sips/results/2024-09-27-meeting.md | 13 +++++++++++++ _sips/results/2024-11-15-meeting.md | 7 +++++++ _sips/results/2024-12-20-meeting.md | 7 +++++++ 7 files changed, 70 insertions(+) create mode 100644 _sips/results/2024-04-19-meeting.md create mode 100644 _sips/results/2024-05-24-meeting.md create mode 100644 _sips/results/2024-06-21-meeting.md create mode 100644 _sips/results/2024-08-16-meeting.md create mode 100644 _sips/results/2024-09-27-meeting.md create mode 100644 _sips/results/2024-11-15-meeting.md create mode 100644 _sips/results/2024-12-20-meeting.md diff --git a/_sips/results/2024-04-19-meeting.md b/_sips/results/2024-04-19-meeting.md new file mode 100644 index 0000000000..95611c3445 --- /dev/null +++ b/_sips/results/2024-04-19-meeting.md @@ -0,0 +1,16 @@ +--- +layout: sip-meeting-results +title: SIP Meeting Results - 19th April 2024 +partof: results +proposals: + - url: https://github.com/scala/improvement-proposals/pull/72 + name: SIP-58 - Named Tuples + result: accepted + - url: https://github.com/scala/improvement-proposals/pull/79 + name: SIP-62 - For comprehension improvements + result: accepted + - url: https://github.com/scala/improvement-proposals/pull/81 + name: SIP-64 - Improve the syntax of context bounds and givens + result: accepted +--- +SIP-61 and SIP-63 were discussed but not vote was held. diff --git a/_sips/results/2024-05-24-meeting.md b/_sips/results/2024-05-24-meeting.md new file mode 100644 index 0000000000..49bb48b5dc --- /dev/null +++ b/_sips/results/2024-05-24-meeting.md @@ -0,0 +1,10 @@ +--- +layout: sip-meeting-results +title: SIP Meeting Results - 24th May 2024 +partof: results +proposals: + - url: https://github.com/scala/improvement-proposals/pull/78 + name: SIP-61 - Unroll default arguments for binary compatibility + result: accepted +--- +SIP-64 was discussed but not vote was held. diff --git a/_sips/results/2024-06-21-meeting.md b/_sips/results/2024-06-21-meeting.md new file mode 100644 index 0000000000..e1335e92bc --- /dev/null +++ b/_sips/results/2024-06-21-meeting.md @@ -0,0 +1,10 @@ +--- +layout: sip-meeting-results +title: SIP Meeting Results - 21st June 2024 +partof: results +proposals: + - url: https://github.com/scala/improvement-proposals/pull/47 + name: SIP-47 - Clause interleaving + result: accepted +--- +SIP-55, SIP-58, SIP-60, SIP-62, and SIP-64 were discussed but not vote was held. diff --git a/_sips/results/2024-08-16-meeting.md b/_sips/results/2024-08-16-meeting.md new file mode 100644 index 0000000000..fcf3f72684 --- /dev/null +++ b/_sips/results/2024-08-16-meeting.md @@ -0,0 +1,7 @@ +--- +layout: sip-meeting-results +title: SIP Meeting Results - 16th August 2024 +partof: results +proposals: [] +--- +SIP-49, SIP-52, SIP-57, SIP-58, SIP-61, SIP-62, SIP-64, and SIP-66 were discussed but not vote was held. diff --git a/_sips/results/2024-09-27-meeting.md b/_sips/results/2024-09-27-meeting.md new file mode 100644 index 0000000000..3e2e372fc8 --- /dev/null +++ b/_sips/results/2024-09-27-meeting.md @@ -0,0 +1,13 @@ +--- +layout: sip-meeting-results +title: SIP Meeting Results - 27th September 2024 +partof: results +proposals: + - url: https://github.com/scala/improvement-proposals/pull/72 + name: SIP-58 - Named Tuples + result: accepted + - url: https://github.com/scala/improvement-proposals/pull/81 + name: SIP-64 - Improve the syntax of context bounds and givens + result: accepted +--- +SIP-62 was discussed but not vote was held. diff --git a/_sips/results/2024-11-15-meeting.md b/_sips/results/2024-11-15-meeting.md new file mode 100644 index 0000000000..78ddfe5d58 --- /dev/null +++ b/_sips/results/2024-11-15-meeting.md @@ -0,0 +1,7 @@ +--- +layout: sip-meeting-results +title: SIP Meeting Results - 15th November 2024 +partof: results +proposals: [] +--- +SIP-66 was discussed but not vote was held. diff --git a/_sips/results/2024-12-20-meeting.md b/_sips/results/2024-12-20-meeting.md new file mode 100644 index 0000000000..72123ea6de --- /dev/null +++ b/_sips/results/2024-12-20-meeting.md @@ -0,0 +1,7 @@ +--- +layout: sip-meeting-results +title: SIP Meeting Results - 20th December 2024 +partof: results +proposals: [] +--- +SIP-62 and SIP-67 were discussed but not vote was held. From dcb8d924b1d70c44e5255c7eb5aa6a8c47081688 Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Mon, 24 Feb 2025 17:29:08 -0800 Subject: [PATCH 2/3] typos --- _sips/results/2024-04-19-meeting.md | 2 +- _sips/results/2024-05-24-meeting.md | 2 +- _sips/results/2024-06-21-meeting.md | 2 +- _sips/results/2024-08-16-meeting.md | 2 +- _sips/results/2024-09-27-meeting.md | 2 +- _sips/results/2024-11-15-meeting.md | 2 +- _sips/results/2024-12-20-meeting.md | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/_sips/results/2024-04-19-meeting.md b/_sips/results/2024-04-19-meeting.md index 95611c3445..b5db00bc7a 100644 --- a/_sips/results/2024-04-19-meeting.md +++ b/_sips/results/2024-04-19-meeting.md @@ -13,4 +13,4 @@ proposals: name: SIP-64 - Improve the syntax of context bounds and givens result: accepted --- -SIP-61 and SIP-63 were discussed but not vote was held. +SIP-61 and SIP-63 were discussed but no vote was held. diff --git a/_sips/results/2024-05-24-meeting.md b/_sips/results/2024-05-24-meeting.md index 49bb48b5dc..51bf1e0a34 100644 --- a/_sips/results/2024-05-24-meeting.md +++ b/_sips/results/2024-05-24-meeting.md @@ -7,4 +7,4 @@ proposals: name: SIP-61 - Unroll default arguments for binary compatibility result: accepted --- -SIP-64 was discussed but not vote was held. +SIP-64 was discussed but no vote was held. diff --git a/_sips/results/2024-06-21-meeting.md b/_sips/results/2024-06-21-meeting.md index e1335e92bc..9ebb1ca250 100644 --- a/_sips/results/2024-06-21-meeting.md +++ b/_sips/results/2024-06-21-meeting.md @@ -7,4 +7,4 @@ proposals: name: SIP-47 - Clause interleaving result: accepted --- -SIP-55, SIP-58, SIP-60, SIP-62, and SIP-64 were discussed but not vote was held. +SIP-55, SIP-58, SIP-60, SIP-62, and SIP-64 were discussed but no vote was held. diff --git a/_sips/results/2024-08-16-meeting.md b/_sips/results/2024-08-16-meeting.md index fcf3f72684..73361aa923 100644 --- a/_sips/results/2024-08-16-meeting.md +++ b/_sips/results/2024-08-16-meeting.md @@ -4,4 +4,4 @@ title: SIP Meeting Results - 16th August 2024 partof: results proposals: [] --- -SIP-49, SIP-52, SIP-57, SIP-58, SIP-61, SIP-62, SIP-64, and SIP-66 were discussed but not vote was held. +SIP-49, SIP-52, SIP-57, SIP-58, SIP-61, SIP-62, SIP-64, and SIP-66 were discussed but no vote was held. diff --git a/_sips/results/2024-09-27-meeting.md b/_sips/results/2024-09-27-meeting.md index 3e2e372fc8..bbb0bb8b81 100644 --- a/_sips/results/2024-09-27-meeting.md +++ b/_sips/results/2024-09-27-meeting.md @@ -10,4 +10,4 @@ proposals: name: SIP-64 - Improve the syntax of context bounds and givens result: accepted --- -SIP-62 was discussed but not vote was held. +SIP-62 was discussed but no vote was held. diff --git a/_sips/results/2024-11-15-meeting.md b/_sips/results/2024-11-15-meeting.md index 78ddfe5d58..1a5da82052 100644 --- a/_sips/results/2024-11-15-meeting.md +++ b/_sips/results/2024-11-15-meeting.md @@ -4,4 +4,4 @@ title: SIP Meeting Results - 15th November 2024 partof: results proposals: [] --- -SIP-66 was discussed but not vote was held. +SIP-66 was discussed but no vote was held. diff --git a/_sips/results/2024-12-20-meeting.md b/_sips/results/2024-12-20-meeting.md index 72123ea6de..a9454f3250 100644 --- a/_sips/results/2024-12-20-meeting.md +++ b/_sips/results/2024-12-20-meeting.md @@ -4,4 +4,4 @@ title: SIP Meeting Results - 20th December 2024 partof: results proposals: [] --- -SIP-62 and SIP-67 were discussed but not vote was held. +SIP-62 and SIP-67 were discussed but no vote was held. From 76d3706929879504b8847437086ae427ff8c0940 Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Mon, 24 Feb 2025 17:35:58 -0800 Subject: [PATCH 3/3] fix a 404 link --- _sips/sips/futures-promises.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_sips/sips/futures-promises.md b/_sips/sips/futures-promises.md index f69ac68c92..459cd54537 100644 --- a/_sips/sips/futures-promises.md +++ b/_sips/sips/futures-promises.md @@ -720,7 +720,7 @@ Examples: 4. [Scala Actors Futures][4] 5. [Scalaz Futures][5] - [1]: https://www.microsoft.com/download/en/details.aspx?id=19957 "NETAsync" + [1]: https://download.microsoft.com/download/5/B/9/5B924336-AA5D-4903-95A0-56C6336E32C9/TAP.docx "NETAsync" [2]: https://twitter.github.io/scala_school/finagle.html "Finagle" [3]: https://doc.akka.io/docs/akka/current/futures.html "AkkaFutures" [4]: https://web.archive.org/web/20140814211520/https://www.scala-lang.org/api/2.9.3/scala/actors/Future.html "SActorsFutures"