-
**Feature**
I would like to have TypeVars in my stubs that do not appear in my source code, but `stubtest` will flag the typevar as not present at runtime. Therefore, I decided to put them all in `…
-
**Github username:** --
**Twitter username:** --
**Submission hash (on-chain):** 0x424968ab3d79099a13a0fe81d430ce6f3155b65ef87c7af41555d137fd4abd9f
**Severity:** medium
**Description:**
**Descriptio…
-
Importing the same top-level module through two submodule imports, one at runtime and one in a type-checking block, results in `TCH004` false positives.
This is certainly more of an edge case, seems …
-
Code in the wild can supply values to routines that are accidentally or intentionally invalid, for example
- negative values of temperature
- vanishing values of density
Currently, there is ver…
-
Errors have got to have position information or it's just impossible to tell what went wrong. Both syntax errors and runtime errors.
Function arity problems are going to be rampant. The language is l…
-
### Description
If you do not have a treesitter for a specific filetype for me it's latex you get errors every time your cursor is on a filetype.
The filetype is disabled in treesitter.
```
Erro…
-
This issue exists to let you know that we are about to monitor the builds
of the LLVM (v20.0.0, llvm/llvm-project@ c236dbc) snapshot for 20241110.
At certain intervals the CI system will update th…
-
# Feature or enhancement
Add the class `dataclasses.Dataclass` that
- supports instance and subclass checks using similar logic as `dataclasses.is_dataclass`, and
- blocks inheritance in `__init_…
-
In general, runtimes will deduplicate and canonicalize function types so that a signature can have a single engine-wide ID that can be used when type checking indirect calls across modules (or user fu…
-
With the recent movement to put some major Wasm proposals behind crate features, e.g. `component-model` and `gc`, I was wondering if this was also practical or useful for the very large 128-bit `simd`…