KotlinIsland / KotlinIsland/basedmypy

Intersect at type meets

Open
#439 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.