Skip to content

Commit f8c066d

Browse files
Update SIPs state
1 parent d5e421a commit f8c066d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

_sips/sips/better-fors.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: sip
33
permalink: /sips/:title.html
44
stage: implementation
5-
status: waiting-for-implementation
5+
status: under-review
66
title: SIP-62 - For comprehension improvements
77
---
88

_sips/sips/named-tuples.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: sip
33
permalink: /sips/named-tuples.html
44
stage: implementation
5-
status: waiting-for-implementation
5+
status: under-review
66
presip-thread: https://contributors.scala-lang.org/t/pre-sip-named-tuples/6403/164
77
title: SIP-58 - Named Tuples
88
---
@@ -774,4 +774,4 @@ type Person = (name: String, age: Int, addr: Address)
774774
def x4: Iterator[City] = run(q4)
775775
def x5: Iterator[(name: String, num: Int)] = run(q5)
776776
def x6: Iterator[(name: String, zipCode: Int)] = run(q6)
777-
```
777+
```

_sips/sips/replace-nonsensical-unchecked-annotation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: sip
33
permalink: /sips/:title.html
44
stage: implementation
5-
status: waiting-for-implementation
5+
status: under-review
66
presip-thread: https://contributors.scala-lang.org/t/pre-sip-replace-non-sensical-unchecked-annotations/6342
77
title: SIP-57 - Replace non-sensical @unchecked annotations
88
---

0 commit comments

Comments
 (0)