Skip to content

Commit 88cd07c

Browse files
authored
Merge pull request #120 from bracevac/sip-numbering
Clean up the SIP files
2 parents f58ca11 + f1595a5 commit 88cd07c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+99
-46
lines changed

content/named-and-default-arguments.md renamed to content/001-named-and-default-arguments.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
---
2+
kind: SID
23
layout: sip
4+
number: 1
35
permalink: /sips/:title.html
46
redirect_from: /sips/pending/named-and-default-arguments.html
57
stage: completed
68
status: shipped
7-
title: SID-1 Named and Default Arguments
9+
title: Named and Default Arguments
810
---
911

1012
**Lukas Rytz**
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
---
2+
kind: SID
23
layout: sip
4+
number: 2
35
permalink: /sips/:title.html
46
redirect_from: /sips/pending/scala-compiler-phase-plugin-in.html
57
stage: completed
68
status: shipped
7-
title: SID-2 Scala Compiler Phase and Plug-In Initialization for Scala 2.8
9+
title: Scala Compiler Phase and Plug-In Initialization for Scala 2.8
810
---
911

1012
This was an older SID that can be found [here](https://www.scala-lang.org/sid/2)
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
---
2+
kind: SID
23
layout: sip
4+
number: 3
35
permalink: /sips/:title.html
46
redirect_from: /sips/pending/new-collection-classes.html
57
stage: completed
68
status: shipped
7-
title: SID-3 - New Collection classes
9+
title: New Collection classes
810
---
911

1012
This was an older SID that can be found [here](https://www.scala-lang.org/sid/3)
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
---
2+
kind: SID
23
layout: sip
4+
number: 4
35
permalink: /sips/:title.html
46
redirect_from: /sips/pending/early-member-definitions.html
57
stage: completed
68
status: shipped
7-
title: SID-4 - Early Member Definitions
9+
title: Early Member Definitions
810
---
911

1012
This was an older SID that can be found [here](https://www.scala-lang.org/sid/4)
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
---
2+
kind: SID
23
layout: sip
4+
number: 5
35
permalink: /sips/:title.html
46
redirect_from: /sips/pending/internals-of-scala-annotations.html
57
stage: completed
68
status: shipped
7-
title: SID-5 - Internals of Scala Annotations
9+
title: Internals of Scala Annotations
810
---
911

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

content/scala-2-8-arrays.md renamed to content/007-scala-2-8-arrays.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
---
2+
kind: SID
23
layout: sip
4+
number: 7
35
permalink: /sips/:title.html
46
redirect_from: /sips/pending/scala-2-8-arrays.html
57
stage: completed
68
status: shipped
7-
title: SID-7 - Scala 2.8 Arrays
9+
title: Scala 2.8 Arrays
810
---
911

1012
*(This is an older SID, its original PDF can be found [here](https://www.scala-lang.org/sid/7))*
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
---
2+
kind: SID
23
layout: sip
4+
number: 8
35
permalink: /sips/:title.html
46
redirect_from: /sips/pending/scala-swing-overview.html
57
stage: completed
68
status: shipped
7-
title: SID-8 - Scala Swing Overview
9+
title: Scala Swing Overview
810
---
911

1012
This was an older SID that can be found [here](https://www.scala-lang.org/sid/8)
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
---
2+
kind: SID
23
layout: sip
4+
number: 9
35
permalink: /sips/:title.html
46
redirect_from: /sips/pending/scala-specialization.html
57
stage: completed
68
status: shipped
7-
title: SID-9 - Scala Specialization
9+
title: Scala Specialization
810
---
911

1012
This was an older SID that can be found [here](https://www.scala-lang.org/sid/9)
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
---
2+
kind: SID
23
layout: sip
4+
number: 10
35
permalink: /sips/:title.html
46
redirect_from: /sips/pending/picked-signatures.html
57
stage: completed
68
status: shipped
7-
title: SID-10 - Storage of pickled Scala signatures in class files
9+
title: Storage of pickled Scala signatures in class files
810
---
911

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

content/string-interpolation.md renamed to content/011-string-interpolation.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
---
22
layout: sip
3+
number: 11
34
permalink: /sips/:title.html
45
redirect_from: /sips/pending/string-interpolation.html
56
stage: completed
67
status: shipped
7-
title: SIP-11 - String Interpolation
8+
title: String Interpolation
89
---
910

1011
**By: Martin Odersky**

0 commit comments

Comments
 (0)