HaxeFoundation / HaxeFoundation/haxe
[display] consider abstracts as implementations of their underlying type
Open
discussion
enhancement
feature-ide
- Dominant language
- Haxe
- Stars
- 6.9k
- Forks
- 715
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 11
Description
I think it would make a lot of sense it abstracts were included in `display/implementation`: an `abstract A(B)` is an implementation of `B`.
Contributor guide
Research direction
Start by locating the compiler code that computes `display/implementation` and the handling of abstract types. Confirm how an abstract `A(B)` is represented, then add coverage showing that A is reported as an implementation of B; done means the display result includes this relationship without breaking existing cases.
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
- 38/100