Skip to content

Add the results of the SIP committee meetings of 2024 #3150

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Feb 25, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions _sips/results/2024-04-19-meeting.md
Original file line number Diff line number Diff line change
@@ -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 no vote was held.
10 changes: 10 additions & 0 deletions _sips/results/2024-05-24-meeting.md
Original file line number Diff line number Diff line change
@@ -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 no vote was held.
10 changes: 10 additions & 0 deletions _sips/results/2024-06-21-meeting.md
Original file line number Diff line number Diff line change
@@ -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 no vote was held.
7 changes: 7 additions & 0 deletions _sips/results/2024-08-16-meeting.md
Original file line number Diff line number Diff line change
@@ -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 no vote was held.
13 changes: 13 additions & 0 deletions _sips/results/2024-09-27-meeting.md
Original file line number Diff line number Diff line change
@@ -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 no vote was held.
7 changes: 7 additions & 0 deletions _sips/results/2024-11-15-meeting.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
layout: sip-meeting-results
title: SIP Meeting Results - 15th November 2024
partof: results
proposals: []
---
SIP-66 was discussed but no vote was held.
7 changes: 7 additions & 0 deletions _sips/results/2024-12-20-meeting.md
Original file line number Diff line number Diff line change
@@ -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 no vote was held.
2 changes: 1 addition & 1 deletion _sips/sips/futures-promises.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Loading