@@ -200,6 +200,21 @@ repository. This made syncing between the two repositories easier. A
200
200
to it that might be useful for the Rust repo, e.g. ` cargo dev deprecate ` .
201
201
3 . Easier sync process. The ` subtree ` situation is not ideal.
202
202
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
+
203
218
# Prior Art
204
219
205
220
## Rust Roadmap
@@ -218,11 +233,3 @@ This roadmap is pretty big and not all items listed in this document might be
218
233
addressed during 2021. Because this is the first roadmap for Clippy, having open
219
234
tasks at the end of 2021 is fine, but they should be revisited in the 2022
220
235
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