HaxeFoundation / HaxeFoundation/haxe
[display] detect unused type parameters
Open
enhancement
feature-ide
- Dominant language
- Haxe
- Stars
- 6.9k
- Forks
- 715
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 11
Description
We should have an unused code diagnostic for type parameters, e.g:
```haxe
class Main {
static function main() {}
}
```
Contributor guide
Research direction
The issue names no source file, test, or entry point. Start by locating the compiler's display diagnostics and the handling of type parameters; done means the example reports an unused type-parameter diagnostic for T without flagging used type parameters.
Written by the indexing model from the issue text.
Assessment
- Domain
- compilers
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100