Skip to content

Commit b0197ae

Browse files
Update SIPs state
1 parent d342e30 commit b0197ae

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

_sips/sips/clause-interleaving.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
---
22
title: SIP-47 - Clause Interleaving
3-
status: vote-requested
3+
status: under-review
44
pull-request-number: 47
55
stage: design
6-
recommendation: accept
76

87
---

_sips/sips/futures-promises.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ Here is an example of how to block on the result of a future:
461461

462462
import scala.concurrent._
463463

464-
def main(args: Array[String]): Unit = {
464+
def main(args: Array[String]) {
465465
val rateQuote = Future {
466466
connection.getCurrentValue(USD)
467467
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: SIP-46 - Use Scala CLI to implement the 'scala' command
3+
status: under-review
4+
pull-request-number: 46
5+
stage: design
6+
7+
---

0 commit comments

Comments
 (0)