Skip to content

Commit

Permalink
Update SIPs state
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-improvement-bot committed Aug 20, 2024
1 parent d5e421a commit f8c066d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion _sips/sips/better-fors.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---

Expand Down
4 changes: 2 additions & 2 deletions _sips/sips/named-tuples.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---
Expand Down Expand Up @@ -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)
```
```
2 changes: 1 addition & 1 deletion _sips/sips/replace-nonsensical-unchecked-annotation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---
Expand Down

0 comments on commit f8c066d

Please sign in to comment.