diff --git a/_sips/sips/better-fors.md b/_sips/sips/better-fors.md index 093d9ca8e..ed614f712 100644 --- a/_sips/sips/better-fors.md +++ b/_sips/sips/better-fors.md @@ -2,7 +2,7 @@ layout: sip permalink: /sips/:title.html stage: implementation -status: waiting-for-implementation +status: under-review title: SIP-62 - For comprehension improvements --- diff --git a/_sips/sips/named-tuples.md b/_sips/sips/named-tuples.md index bbe96e8b2..fd2074273 100644 --- a/_sips/sips/named-tuples.md +++ b/_sips/sips/named-tuples.md @@ -2,7 +2,7 @@ layout: sip permalink: /sips/named-tuples.html stage: implementation -status: waiting-for-implementation +status: under-review presip-thread: https://contributors.scala-lang.org/t/pre-sip-named-tuples/6403/164 title: SIP-58 - Named Tuples --- @@ -774,4 +774,4 @@ type Person = (name: String, age: Int, addr: Address) def x4: Iterator[City] = run(q4) def x5: Iterator[(name: String, num: Int)] = run(q5) def x6: Iterator[(name: String, zipCode: Int)] = run(q6) -``` \ No newline at end of file +``` diff --git a/_sips/sips/replace-nonsensical-unchecked-annotation.md b/_sips/sips/replace-nonsensical-unchecked-annotation.md index def0ff658..3bb860994 100644 --- a/_sips/sips/replace-nonsensical-unchecked-annotation.md +++ b/_sips/sips/replace-nonsensical-unchecked-annotation.md @@ -2,7 +2,7 @@ layout: sip permalink: /sips/:title.html stage: implementation -status: waiting-for-implementation +status: under-review presip-thread: https://contributors.scala-lang.org/t/pre-sip-replace-non-sensical-unchecked-annotations/6342 title: SIP-57 - Replace non-sensical @unchecked annotations ---