This page is no longer maintained — Please continue to the home page at www.scala-lang.org

Scala Meeting report, 2010-06-16

No replies
Antonio Cunei
Joined: 2008-12-16,
User offline. Last seen 3 years 22 weeks ago.

We are currently publishing a summary of each of the weekly meetings of the
Scala Core Team.

This information is made available as a service to the community. It is by
necessity rather brief and gives only a rough approximation of the main
points of discussions explored during each meeting; it should not be taken
as a source of reliable information, nor as a record of concrete or firm
decisions, nor as anything other than a record of a simple discussion.

The summary that follows is primarily intended for Scala contributors and
maintainers. If you are not a contributor to the Scala system, the
information below is unlikely to be very useful to you, and you might lack
some of the necessary background to make sense of all the discussion items.

We do not have enough people on the team to be able to write a more
complete record, and we might also not have the resources to discuss every
point in detail afterwards. Nevertheless, we hope that this record, cursory
as it is, is better than nothing.

------------------------------------------------------------------------------

Scala Meeting 2010-06-16

People attending the meeting: Adriaan, Ingo, Miguel, Toni, Hubert, Martin,
Phil, Gilles, Lukas, Alex, Iulian, Philipp.

* Current work
- bug fixing
- more work on .msil support
- released RC4/RC5
- work on improved concat
- work on hash tries, merge function
- work on reflection library

* 2.8.0
- Functions and named args:
http://scala-programming-language.1934581.n4.nabble.com/2-8-nesting-beha...
Decision: revert to old parsing behavior, f(z = _) means f(x => z = x).
- groupBy: static type can be changed from Map to immutable.Map; will be
included in 2.8.0
- #3563: regression from 2.7: will be fixed
- NotNull bugs: there is a new -Y option
- #3420: inline warnings: patch reviewed
- owner of use cases in scaladoc were wrong. fix will be included in 2.8.0
- Goal: RC6 tomorrow

* Scaladoc
- There is a new Trac user "scaladoc_team" for all Scaladoc-related tickets

* Android
There are now many Android examples, and more detailed instructions on how
to build Android applications with Scala, thanks to Stéphane Micheloud. He
also found a better tool to reduce library size than ProGuard. His page is
at http://lamp.epfl.ch/~michelou/android, we should include this
information on the main Scala website.

Copyright © 2012 École Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland