Skip to content

Commit 85f9b2b

Browse files
committed
Make mention of two known bugs in this milestone.
1 parent 6b91f61 commit 85f9b2b

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

hand-written.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ Please give 2.11.0-M3 a spin! This release is *not* binary compatible with the 2
99

1010
We'd love to hear about any regressions since 2.10.1. You can file bugs in [JIRA](https://issues.scala-lang.org/secure/CreateIssue.jspa?pid=10005&issuetype=1). Before doing so, please search for existing bugs and/or consult with the [scala-user](https://groups.google.com/forum/?fromgroups#!forum/scala-user) mailing list to be sure it is a geniune problem. Please set the 'Affects Version' field to 2.11.0-M3 and add the tag `regression`.
1111

12+
In particular, be aware that the complete fix for [SI-7486](https://issues.scala-lang.org/browse/SI-7486)
13+
is not included in this milestone. If you encounter this, the workaround is to annotate the return type
14+
of implicit members (which is a good practice, in any case.)
15+
16+
We are also aware of an issue with macros and named arguments [SI-7516](https://issues.scala-lang.org/browse/SI-7516).
17+
This will be fixed in the next milestone.
18+
1219
<!--break-->
1320

1421
### Scala IDE for Eclipse

release-notes.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)