Scala 2.8.0 何时发布?

发布于 2024-08-06 13:18:45 字数 24 浏览 4 评论 0原文

或者候选版本?我的谷歌搜索失败了。

Or a release candidate? My google-fu fails me.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(5

风尘浪孓 2024-08-13 13:18:45

这有点过时了,但给出了一个粗略的想法:

http://www.nabble.com/Re%3A-Any-guesstimated-release-dates-for-2.8-final--p24919161.html

根据我的经验晚上睡觉,并将一些代码移植到 2.8,我会在这些估计上增加大约 2 个月。您可以在这里感受一下活动:

https://lampsvn.epfl.ch/trac/scala/timeline

2.8 是一个版本,包括:

  • 未嵌套的包
  • 新的集合库
    • 可变集合的 hashCode() 现在会抛出 Unhashable
  • 新数组
  • 命名/默认参数
    • 案例类生成 copy() 方法
  • @specialized
  • 固定等式/哈希码处理基元和装箱基元
  • RichString 替换为 WrappedString
    • 这样 "abc".reverse.reverse == "abc"
  • 能够控制注释目标(即字段、getter 或 setter;类或构造函数)
  • 支持嵌套注释
  • 分隔延续 编译器插件
  • 对 Eclipse Scala 提供更好的编译器支持插件
  • 重构的参与者实现
  • 重构的模式匹配器实现
  • 调整规则以隐含
  • 许多其他错误修复...

这就是说,可能需要一些候选版本才能达到难以捉摸的 2.8.0 状态。

This is a little out of date, but gives a rough idea:

http://www.nabble.com/Re%3A-Any-guesstimated-release-dates-for-2.8-final--p24919161.html

Based on my experience with the nightlies, and porting some code to 2.8, I would add about 2 months to those estimates. You can get a feel for the activity here:

https: // lampsvn.epfl.ch/trac/scala/timeline

2.8 is a big release, including:

  • unnested packages
  • new collections library
    • hashCode() of mutable collections now throws Unhashable
  • new arrays
  • named/default params
    • case classes generate copy() methods
  • @specialised
  • fixed equality / hash code handling across primitives and boxed primitives
  • RichString replaced by WrappedString
    • so that "abc".reverse.reverse == "abc"
  • ability to control annotation targeting (i.e. field, getter or setter; class or constructor)
  • support for nested annotations
  • delimited continuations compiler plugin
  • better compiler support for the Eclipse Scala Plugin
  • refactored actors implementation
  • refactored pattern matcher implementation
  • tweaked rules for implicits
  • many other bug fixes...

Which is to say that it is likely to take a few release candidates to reach the elusive 2.8.0 status.

黯然#的苍凉 2024-08-13 13:18:45

询问 Scala 邮件列表,Grasshopper。

http://www.scala-lang.org/node/199

Ask the Scala mailing list, Grasshopper.

http://www.scala-lang.org/node/199

月棠 2024-08-13 13:18:45

2.8.0 Beta 1 Release Candidate 4 刚刚发布。他们快到了!

2.8.0 Beta 1 Release Candidate 4 was just released. They're getting there!

末蓝 2024-08-13 13:18:45

这是因为尚未确定具体日期。

That's because no firm dates have been set.

眼波传意 2024-08-13 13:18:45

我认为尚未确定任何发布日期。 2.8 是一个重大版本,所以不要屏住呼吸。

同时,您可以获得每晚构建。我已经使用夜视仪几个月了,效果非常好。不过,在下载 nightly 之前,请确保检查 Hudson 服务器 以确保构建确实有效成功了。

I don't think any release date has been set. 2.8 is a big release though, so don't hold your breath.

In the mean time, you can get a nightly build. I've been using the nightlies for several months, and they work pretty well. Before downloading a nightly though, make sure you check the Hudson server to make sure the build actually succeeded.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文