You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{% if page.vote-text %}{{ page.vote-text }}{% endif %}
22
-
</p>
23
-
{% endif %}
17
+
<h5class="contents">Status</h5>
18
+
{% if page.stage == "implementation" %}
19
+
<p>
20
+
This proposal has been accepted by the committee.
21
+
{% if page.status == "waiting-for-implementation" %}
22
+
An implementation is welcome in the compiler.
23
+
{% else %}
24
+
It might be available as an experimental feature in the latest version of the compiler.
25
+
{% endif %}
26
+
</p>
27
+
{% else if page.stage == "completed" %}
28
+
<p>
29
+
This proposal has been implemented,
30
+
{% if page.status == "accepted" %}
31
+
it will be available in the next minor release of the compiler.
32
+
{% else if page.status == "shipped" %}
33
+
it is available in the latest version of the compiler.
34
+
{% endif %}
35
+
</p>
36
+
{% endif %}
24
37
<h5class="contents">SIP Contents</h5>
25
38
<divclass="inner-toc" id="sidebar-toc">
26
39
<divid="toc"></div>
27
40
</div>
28
41
<hr>
29
-
<divclass="help-us"><ahref="https://github.com/scala/docs.scala-lang/blob/main/{% if page.collection %}{{ page.relative_path }}{% else %}{{ page.path }}{% endif %}"><iclass="fa fa-pencil" aria-hidden="true"></i> Problem with this page?<br> Please help us fix it!</a></div>
42
+
<divclass="help-us"><ahref="https://github.com/scala/improvement-proposals/blob/main/content/{{ page.name }}"><iclass="fa fa-pencil" aria-hidden="true"></i> Problem with this page?<br> Please help us fix it!</a></div>
<li><ahref="https://www.youtube.com/channel/UCn_8OeZlf5S6sqCqntAvaIw/videos?view=2&sort=dd&shelf_id=1&live_view=502">Meeting Video Registrations (YouTube)</a></li>
35
26
</ul>
36
27
</div>
37
28
</div>
38
-
<h5class="contents" style="margin-bottom: 0;">Writing a SIP</h5>
29
+
<h5class="contents" style="margin-bottom: 0;">Submitting a SIP</h5>
39
30
<ul>
40
-
<li><ahref="{{ site.baseurl }}/sips/sip-submission.html">Submitting a SIP</a></li>
31
+
<li><ahref="{% link _sips/process-specification.md %}">Process Specification</a></li>
41
32
<li><ahref="{{ site.baseurl }}/sips/sip-tutorial.html">Tutorial: Writing a SIP</a></li>
42
33
</ul>
43
34
<divclass="help-us"><ahref="https://github.com/scala/docs.scala-lang/blob/main/{% if page.collection %}{{ page.relative_path }}{% else %}{{ page.path }}{% endif %}"><iclass="fa fa-pencil" aria-hidden="true"></i> Problem with this page?<br> Please help us fix it!</a></div>
0 commit comments