Scala 2.8.0的最新消息:一个月之内发布最终版
Eastsun
2010-06-22
http://scala-programming-language.1934581.n4.nabble.com/Status-of-2-8-td2263878.html#a2263878
Here's an update on the progress to 2.8 final. RC6 is out since last Friday and we got very encouraging feedback on it. We will need at least one more RC because of a regression in the handling of primitive operations from 2.7, about which we found out only recently. So there will be a RC7 with so far three changes from RC6: 1. val x: Double = 10/3 will give 3.0, not 3.3333333 - that was the regression I was mentioning 2. A fix of a problem where comparing null with a boxed number could raise an NPE. 3. A fix of a problem in JavaConversions, where remove on a mutable Scala collection wrapped as a Java collection did not work. That's it. Our priorities now are to roll out 2.8 as quickly as we can, and at the same time avoid really bad regressions such as (1) above. You can help us get there by continuing to test RC6, and if you should find out about a bad problem notify the Scala team immediately. We did not find out about regression (1) for three weeks because it was discussed on nabble but not on the Scala mailing lists proper. To avoid that, if you think a problem needs to be handled and you get no ack from us, please ping again. On the other hand, now is not the time to bring up your favorite pet peeve and push for inclusion in 2.8. It's too late for that. For 2.8 we will only fix serious regressions wrt 2.7, and serious newly discovered problems. If a ticket was originally raised against 2.7 and is still open now, it will not be fixed for 2.8, but it might be fixed in the next version, which will probably come out only a couple of of months later. Timeline: We will wait one more week to get feedback on RC6. We will push out RC7 early next week. If no further problems show up RC7 would then turn into 2.8 final 10-14 days after it is released. Thanks -- Martin ----------------------------- 引用 Hi all,
RC7 has been out two weeks. We looked at all tickets reported against it and concluded that it is good to go. We will run some final tests today and tomorrow and, if everything goes well will turn the RC into the final version of 2.8.0. Cheers -- Martin |
|
wuxian_Abs
2010-06-23
看到圈子里没有scala的消息,便每隔几天去官网看2.8的消息。从RC3一直到RC6,总算看到头了。期待早日到来
|
|
pure
2010-07-12
wuxian_Abs 写道 看到圈子里没有scala的消息,便每隔几天去官网看2.8的消息。从RC3一直到RC6,总算看到头了。期待早日到来
我从r1看到r6,不知道会不会再来个R7,MGD. |
|
Eastsun
2010-07-12
pure 写道 wuxian_Abs 写道 看到圈子里没有scala的消息,便每隔几天去官网看2.8的消息。从RC3一直到RC6,总算看到头了。期待早日到来
我从r1看到r6,不知道会不会再来个R7,MGD. rc7已经发布一个多星期了。 |
|
pure
2010-07-13
Eastsun 写道 pure 写道 wuxian_Abs 写道 看到圈子里没有scala的消息,便每隔几天去官网看2.8的消息。从RC3一直到RC6,总算看到头了。期待早日到来
我从r1看到r6,不知道会不会再来个R7,MGD. rc7已经发布一个多星期了。 晕,还真没看见,官网很难看到有什么变动,新闻很少。很难等了,rc这段时间修复的问题还比较多。 |