Skip to content

Commit c4edc23

Browse files
committed
Make the link checker pass
1 parent 179402e commit c4edc23

10 files changed

+20
-280
lines changed

_sips/minutes/2016-07-15-sip-minutes.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ The following agenda was distributed to attendees:
1212
| Topic | Reviewer |
1313
| --- | --- |
1414
| [Discussion of the new SIP process](http://docs.scala-lang.org/sips/sip-submission.html) | Jorge Vicente Cantero |
15-
| [SIP 25 - Trait parameters](http://docs.scala-lang.org/sips/pending/trait-parameters.html) | Adriaan Moors |
15+
| [SIP 25 - Trait parameters](http://docs.scala-lang.org/sips/trait-parameters.html) | Adriaan Moors |
1616
| [SIP 26 - Unsigned Integer Data Types](https://github.com/scala/slip/pull/30) | Martin Odersky |
17-
| [SIP 22 - Async](http://docs.scala-lang.org/sips/pending/async.html) | Eugene Burmako |
18-
| [SIP 20 - Improved lazy val initialization](http://docs.scala-lang.org/sips/pending/improved-lazy-val-initialization.html) | Sébastien Doeraene |
17+
| [SIP 22 - Async](http://docs.scala-lang.org/sips/async.html) | Eugene Burmako |
18+
| [SIP 20 - Improved lazy val initialization](http://docs.scala-lang.org/sips/improved-lazy-val-initialization.html) | Sébastien Doeraene |
1919
| [Trailing commas SIP](https://github.com/scala/docs.scala-lang/pull/533) | Eugene Burmako |
2020

2121
Quick iteration through all the SLIPs:

_sips/minutes/2016-08-16-sip-10th-august-minutes.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ The following agenda was distributed to attendees:
1111

1212
| Topic | Reviewer |
1313
| --- | --- |
14-
| [SIP-12: Uncluttering Scala's syntax for control structures](http://docs.scala-lang.org/sips/pending/uncluttering-control.html) | Seth Tisue |
14+
| [SIP-12: Uncluttering Scala's syntax for control structures](http://docs.scala-lang.org/sips/uncluttering-control.html) | Seth Tisue |
1515
| [SIP-16: Self-cleaning macros](http://docs.scala-lang.org/sips/self-cleaning-macros.html) | Eugene Burmako |
16-
| [SIP-21: Spores](http://docs.scala-lang.org/sips/pending/spores.html) | Martin Odersky |
17-
| [SIP-23: Literal-based singleton types](http://docs.scala-lang.org/sips/pending/42.type.html) | Adriaan Moors |
18-
| [SIP-24: Repeated by-name parameters](http://docs.scala-lang.org/sips/pending/repeated-byname.html) | Andrew Marki |
16+
| [SIP-21: Spores](http://docs.scala-lang.org/sips/spores.html) | Martin Odersky |
17+
| [SIP-23: Literal-based singleton types](http://docs.scala-lang.org/sips/42.type.html) | Adriaan Moors |
18+
| [SIP-24: Repeated by-name parameters](http://docs.scala-lang.org/sips/repeated-byname.html) | Andrew Marki |
1919
| [SIP-27: Trailing commas](https://github.com/scala/docs.scala-lang/pull/533#issuecomment-232959066) | Eugene Burmako |
2020

2121
Jorge Vicente Cantero was the Process Lead and acting secretary of the meeting.

_sips/minutes/2016-09-20-sip-20th-september-minutes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The following agenda was distributed to attendees:
1212
| Topic | Reviewer |
1313
| --- | --- |
1414
| [SIP-NN: Scala Meta SIP](https://github.com/scala/docs.scala-lang/pull/567) | Iulian Dragos and Josh Suereth |
15-
| [SIP-21: Spores](http://docs.scala-lang.org/sips/pending/spores.html) | Martin Odersky |
15+
| [SIP-21: Spores](http://docs.scala-lang.org/sips/spores.html) | Martin Odersky |
1616
| [SIP-26: Unsigned Integer Data Types](https://github.com/scala/slip/pull/30) | Martin Odersky |
1717
| [SIP-27: Trailing commas](https://github.com/scala/docs.scala-lang/pull/533#issuecomment-232959066) | Eugene Burmako |
1818

_sips/minutes/2016-10-25-sip-minutes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The following agenda was distributed to attendees:
1212
| Topic | Reviewer |
1313
| --- | --- |
1414
| Discussion of the voting system | N/A |
15-
| [SIP-20: Improved Lazy Val Initialization](http://docs.scala-lang.org/sips/pending/improved-lazy-val-initialization.html) | Sébastien Doeraene |
15+
| [SIP-20: Improved Lazy Val Initialization](http://docs.scala-lang.org/sips/improved-lazy-val-initialization.html) | Sébastien Doeraene |
1616
| [SIP-27: Trailing commas](https://github.com/scala/docs.scala-lang/pull/533#issuecomment-232959066) | Eugene Burmako |
1717

1818
Jorge Vicente Cantero was the Process Lead and acting secretary of the meeting.

_sips/minutes/2016-11-29-sip-minutes.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ The following agenda was distributed to attendees:
1111

1212
|Topic|Reviewers| Accepted/Rejected |
1313
| --- | --- | --- |
14-
| [SIP-28 and SIP-29 - Inline and meta](http://docs.scala-lang.org/sips/pending/inline-meta.html) | Josh Suereth and Iulian Dragos | Pending |
15-
| [SIP-24 - Repeated By Name Parameters](http://docs.scala-lang.org/sips/pending/repeated-byname.html) | Heather Miller | Pending |
14+
| [SIP-28 and SIP-29 - Inline and meta](http://docs.scala-lang.org/sips/inline-meta.html) | Josh Suereth and Iulian Dragos | Pending |
15+
| [SIP-24 - Repeated By Name Parameters](http://docs.scala-lang.org/sips/repeated-byname.html) | Heather Miller | Pending |
1616
| [SIP-25:Static](https://github.com/scala/docs.scala-lang/pull/491/files)| Adriaan Moors | Pending |
1717
|[SIP-27: Trailing commas](http://docs.scala-lang.org/sips/completed/trailing-commas.html)|Eugene Burkamo| Accepted |
1818

@@ -42,7 +42,7 @@ Minutes were taken by Travis Lee.
4242

4343
**Jorge** We'll talk about the SIPS for Scala Meta. Eugene will start.
4444

45-
### [SIP-28 and SIP-29 - Inline and meta](http://docs.scala-lang.org/sips/pending/inline-meta.html)
45+
### [SIP-28 and SIP-29 - Inline and meta](http://docs.scala-lang.org/sips/inline-meta.html)
4646

4747
Eugene and co have been working hard for two months on inline and Scala Meta. Previously discussed new macro system with new inline and meta features. Inline provides a facility to declare methods with inline right hand side into call side (0:01:24) and meta implements compile-time function execution to do meta-programming. Martin implemented inline mechanism in Dotty. Eugene worked on macro notations. New style macros will integrate with tools. Eugene shows how it works in IntelliJ. For example, you can print the value of the parameters. Meta blocks supported by IntelliJ. So are quasi-quotes. You can also expand macros. Will greatly help debugability.
4848

@@ -52,7 +52,7 @@ The spec needs to be updated based on Martin's Dotty implementation. We need to
5252

5353
**Conclusion** This proposal needs at least another iteration to shape up and provide concrete implementation and specification details. This proposal is therefore under revision -- Eugene, the author, will gather and address more feedback and will resubmit the proposal to analysis when it's ready.
5454

55-
### [SIP-24 - Repeated By Name Parameters](http://docs.scala-lang.org/sips/pending/repeated-byname.html)
55+
### [SIP-24 - Repeated By Name Parameters](http://docs.scala-lang.org/sips/repeated-byname.html)
5656

5757
Heather says the debate is about the semantics or translation rules. All arguments are evaluated each time the parameter is referenced in the method. This is implemented in Dotty. Should this be implemented in Scalac?
5858

_sips/minutes/2017-02-14-sip-minutes.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ The following agenda was distributed to attendees:
1111

1212
| Topic | Reviewer |
1313
| --- | --- |
14-
| [SIP-XX: Improving binary compatibility with @stableABI](http://docs.scala-lang.org/sips/pending/binary-compatibility.html) | Dmitry Petrashko |
15-
| [SIP-NN - Allow referring to other arguments in default parameters](http://docs.scala-lang.org/sips/pending/refer-other-arguments-in-args.html) | Pathikrit Bhowmick |
16-
| [SIP 25 - @static fields and methods in Scala objects(SI-4581)](http://docs.scala-lang.org/sips/pending/static-members.html) | Dmitry Petrashko, Sébastien Doeraene and Martin Odersky |
17-
| [SIP-33 - Match infix & prefix types to meet expression rules](http://docs.scala-lang.org/sips/pending/make-types-behave-like-expressions.html) | Oron Port |
14+
| [SIP-XX: Improving binary compatibility with @stableABI](http://docs.scala-lang.org/sips/binary-compatibility.html) | Dmitry Petrashko |
15+
| [SIP-NN - Allow referring to other arguments in default parameters](http://docs.scala-lang.org/sips/refer-other-arguments-in-args.html) | Pathikrit Bhowmick |
16+
| [SIP 25 - @static fields and methods in Scala objects(SI-4581)](http://docs.scala-lang.org/sips/static-members.html) | Dmitry Petrashko, Sébastien Doeraene and Martin Odersky |
17+
| [SIP-33 - Match infix & prefix types to meet expression rules](http://docs.scala-lang.org/sips/priority-based-infix-type-precedence.html) | Oron Port |
1818

1919
Jorge Vicente Cantero was the Process Lead. Travis (@travissarles) was acting secretary of the meeting.
2020

_sips/minutes/2017-09-21-sip-minutes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Syntax "new" "type"
8787

8888
Still waiting on the implementation updates, therefore this item will be discussed in the next SIP Meeting.
8989

90-
### [SIP-28 and SIP-29: Inline and meta](http://docs.scala-lang.org/sips/pending/inline-meta.html)
90+
### [SIP-28 and SIP-29: Inline and meta](http://docs.scala-lang.org/sips/inline-meta.html)
9191
[YouTube time: 51'40'' until the end](https://youtu.be/yzTpVbTUj18?t=3100)
9292

9393
**Eugene** gives a brief history of this SIP development, shares the good news and suggests how to proceed.

_sips/minutes/2017-10-24-sip-minutes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ The feedback will be given to the author.
7575

7676

7777

78-
### [SIP-28 and SIP-29: Inline and meta](http://docs.scala-lang.org/sips/pending/inline-meta.html)
78+
### [SIP-28 and SIP-29: Inline and meta](http://docs.scala-lang.org/sips/inline-meta.html)
7979
[YouTube time: 10'05'' until the end](https://youtu.be/aIc-o1pcRhw?t=605)
8080

8181
**Jorge** introduces **Olaf** as a new Team Lead of SIP-28 and SIP-29.

0 commit comments

Comments
 (0)