Dave Halter
|
ac33d5dea3
|
If branch inference should not trigger for things we don't know, fixes #1530
|
2020-03-31 22:46:31 +02:00 |
|
Dave Halter
|
febe65f737
|
Disable predefined name analysis (if stmts) for all non-analysis tasks
It's really buggy and caused quite a few issues
|
2018-01-29 00:56:29 +01:00 |
|
Dave Halter
|
d1218c97bf
|
Tests for finding if branches that are correct.
|
2015-07-01 14:44:31 +02:00 |
|
Dave Halter
|
e355ab201e
|
Tests and implementation for type on lambda and function objects.
|
2015-07-01 14:40:57 +02:00 |
|
Dave Halter
|
d694ab83a3
|
Memoizing statements doesn't work anymore.
Statements now need to be evaluated at least if predefined_names_dict is set.
|
2015-06-29 13:32:39 +02:00 |
|
Dave Halter
|
5d9fff50af
|
Static analysis tests for type errors with variables.
|
2015-06-23 18:04:36 +02:00 |
|
Dave Halter
|
6da4f1fffb
|
Static analsyis test for complex flow tests (filtering).
|
2015-06-22 22:15:02 +02:00 |
|