re-think how we calculate "since" info for published lints #58342
Labels
area-devexp
For issues related to the analysis server, IDE support, linter, `dart fix`, and diagnostic messages.
contributions-welcome
Contributions welcome to help resolve this (the resolution is expected to be clear from the issue)
devexp-linter
Issues with the analyzer's support for the linter package
P3
A lower priority bug or feature request
type-documentation
A request to add or improve documentation
type-enhancement
A request for a change that isn't a bug
type-task
A well-defined stand-alone task
Context: SpinlockLabs/github.dart#244 (comment).
We currently use a very naive method to fetch all (and increasingly many) SDK repo tags to calculate when a lint was first included in an SDK and this is turning out to no longer scale. (Our caching scheme doesn't play nice with the frequent releases either.)
We should really re-think it.
The text was updated successfully, but these errors were encountered: