Skip to content

Commit d141cdc

Browse files
committed
Add prioritization chapter and remove unresolved questions
1 parent c06793b commit d141cdc

File tree

1 file changed

+15
-8
lines changed

1 file changed

+15
-8
lines changed

doc/roadmap-2021.md

+15-8
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,21 @@ repository. This made syncing between the two repositories easier. A
200200
to it that might be useful for the Rust repo, e.g. `cargo dev deprecate`.
201201
3. Easier sync process. The `subtree` situation is not ideal.
202202

203+
## Prioritization
204+
205+
The most pressing issues for users of Clippy are of course the user facing
206+
issues. So there should be a priority on those issues, but without losing track
207+
of the internal issues listed in this document.
208+
209+
Getting the FP rate of warn/deny-by-default lints under control should have the
210+
highest priority. Other user facing issues should also get a high priority, but
211+
shouldn't be in the way of addressing internal issues.
212+
213+
To better manage the upcoming projects, the basic internal processes, like
214+
meetings, tracking issues and documentation, should be established as soon as
215+
possible. They might even be necessary to properly manage the projects,
216+
regarding the user facing issues.
217+
203218
# Prior Art
204219

205220
## Rust Roadmap
@@ -218,11 +233,3 @@ This roadmap is pretty big and not all items listed in this document might be
218233
addressed during 2021. Because this is the first roadmap for Clippy, having open
219234
tasks at the end of 2021 is fine, but they should be revisited in the 2022
220235
roadmap.
221-
222-
# Unresolved Questions
223-
224-
## Prioritization
225-
226-
This document is not in the order from highest to lowest priority, but grouped
227-
into tasks that address the same broader topic. Prioritizing these tasks might
228-
help to get them completed.

0 commit comments

Comments
 (0)