- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
Scala Meeting report, 2010-05-18
Wed, 2010-05-19, 16:42
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-05-18
People attending the meeting: Ingo, Miguel, Iulian, Lukas, Philipp, Toni,
Martin, Hubert, Alex, Phil, Adriaan.
* Current work
- parallel collections refactoring
- bugfixing on specialization
- .net work
- fixed bug in vector concat
- work on java conversions
- general bugfixing
* 2.8.0 RC3
- some tests are currently disabled; they should be either removed or
re-enabled before the final
- we have not seen feedback from some projects on RC2. We will need to
know all is ok before the final
- some refactoring in the pattern matcher will be included in RC3, as it
is necessary for fixing some crucial bugs
- after RC3 we won't synchronize from trunk anymore. This means that all
fixes which need to go into 2.8.0 will be selectively ported across from
trunk (we will use "svnmerge" for that). After RC3 is out, the new features
targeted for 2.8.1 can go into trunk.
- what should go into RC3:
- fix for #3444
- fix for some build manager bugs
- fixes for a couple of bugs in specialization
- fix for #3304
- if they are ready, fixes for #1697 and #2337
We are aiming for an RC3 release at the end of the week.