Skip to content

Commit 9b75f57

Browse files
Update docs/blog/_posts/2020-06-16-25th-dotty-milestone-release.md
Co-authored-by: odersky <odersky@gmail.com>
1 parent cd8bc33 commit 9b75f57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/blog/_posts/2020-06-16-25th-dotty-milestone-release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ object Macro1 {
3232

3333
Currently, this is a work in progress. You can dive deeper into the current state of things by looking at PR [#8811](https://github.com/lampepfl/dotty/pull/8811).
3434

35-
# Speed up the compiler when programming with givens
35+
# Avoid excessive slowdowns when suggesting missing imports in error messages
3636
Dotty brings to the user an enhanced error reporting when it comes to programming with givens. This better error reporting, however, proved to be a trade-off. Sometimes it takes an unreasonable amount of time and space to compute a quality suggestion to the end user.
3737

3838
A number of users reported considerable slowdowns when it comes to programming with implicits. To address this issue, we have modified the logic for given imports suggestion. We introduced a per-run budget of 10 seconds, so it is guaranteed that it won't take longer than that time to compute all the given imports.

0 commit comments

Comments
 (0)