KotlinIsland / KotlinIsland/basedtyping
cringifier: handle type-guards that aren't the first param
Open
- Dominant language
- Python
- Stars
- 12
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
```py
def f(a, b) -> b is int: ...
```
with an exception i think
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the cringifier entry point and the existing handling for type guards on the first parameter. Investigate how the shown function is parsed and clarify what exception, if any, should apply. Done means the non-first-parameter case has defined behavior and coverage in the relevant tests.
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
- Needs clarification
- Newbie friendliness
- 35/100