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

Scala Meeting report, 2010-02-09

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.

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

Report from the Scala Core Team meeting, 2010-02-09:

People attending the meeting: Hubert, Eugene, Phil, Alex, Tiark, Adriaan,
Toni, Iulian, Philipp, Donna, Ingo.

* Current work
- bug fixing
- more Visual Studio integration
- parallel sequences
- reactive implementation
- continuations
- work on dependent method types and their interaction with implicits
- slices and vectors
- uniqueness plugin, ARM pattern

* Regex
- We will rename the method `replaceAllMatchesIn` to `replaceAllIn`.
- We will add the method `replaceSomeIn(java.lang.CharSequence, Match =>
Option[String]): String` which optionally replaces matches in the character
sequence. Other existing methods will be left as they were.
- More in general, we will set a policy concerning changes in the
interface with respect to Beta1 once Martin returns

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