forked from scala/docs.scala-lang
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsip.html
47 lines (44 loc) · 1.49 KB
/
sip.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
---
layout: root-content-layout
includeTOC: true
---
<section class="content">
<div class="wrap">
<div class="content-primary documentation">
<div class="inner-box toc-context">
{{content}}
</div>
</div>
<!-- TOC -->
<div class="content-nav">
<div class="inner-box sidebar-toc-wrapper sip-toc" style="">
<h5 class="contents">Status</h5>
{% if page.stage == "implementation" %}
<p>
This proposal has been accepted by the committee.
{% if page.status == "waiting-for-implementation" %}
An implementation is welcome in the compiler.
{% else %}
It might be available as an experimental feature in the latest version of the compiler.
{% endif %}
</p>
{% else if page.stage == "completed" %}
<p>
This proposal has been implemented,
{% if page.status == "accepted" %}
it will be available in the next minor release of the compiler.
{% else if page.status == "shipped" %}
it is available in the latest version of the compiler.
{% endif %}
</p>
{% endif %}
<h5 class="contents">SIP Contents</h5>
<div class="inner-toc" id="sidebar-toc">
<div id="toc"></div>
</div>
<hr>
<div class="help-us"><a href="https://github.com/scala/improvement-proposals/blob/main/content/{{ page.name }}"><i class="fa fa-pencil" aria-hidden="true"></i> Problem with this page?<br> Please help us fix it!</a></div>
</div>
</div>
</div>
</section>