Skip to content

Commit 777c415

Browse files
authored
Update 2018-08-30-sip-minutes.md
first changes
1 parent 31cf834 commit 777c415

File tree

1 file changed

+16
-10
lines changed

1 file changed

+16
-10
lines changed

_sips/minutes/2018-08-30-sip-minutes.md

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -50,17 +50,23 @@ Minutes were taken by Darja Jovanovic.
5050
## Proceedings
5151
### Opening Remarks
5252

53-
Jorge opens the meeting, explains SIP dynamics:
53+
**Jorge** opens the meeting, explains SIP dynamics:
5454
Selected batches (proposals for language change in Scala 3) are published on Contributors
5555
Community has 1 month deadline to discuss the proposals
5656
Committee summarises the comments and discusses during the meeting
5757
Decision / voting / postponing the discussion
5858

59-
(more in May minutes: https://docs.scala-lang.org/sips/minutes/2018-05-18-sip-minutes.html)
60-
**Miles Sabin** [YouTube time: 2’15’’ - 11’22’’ ](https://youtu.be/gnlL4PlstFY?t=136) summarised discussion on Contributors thread [“Proposal to remove auto application from the language”](https://contributors.scala-lang.org/t/proposal-to-remove-auto-application-from-the-language/2145)
61-
Focuses on the Contributors discussion rather than on the proposal itself
62-
Underlines a lack of motivation in the light of a separate issue from [Dotty: Weak eta-expansion](https://github.com/lampepfl/dotty/issues/2570)
63-
Concludes that this proposal should be aligned with eta-extension issue
59+
[More in May 2018 minutes](https://docs.scala-lang.org/sips/minutes/2018-05-18-sip-minutes.html)]
60+
61+
### Summaries of discussions of the First Scala 3 batch
62+
63+
###[“Proposal to remove auto application from the language”](https://contributors.scala-lang.org/t/proposal-to-remove-auto-application-from-the-language/2145)
64+
([YouTube time: 2’15’’ - 11’22’’ ](https://youtu.be/gnlL4PlstFY?t=136))
65+
66+
**Miles Sabin** summarised discussion on Contributors thread.
67+
- Focuses on the Contributors discussion rather than on the proposal itself
68+
- Underlines a lack of motivation in the light of a separate issue from [Dotty: Weak eta-expansion](https://github.com/lampepfl/dotty/issues/2570)
69+
- Concludes that this proposal should be aligned with eta-extension issue
6470

6571
Summary:
6672

@@ -132,11 +138,11 @@ Summary:
132138
+ Interaction with nullary constructors. Currently `class Foo` is interpreted as
133139
`class Foo()`. Mutatis mutandis for case class `apply` methods.
134140

135-
**Martin** [Youtube time: 11.37](https://youtu.be/gnlL4PlstFY?t=688) addressing a comment + compatibility
136-
Than new collections use cases as a shaper to this proposal. Agrees with Miles about ?
141+
**Martin** ([Youtube time: 11.37](https://youtu.be/gnlL4PlstFY?t=688)) mentiones that this proposal also came about due to New collection usecases that surfaced in recent work - showing that without a strict rule there is a high amount of "un-disciplined" use of (). But he agrees with Miles about merging the two proposals together.
142+
143+
**Conclusion** **Jorge** takes the task to merge the proposals and extend the motivation.
137144

138-
**Conclusion** https://youtu.be/gnlL4PlstFY?t=764 Jorge will merge something and write a motivation, reusing something Martin showed him + compatibility with Scala 2
139-
**Sébastien** [YouTube time” 14’53’ - 40’10’’](https://youtu.be/gnlL4PlstFY?t=891) summarised discussion on Contributors thread [“Proposal to remove XML literals from the language”](https://contributors.scala-lang.org/t/proposal-to-remove-xml-literals-from-the-language/2146)
145+
**Sébastien** [YouTube time” 14’53’ - 40’10’’](https://youtu.be/gnlL4PlstFY?t=891) summarised discussion on Contributors thread [“Proposal to remove XML literals from the language”](https://contributors.scala-lang.org/t/proposal-to-remove-xml-literals-from-the-language/2146)
140146
Summary:
141147
In favor of the removal
142148
Significant language specification weight, as well as compiler implementation. The whole XML spec must be embedded in Scala!

0 commit comments

Comments
 (0)