Skip to content

Add improvements to completed and pending SIPs #586

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Sep 26, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion _includes/allsids.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,15 @@
{% elsif post.vote-status == 'deferred' %}
<span class="label warning">Deferred</span>
{% elsif post.vote-status == 'postponed' %}
<span class="label warning">Postponed</span>
<span class="label light-warning">Postponed</span>
{% elsif post.vote-status == 'under review' %}
<span class="label warning">Under Review</span>
{% elsif post.vote-status == 'numbered' %}
<span class="label notice">Numbered</span>
{% elsif post.vote-status == 'not accepted' %}
<span class="label danger">Not Accepted</span>
{% elsif post.vote-status == 'rejected' %}
<span class="label danger">Not Accepted</span>
{% endif %}
{% endif %}
</li>
Expand Down
14 changes: 13 additions & 1 deletion _includes/toc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,22 @@
<strong style="font-size: 15px;">Postponed To A Future Release</strong>
<p style="padding-top: 10px">{{ page.vote-text }}</p>
</div>
{% elsif page.vote-status == 'numbered' %}
<p class="contents">SIP Committee Decision</p>
<div class="alert-message warning" style="margin-left: 15px;">
<strong style="font-size: 15px;">Numbered</strong>
<p style="padding-top: 10px">{{ page.vote-text }}</p>
</div>
{% elsif page.vote-status == 'under review' %}
<p class="contents">SIP Committee Decision</p>
<div class="alert-message warning" style="margin-left: 15px;">
<strong style="font-size: 15px;">Under Review</strong>
<p style="padding-top: 10px">{{ page.vote-text }}</p>
</div>
{% elsif page.vote-status == 'rejected' %}
<p class="contents">SIP Committee Decision</p>
<div class="alert-message danger" style="margin-left: 15px;">
<strong style="font-size: 15px;">Rejected</strong>
<strong style="font-size: 15px;">Not Accepted</strong>
<p style="padding-top: 10px">{{ page.vote-text }}</p>
</div>
{% endif %}
Expand Down
3 changes: 2 additions & 1 deletion resources/stylesheets/bootstrap.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
layout: sip
disqus: true
title: SIP-27 - Trailing Commas
---

# SIP-27: Trailing Commas
vote-status: accepted
vote-text: The following proposal needs to be updated, since only the specialized case version (with new lines) has been accepted. For more information, check the <a href="http://docs.scala-lang.org/sips/minutes/sip-20th-september-minutes.html">minutes</a>.
---

**By: Dale Wijnand**

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ layout: sip
disqus: true
title: SIP-20 - Improved Lazy Vals Initialization

vote-status: under review
vote-text: Next iteration takes place in October 2016.
---

**By: Aleksandar Prokopec, Miguel Garcia, Jason Zaugg, Hubert Plociniczak, Viktor Klang, Martin Odersky**
Expand Down
3 changes: 3 additions & 0 deletions sips/pending/_posts/2013-06-10-spores.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
layout: sip
disqus: true
title: SIP-21 - Spores

vote-status: under review
vote-text: Next iteration takes place in November 2016. Check <a href="http://localhost:4000/sips/minutes/sip-20th-september-minutes.html">September's minutes</a>.
---

**By: Heather Miller, Martin Odersky, and Philipp Haller**
Expand Down
3 changes: 3 additions & 0 deletions sips/pending/_posts/2013-06-30-async.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
layout: sip
disqus: true
title: SIP-22 - Async

vote-status: postponed
vote-text: Authors have asked to postpone until further notice. They will eventually open the proposal when some details in the implementation are ready. Check <a href="http://localhost:4000/sips/minutes/sip-minutes.html">July's minutes</a>.
---

**By: Philipp Haller and Jason Zaugg**
Expand Down
9 changes: 5 additions & 4 deletions sips/pending/_posts/2016-09-09-inline-meta.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
---
layout: sip
disqus: true
title: SIP-NN - Inline/meta
---
title: SIP-28 and SIP-29 - Inline meta

# SIP-NN: Inline/meta
vote-status: numbered
vote-text: The following proposal has been split and numbered as SIP-28 (Inline) and SIP-29 (Meta). For more information on this decision, check the <a href="http://docs.scala-lang.org/sips/minutes/sip-20th-september-minutes.html">minutes</a>.
---

**By: Eugene Burmako, Sébastien Doeraene, Vojin Jovanovic, Martin Odersky, Dmitry Petrashko, Denys Shabalin**

Expand Down Expand Up @@ -1020,4 +1021,4 @@ mandated by the SIP process.
[FeedbackWebsite]: http://gitter.im/scalameta/sips
[AppendixInteraction]: https://gist.github.com/xeno-by/e26a904051a171e4bc8b9096630220a7
[AppendixExpansion]: https://gist.github.com/xeno-by/5dde62aedcc23afc85ecf4d795ac67c2
[AppendixMeta]: https://gist.github.com/xeno-by/9741ce7532cb30368b3753521bbfce4e
[AppendixMeta]: https://gist.github.com/xeno-by/9741ce7532cb30368b3753521bbfce4e