Skip to content

Commit 0a3e48c

Browse files
committed
link: list of related issues
Signed-off-by: Josh Soref <[email protected]>
1 parent cd76fe7 commit 0a3e48c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

blog/_posts/2023-01-31-scala-center-2023-roadmap.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,7 @@ library, we will:
161161

162162
- **Make the compiler error messages clearer and more actionable.** The compiler should help developers write correct code
163163
instead of “just complaining” about incorrect code. The compiler should also guide you to write maintainable code (ie,
164-
it should provide linting features). You can find a list of related issues
165-
[here](https://github.com/scala/scala3/issues?q=is%3Aopen+is%3Aissue+label%3Aarea%3Areporting).
164+
it should provide linting features). You can find a [list of related issues](https://github.com/scala/scala3/issues?q=is%3Aopen+is%3Aissue+label%3Aarea%3Areporting).
166165
- **Bring the compiler’s suggestions into the IDEs.** Instead of emitting only text output, the compiler
167166
will produce structured output that IDEs (Metals and IntelliJ) will be able to read to automatically provide “quick
168167
fixes” to the users. This should reduce the implementation (and maintenance) costs on the IDE side.

0 commit comments

Comments
 (0)