KotlinIsland / KotlinIsland/basedpython
show a warning when `Unknown` is inferred
Abierto
- Lenguaje dominante
- Rust
- Estrellas
- 16
- Forks
- 0
- Merge medio
- 17 h 32 min
- PR fusionados (30 d)
- 20
Descripción
```py
class A:
a = None # expect a warning or `None`, not `None | Unknown`
```
Guía de contribución
Línea de trabajo
Start with the type-inference path exercised by the `class A` example and trace how `None` becomes `None | Unknown`. Confirm the intended behavior in the existing checker tests, then ensure this case produces a warning or infers `None` without `Unknown` and add coverage for the example.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- python, rust
- Área
- compilers
- Tipo de issue
- Error
- Dificultad
- 3/5
- Tiempo estimado
- 1-2 días
- Estado de actividad
- Tranquilo
- Claridad
- Bastante claro
- Aptitud para principiantes
- 55/100