Skip to content

Commit 3b2a28f

Browse files
committed
Fix imprecisions in the SIP minutes
1 parent 9519912 commit 3b2a28f

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

sips/minutes/_posts/2016-07-15-sip-minutes.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,17 @@ Attendees Present:
5555
* Eugene Burmako ([@xeno-by](github.com/xeno-by)), EPFL
5656
* Andrew Marki ([@som-snytt](github.com/som-snytt)), independent
5757
* Josh Suereth ([@jsuereth](github.com/jsuereth)), Google
58+
* Dmitry Petrashko ([@DarkDimius](github.com/DarkDimius)), as a guest
5859
* Jorge Vicente Cantero ([@jvican](github.com/jvican)), Process Lead
5960

61+
## Guests
62+
* Dmitry Petrashko ([@DarkDimius](github.com/DarkDimius)), EPFL (guest)
63+
6064
## Proceedings
6165
### Opening Remarks
6266
As acting Process Lead, Jorge Vicente Cantero conducted the meeting, made the
6367
opening remarks, and introduced the guest Dmitry, who was present to help
64-
discuss his proposal for an improved lazy val initialization (SIP-20).
68+
discuss the proposal for an improved lazy val initialization (SIP-20).
6569

6670
### Scala Improvement Proposals
6771
#### Proposal SIP-25: Trait Parameters proposed by Martin Odersky
@@ -131,17 +135,16 @@ be resolved before resuming its evaluation.
131135
revisit the support of async/await in try/catch blocks. When that's considered,
132136
this SIP should be reopened and and it should see another round of discussion.
133137

134-
#### Proposal SIP-20: Improved lazy val initialization by Dmitry Petrashko
138+
#### Proposal SIP-20: Improved lazy val initialization presented
135139
Sebastien reviews the SIP and asks Dmitry, present in the meeting, to correct
136140
him if he's wrong. He agrees that the SIP is desirable but he's unsure about the
137141
benchmarks and which of the proposals is faster. Dmitry explains that the
138-
benchmarks are in the repo, and that in the best case the initialization doesn’t
139-
need synchronization.
142+
benchmarks are in the repository.
140143

141-
He also recommends the author to include more documentation.
144+
Sebastien also recommends the authors to include more documentation.
142145

143-
**Outcome**: Dmitry volunteers to provide an implementation in three months. The
144-
Process Lead schedules the next iteration by October 2016.
146+
**Outcome**: Dmitry says he's likely to have time to update the SIP in three
147+
months to match version implemented in Dotty which he authored. The Process Lead schedules the next iteration by October 2016.
145148

146149
#### Proposal SIP-27: Trailing Commas
147150
Eugene Burmako, who also reviewed this recently submitted SIP, explains what the

0 commit comments

Comments
 (0)