Dave Halter
|
c85426ebac
|
More detailed testing for value-error-too-few-values.
|
2015-12-14 06:54:02 +01:00 |
|
Dave Halter
|
7b8d4e86ac
|
The evaluator recursion limitations are now reset in static analysis for each node, otherwise it's incredibly unprecise.
|
2015-12-13 17:18:19 +01:00 |
|
Dave Halter
|
75ac2b9686
|
Enable better ways for analysis to analyze loop variables.
|
2015-12-11 20:25:49 +01:00 |
|
Dave Halter
|
8dee92bcc5
|
Fix: Tuple unpacking to x[0] would raise bugs.
|
2015-11-24 01:27:23 +01:00 |
|
Dave Halter
|
724f7111a8
|
Now expr_stmt tuple unpacking automatically works with static analysis.
|
2015-11-24 01:07:32 +01:00 |
|
Dave Halter
|
8ee42e24a8
|
Added a test that shouldn't throw an error when using it. However, because we omited statements to use the actual variables the bug is never seen.
|
2015-11-23 05:48:57 +01:00 |
|