Skip to content

Commit abde058

Browse files
committed
1 parent 3609582 commit abde058

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2014-07-28-roadmap-next.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This release focuses on improving the standard library.
2727
1. Lazy collections through improved views, including Java 8 streams interop.
2828
2. Parallel collections with performance improvements obtained from operation fusion and more efficient parallel scheduling.
2929
3. An integrated abstraction to handle validation.
30-
3. The (independent) [scala.meta](hxxp://scalamacros.org/news/2014/07/16/roadmap-for-scala-macros.html) project aims to establish a new standard for reflection and macro programming. It will be considered for integration in the standard library once it is mature and stable.
30+
3. The (independent) [scala.meta](https://web.archive.org/web/20140801143621/https://scalamacros.org/news/2014/07/16/roadmap-for-scala-macros.html) project aims to establish a new standard for reflection and macro programming. It will be considered for integration in the standard library once it is mature and stable.
3131
4. As in every Scala release, we’ll also work on improving compiler performance. Since this release focuses on the library, compiler changes will be strictly internal.
3232

3333
Backwards compatibility and migration strategy: The changes to collections might require source code to be rewritten, even though this should be rare. However, we aim to maintain source code compatibility modulo an automatic migration tool (analogous to `go fix` for Go) that can do the rewriting automatically. Ideally, that tool should be robust and expressive enough to support cross-building.

0 commit comments

Comments
 (0)