Skip to content

Commit 27a8779

Browse files
authored
Merge pull request #2674 from dotty-staging/fix/landing-page-404s
Fix landing page 404s
2 parents ebfc2ef + 42199fa commit 27a8779

File tree

1 file changed

+19
-16
lines changed

1 file changed

+19
-16
lines changed

docs/_includes/features.html

Lines changed: 19 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -8,59 +8,62 @@ <h1 id="so-features">So, features?</h1>
88
<col width="17%" />
99
</colgroup>
1010
<tbody>
11-
<tr class="odd">
11+
<tr>
1212
<td><a href="http://dotty.epfl.ch/docs/reference/union-types.html">Union</a>, <a href="http://dotty.epfl.ch/docs/reference/intersection-types.html">intersection</a> and <a href="http://docs.scala-lang.org/sips/pending/42.type.html">literal singleton types</a></td>
1313
<td>Implemented</td>
1414
</tr>
15-
<tr class="odd">
15+
<tr>
1616
<td><a href="http://docs.scala-lang.org/sips/pending/trait-parameters.html">Trait parameters</a></td>
1717
<td>Implemented</td>
1818
</tr>
19-
<tr class="even">
19+
<tr>
2020
<td><a href="https://github.com/scala/scala.github.com/pull/491">@static methods and fields</a></td>
2121
<td>Implemented</td>
2222
</tr>
23-
<tr class="even">
23+
<tr>
2424
<td><a href="http://dotty.epfl.ch/#getting-started">SBT incremental build</a></td>
2525
<td>Implemented</td>
2626
</tr>
27-
<tr class="even">
28-
<td><a href="http://dotty.epfl.ch/docs/reference/pattern-matching.html">Option-less pattern matching</a></td>
27+
<tr>
28+
<td><a href="http://dotty.epfl.ch/docs/reference/changed/pattern-matching.html">Option-less pattern matching</a></td>
2929
<td>Implemented</td>
3030
</tr>
31-
<tr class="odd">
31+
<tr>
3232
<td><a href="http://dotty.epfl.ch/docs/reference/auto-parameter-tupling.html">Automatic tupling of function parameters</a></td>
3333
<td>Implemented</td>
3434
</tr>
35-
<tr class="even">
35+
<tr>
3636
<td><a href="http://dotty.epfl.ch/docs/reference/multiversal-equality.html">Multiversal equality</a></td>
3737
<td>Implemented</td>
3838
</tr>
39-
<tr class="even">
40-
<td><a href="http://dotty.epfl.ch/docs/reference/phantom-types.html">Phantom types</a></td>
39+
<tr>
40+
<td>
41+
<!--<a href="http://dotty.epfl.ch/docs/reference/phantom-types.html">Phantom types</a>-->
42+
Phantom types
43+
</td>
4144
<td>Implemented</td>
4245
</tr>
43-
<tr class="odd">
46+
<tr>
4447
<td><a href="http://dotty.epfl.ch/docs/reference/implicit-function-types.html">Implicit function types</a></td>
4548
<td>Implemented</td>
4649
</tr>
47-
<tr class="odd">
50+
<tr>
4851
<td><a href="https://github.com/dotty-linker/dotty">Auto-Specialization</a></td>
4952
<td>In progress</td>
5053
</tr>
51-
<tr class="even">
54+
<tr>
5255
<td><a href="https://github.com/lampepfl/dotty/pull/1840">Whole program optimizer</a></td>
5356
<td>In progress</td>
5457
</tr>
55-
<tr class="odd">
58+
<tr>
5659
<td><a href="https://github.com/lampepfl/dotty/pull/2199">HList &amp; HMaps/Record types</a></td>
5760
<td>In progress</td>
5861
</tr>
59-
<tr class="even">
62+
<tr>
6063
<td></td>
6164
<td></td>
6265
</tr>
63-
<tr class="odd">
66+
<tr>
6467
<td>Effects</td>
6568
<td>Considered</td>
6669
</tr>

0 commit comments

Comments
 (0)