-
CN version: 9abde36d829b0db11763ebc98f72406fc3dd97bc
CN currently imposes the restriction that any conditional branching in a `predicate` definition must be the first syntactic construct. See the d…
-
-
## Overview
Currently if you import anything from a third-party package that has inline types, mypy will process all the transitive dependencies of the imported module as well. This can be pretty s…
-
Where is the line to draw for `as X as` expressions? There are some marked in EWT, such as
```
**as well as** the fun filled social dance evening held every Saturday evening
I will often have **…
-
When an if statement exists in a while scope, which is not delimited by curly brackets, Norminette expects the else of the if to be ordinated with the while.
**Erroneous code**
```
int main(void)…
-
I've found a few places where the Static Analysis Engine can't apply taint in different scenarios based on the class inheritance. I'm not sure quite how to describe it, other than it doesn't seem to …
-
Previously this task was about cleaning up the functionality of the tokens() and children() methods of TokenTrees.
The required functionality can be implemented with filtering, which allows both th…
-
I installed this package hoping it would provide more context when editing long YAML docs like Kubernetes manifests and values files, but when moving my cursor around with the major mode enabled, I on…
-
This is a tracking issue for the feature lazy type aliases.
It's considered to be a “sophisticated bug fix” for #21903, hence no RFC.
The feature gate for the issue is `#![feature(lazy_type_alias)]`…
-
The C standard allows a compiler to "contract" compound floating-point expressions by removing intermediate rounding points. Concretely, an expression `a*b+c` may be rewritten into `fma(a, b, c)`.
…