Skip to content

Commit 2cd903e

Browse files
authored
Merge pull request #3150 from scala/update-sip-meeting-results
Add the results of the SIP committee meetings of 2024
2 parents 40565ef + 76d3706 commit 2cd903e

8 files changed

+71
-1
lines changed

_sips/results/2024-04-19-meeting.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
layout: sip-meeting-results
3+
title: SIP Meeting Results - 19th April 2024
4+
partof: results
5+
proposals:
6+
- url: https://github.com/scala/improvement-proposals/pull/72
7+
name: SIP-58 - Named Tuples
8+
result: accepted
9+
- url: https://github.com/scala/improvement-proposals/pull/79
10+
name: SIP-62 - For comprehension improvements
11+
result: accepted
12+
- url: https://github.com/scala/improvement-proposals/pull/81
13+
name: SIP-64 - Improve the syntax of context bounds and givens
14+
result: accepted
15+
---
16+
SIP-61 and SIP-63 were discussed but no vote was held.

_sips/results/2024-05-24-meeting.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
layout: sip-meeting-results
3+
title: SIP Meeting Results - 24th May 2024
4+
partof: results
5+
proposals:
6+
- url: https://github.com/scala/improvement-proposals/pull/78
7+
name: SIP-61 - Unroll default arguments for binary compatibility
8+
result: accepted
9+
---
10+
SIP-64 was discussed but no vote was held.

_sips/results/2024-06-21-meeting.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
layout: sip-meeting-results
3+
title: SIP Meeting Results - 21st June 2024
4+
partof: results
5+
proposals:
6+
- url: https://github.com/scala/improvement-proposals/pull/47
7+
name: SIP-47 - Clause interleaving
8+
result: accepted
9+
---
10+
SIP-55, SIP-58, SIP-60, SIP-62, and SIP-64 were discussed but no vote was held.

_sips/results/2024-08-16-meeting.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
layout: sip-meeting-results
3+
title: SIP Meeting Results - 16th August 2024
4+
partof: results
5+
proposals: []
6+
---
7+
SIP-49, SIP-52, SIP-57, SIP-58, SIP-61, SIP-62, SIP-64, and SIP-66 were discussed but no vote was held.

_sips/results/2024-09-27-meeting.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
layout: sip-meeting-results
3+
title: SIP Meeting Results - 27th September 2024
4+
partof: results
5+
proposals:
6+
- url: https://github.com/scala/improvement-proposals/pull/72
7+
name: SIP-58 - Named Tuples
8+
result: accepted
9+
- url: https://github.com/scala/improvement-proposals/pull/81
10+
name: SIP-64 - Improve the syntax of context bounds and givens
11+
result: accepted
12+
---
13+
SIP-62 was discussed but no vote was held.

_sips/results/2024-11-15-meeting.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
layout: sip-meeting-results
3+
title: SIP Meeting Results - 15th November 2024
4+
partof: results
5+
proposals: []
6+
---
7+
SIP-66 was discussed but no vote was held.

_sips/results/2024-12-20-meeting.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
layout: sip-meeting-results
3+
title: SIP Meeting Results - 20th December 2024
4+
partof: results
5+
proposals: []
6+
---
7+
SIP-62 and SIP-67 were discussed but no vote was held.

_sips/sips/futures-promises.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -720,7 +720,7 @@ Examples:
720720
4. [Scala Actors Futures][4]
721721
5. [Scalaz Futures][5]
722722

723-
[1]: https://www.microsoft.com/download/en/details.aspx?id=19957 "NETAsync"
723+
[1]: https://download.microsoft.com/download/5/B/9/5B924336-AA5D-4903-95A0-56C6336E32C9/TAP.docx "NETAsync"
724724
[2]: https://twitter.github.io/scala_school/finagle.html "Finagle"
725725
[3]: https://doc.akka.io/docs/akka/current/futures.html "AkkaFutures"
726726
[4]: https://web.archive.org/web/20140814211520/https://www.scala-lang.org/api/2.9.3/scala/actors/Future.html "SActorsFutures"

0 commit comments

Comments
 (0)