- Nov 25, 2018
-
- Oct 26, 2018
-
-
HQupgradeHQ authored
-
Jeff Widman authored
-
- Oct 15, 2018
-
-
Daniel Martin authored
Fixes astroid bug #614.
-
David Poirier authored
-
- Oct 11, 2018
-
-
Claudiu Popa authored
-
Claudiu Popa authored
This reverts commit fc407efe.
-
Claudiu Popa authored
-
Claudiu Popa authored
-
Claudiu Popa authored
-
Claudiu Popa authored
It's getting annoying from time to time as it seems to be flaky.
-
Claudiu Popa authored
-
Claudiu Popa authored
-
- Oct 10, 2018
-
-
Claudiu Popa authored
-
Claudiu Popa authored
-
Claudiu Popa authored
-
Claudiu Popa authored
The result is usually static, but we're hitting this function quite a lot for big projects such as pandas. This change is a matter of compromising between the amount of memory astroid needs for analysis (e.g. storing the results in memory) vs the wasted CPU time in calling the same function over and over.
-
Claudiu Popa authored
-
Claudiu Popa authored
-
Claudiu Popa authored
-
Claudiu Popa authored
-
Claudiu Popa authored
-
Claudiu Popa authored
-
Claudiu Popa authored
-
Claudiu Popa authored
-
Claudiu Popa authored
Uninferable acts as None so that should be enough.
-
Claudiu Popa authored
-
Claudiu Popa authored
This was initially added in e642ba33 so astroid won't skip undesired inference branches. The method though doesn't seem to influence anything as the added test is now passing regardless if we restore the path or not. The correct approach would have been to clone the context instead. But given that the context is usually used for caching already inferenced objects, we don't necessarily need to clone it here, but rather in the low level inference, where we'd know that the inference path will diverge.
-
Claudiu Popa authored
-
Claudiu Popa authored
-
- Oct 02, 2018
-
-
Claudiu Popa authored
-
Claudiu Popa authored
-
Claudiu Popa authored
-
Claudiu Popa authored
-
Claudiu Popa authored
-
Claudiu Popa authored
-
Claudiu Popa authored
-
- Sep 30, 2018
-
-
Claudiu Popa authored
-
Claudiu Popa authored
-
Claudiu Popa authored
Remove the absolute to relative path transform for coverage, which is no longer needed as tests are not installed with the package anymore
-