Skip to content

Commit 83ebe86

Browse files
authored
Merge pull request #110 from scala/update-sip-statuses
Update SIP statuses and uniformize SIP headers
2 parents abdec58 + 506b0ff commit 83ebe86

35 files changed

+92
-92
lines changed

content/42.type.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
layout: sip
3-
title: SIP-23 - Literal-based singleton types
4-
stage: completed
5-
status: shipped
63
permalink: /sips/:title.html
74
redirect_from: /sips/pending/42.type.html
5+
stage: completed
6+
status: shipped
7+
title: SIP-23 - Literal-based singleton types
88
---
99

1010
**Authors: George Leontiev, Eugene Burmako, Jason Zaugg, Adriaan Moors, Paul Phillips, Oron Port, Miles

content/alternative-bind-variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
layout: sip
33
permalink: /sips/:title.html
4+
presip-thread: https://contributors.scala-lang.org/t/pre-sip-bind-variables-for-alternative-patterns/6321/13
45
stage: implementation
56
status: waiting-for-implementation
6-
presip-thread: https://contributors.scala-lang.org/t/pre-sip-bind-variables-for-alternative-patterns/6321/13
77
title: SIP-60 - Bind variables within alternative patterns
88
---
99

content/binary-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
layout: sip
33
permalink: /sips/:title.html
4-
stage: implementation
5-
status: under-review
4+
stage: completed
5+
status: shipped
66
title: SIP-52 - Binary APIs
77
---
88

content/binary-integer-literals.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
layout: sip
3-
title: SIP-42 - Support Binary Integer Literals
3+
permalink: /sips/:title.html
44
stage: completed
55
status: shipped
6-
permalink: /sips/:title.html
6+
title: SIP-42 - Support Binary Integer Literals
77
---
88

99
**By: NthPortal**

content/byname-implicits.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
layout: sip
3-
title: SIP-31 - Byname implicit arguments
4-
stage: completed
5-
status: shipped
63
permalink: /sips/:title.html
74
redirect_from: /sips/pending/byname-implicits.html
5+
stage: completed
6+
status: shipped
7+
title: SIP-31 - Byname implicit arguments
88
---
99

1010
> This proposal has been implemented in Scala 2.13.0 and Scala 3.0.0.

content/clause-interleaving.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
layout: sip
3-
title: SIP-47 - Clause Interleaving
3+
permalink: /sips/:title.html
44
stage: completed
55
status: shipped
6-
permalink: /sips/:title.html
6+
title: SIP-47 - Clause Interleaving
77
---
88

99
**By: Quentin Bernet and Guillaume Martres and Sébastien Doeraene**

content/converters-among-optional-functions-partialfunctions-and-extractor-objects.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
layout: sip
3-
title: SIP-38 - Converters among optional Functions, PartialFunctions and extractor objects
4-
stage: completed
5-
status: shipped
63
permalink: /sips/:title.html
74
redirect_from: /sips/pending/converters-among-optional-functions-partialfunctions-and-extractor-object.html
5+
stage: completed
6+
status: shipped
7+
title: SIP-38 - Converters among optional Functions, PartialFunctions and extractor objects
88
---
99

1010
> This proposal has been implemented in Scala 2.13.0 and Scala 3.0.0.

content/drop-stdlib-forwards-bin-compat.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
layout: sip
33
permalink: /sips/:title.html
4-
stage: implementation
5-
status: under-review
4+
stage: completed
5+
status: shipped
66
title: SIP-51 - Drop Forwards Binary Compatibility of the Scala 2.13 Standard Library
77
---
88

content/early-member-definitions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
layout: sip
3-
title: SID-4 - Early Member Definitions
4-
stage: completed
5-
status: shipped
63
permalink: /sips/:title.html
74
redirect_from: /sips/pending/early-member-definitions.html
5+
stage: completed
6+
status: shipped
7+
title: SID-4 - Early Member Definitions
88
---
99

1010
This was an older SID that can be found [here](https://www.scala-lang.org/sid/4)

content/futures-promises.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
layout: sip
3-
title: SIP-14 - Futures and Promises
4-
stage: completed
5-
status: shipped
63
permalink: /sips/:title.html
74
redirect_from: /sips/pending/futures-promises.html
5+
stage: completed
6+
status: shipped
7+
title: SIP-14 - Futures and Promises
88
---
99

1010
**By: Philipp Haller, Aleksandar Prokopec, Heather Miller, Viktor Klang, Roland Kuhn, and Vojin Jovanovic**

0 commit comments

Comments
 (0)