Skip to content

@static SIP is 30 not 25 #1172

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 1 commit into from
Oct 10, 2018
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
4 changes: 2 additions & 2 deletions _sips/minutes/2016-11-29-sip-minutes.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ The following agenda was distributed to attendees:
| --- | --- | --- |
| [SIP-28 and SIP-29 - Inline and meta](http://docs.scala-lang.org/sips/inline-meta.html) | Josh Suereth and Iulian Dragos | Pending |
| [SIP-24 - Repeated By Name Parameters](http://docs.scala-lang.org/sips/repeated-byname.html) | Heather Miller | Pending |
| [SIP-25:Static](https://github.com/scala/docs.scala-lang/pull/491/files)| Adriaan Moors | Pending |
|[SIP-27: Trailing commas](http://docs.scala-lang.org/sips/completed/trailing-commas.html)|Eugene Burkamo| Accepted |
| [SIP-30 - Static members](https://github.com/scala/docs.scala-lang/pull/491/files) | Adriaan Moors | Pending |
| [SIP-27 - Trailing commas](http://docs.scala-lang.org/sips/completed/trailing-commas.html) |Eugene Burkamo | Accepted |

Jorge Vicente Cantero was the Process Lead and Travis Lee was the secretary.

Expand Down
6 changes: 3 additions & 3 deletions _sips/minutes/2017-02-14-sip-minutes.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ The following agenda was distributed to attendees:

| Topic | Reviewer |
| --- | --- |
| [SIP-XX: Improving binary compatibility with @stableABI](http://docs.scala-lang.org/sips/binary-compatibility.html) | Dmitry Petrashko |
| [SIP-XX - Improving binary compatibility with @stableABI](http://docs.scala-lang.org/sips/binary-compatibility.html) | Dmitry Petrashko |
| [SIP-NN - Allow referring to other arguments in default parameters](http://docs.scala-lang.org/sips/refer-other-arguments-in-args.html) | Pathikrit Bhowmick |
| [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 |
| [SIP-30 - @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 |
| [SIP-33 - Match infix & prefix types to meet expression rules](http://docs.scala-lang.org/sips/priority-based-infix-type-precedence.html) | Oron Port |

Jorge Vicente Cantero was the Process Lead. Travis (@travissarles) was acting secretary of the meeting.
Expand Down Expand Up @@ -46,7 +46,7 @@ Absent:

### Opening Remarks

### SIP 25 - @static fields and methods in Scala objects(SI-4581)
### SIP 30 - @static fields and methods in Scala objects (SI-4581)
Jorge asks Dmitry to explain the biggest changes since the last proposal.
The biggest changes were addressing the feedback of the reader.
**Dmitry** First, he covers whether the static annotation can behave like the tail recursive annotation, which doesn't actually impact compilation but only warns if it isn't possible to make something static. Dmitry doesn't think the static annotation should have the same semantics because it affects binary compatibility.
Expand Down
2 changes: 1 addition & 1 deletion _sips/sips/2015-6-18-trait-parameters.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: sip
title: SIP 25 - Trait Parameters
title: SIP-25 - Trait Parameters
discourse: true

vote-status: "under-review"
Expand Down
2 changes: 1 addition & 1 deletion _sips/sips/2016-01-11-static-members.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: sip
title: SIP 25 - @static fields and methods in Scala objects(SI-4581)
title: SIP-30 - @static fields and methods in Scala objects (SI-4581)
discourse: true

vote-status: "under-review"
Expand Down