KotlinIsland / KotlinIsland/basedmypy
Intersect at type meets
Open
topic-intersection
- Dominant language
- Python
- Stars
- 202
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
`meet.meet_types` currently finds the highest common descendant (there is a flag to do an intersection instead), but I think it should always do an intersection.
Contributor guide
Research direction
Locate the meet.meet_types entry point and read how it currently selects the highest common descendant and handles its intersection flag. Trace the callers and existing tests around this behavior. Done means meet.meet_types consistently performs an intersection without requiring a flag, with tests covering the changed result.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- devtools
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100