Dave Halter
|
bad1f85f8f
|
Improvements towards arrays / predefined names logic.
|
2016-11-25 23:31:45 +01:00 |
|
Dave Halter
|
31514dfe76
|
Fix a lot on PEP 484.
|
2016-11-14 23:29:09 +01:00 |
|
Dave Halter
|
f605359c16
|
More comprehension issues.
|
2016-07-28 18:12:41 +02:00 |
|
Claude
|
ca08b8270b
|
combine power-or-atom_expr statements into one statement
|
2016-02-15 10:20:25 +01:00 |
|
Claude
|
bf5acb4c7a
|
once more: python 3.5 uses atom_expr node in many places where previous python would use power node
|
2016-02-09 19:34:44 +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
|
106f6f7f5a
|
too many values and too few values errors implemented for list comprehensions tuple unpacking.
|
2015-12-12 14:09:57 +01:00 |
|
Dave Halter
|
b10a048167
|
Get rid of Array.values() and Array.__iter__().
|
2015-12-10 15:56:45 +01:00 |
|
Dave Halter
|
9bd6e6c340
|
Fix: iterators are working smoothly now. Finally tests are passing again.
|
2015-12-10 04:37:23 +01:00 |
|
Dave Halter
|
db060c70c9
|
Start creating py__getitem__.
|
2015-12-04 12:08:29 +01:00 |
|
Dave Halter
|
21faf2431a
|
Added isinstance type checks in the linter.
|
2015-12-03 16:14:26 +01:00 |
|
Dave Halter
|
84c43bf2dc
|
Correct issues with slices and some more subtle bugs.
|
2015-11-01 21:30:41 +01:00 |
|
Dave Halter
|
786217acad
|
Prepare replacing get_iterator_types.
|
2015-09-22 17:34:46 +02:00 |
|
Dave Halter
|
6477944934
|
Finally able to remove the get_executable_nodes function.
|
2015-09-21 14:50:51 +02:00 |
|
Dave Halter
|
4180b6590d
|
Move static analysis documentation of the names for nodes_to_execute.
|
2015-09-21 14:49:36 +02:00 |
|
Dave Halter
|
f455605399
|
Remove final bugs from the execute_nodes implementation.
|
2015-09-21 14:43:51 +02:00 |
|
Dave Halter
|
e47ca7b734
|
Removed an important line by accident earlier.
|
2015-09-21 14:02:42 +02:00 |
|
Dave Halter
|
e09b0a2aab
|
Finish the work on nodes_to_execute.
|
2015-09-18 01:45:44 +02:00 |
|
Dave Halter
|
fdcf19f8b1
|
Document parser nodes that require execution for good static analysis.
|
2015-09-15 14:09:12 +02:00 |
|
Dave Halter
|
e7528198d3
|
Fix an issue with raise statements in the linter.
|
2015-09-13 23:45:53 +02:00 |
|
Dave Halter
|
ef4b424cda
|
Replace pr with tree, #566.
|
2015-04-28 01:34:31 +02:00 |
|
Dave Halter
|
76588aa040
|
Static analysis issues resolved (that were cause by the removal of using ExprStmt for every node).
|
2015-03-05 14:18:10 +01:00 |
|
Dave Halter
|
e698e6aeeb
|
Rework some of the analysis statement gathering.
|
2015-03-05 13:36:41 +01:00 |
|
Dave Halter
|
f0c6e5709c
|
Some temporary args/kwargs related changes to static analysis.
|
2014-12-15 14:58:16 +01:00 |
|
Dave Halter
|
ddd4d675f6
|
star args improvements
|
2014-12-13 08:17:38 +01:00 |
|
Dave Halter
|
a4c454c103
|
Fix for unwanted NameError exception in static analysis with named params.
|
2014-12-12 14:52:34 +01:00 |
|
Dave Halter
|
e8cc8f0a83
|
Get hasattr checks completely working
|
2014-12-12 02:34:25 +01:00 |
|
Dave Halter
|
8eaa008b5f
|
Fix try/except checks in static analysis.
|
2014-12-12 02:26:16 +01:00 |
|
Dave Halter
|
c3106c10ef
|
Fix flow's AttributeError detection.
|
2014-12-11 19:26:49 +01:00 |
|
Dave Halter
|
d11ea73ef4
|
Re-enable AttributeError/NameError detection for more complicated occurances than just statements.
|
2014-12-11 19:18:00 +01:00 |
|
Dave Halter
|
77fdbac234
|
static analysis: Import tests working again.
|
2014-12-11 16:25:18 +01:00 |
|
Dave Halter
|
6818d3affa
|
Implement Import.is_nested method.
|
2014-12-11 16:17:07 +01:00 |
|
Dave Halter
|
6406bfb3c2
|
First static analysis test working.
|
2014-12-11 15:42:16 +01:00 |
|
Dave Halter
|
c152a1c58b
|
Actually replace tree with representation (in all the imports).
|
2014-11-23 19:46:52 +01:00 |
|
Dave Halter
|
2fc67b97e5
|
Disable analysis for now.
|
2014-11-13 00:28:42 +01:00 |
|
Dave Halter
|
65c18f143c
|
Separate some Generator stuff.
|
2014-11-12 13:42:24 +01:00 |
|
Dave Halter
|
186ce2b70a
|
Improve flow analysis a bit.
|
2014-11-05 19:18:45 +01:00 |
|
Dave Halter
|
8006d6f190
|
Change implementation of StatementElement.
Instead of having both next and execution as attributes, we now only have next, because it's an execution if there's an array.
|
2014-08-18 22:25:55 +02:00 |
|
Danilo Bargen
|
c97e1732ee
|
Operator statement wrapper was missing (fixes #436)
|
2014-07-27 12:53:18 +02:00 |
|
Dave Halter
|
50ceef6e09
|
1 + '1' TypeErrors are now detected, but not shown in the right place
|
2014-07-22 10:44:56 +02:00 |
|
Dave Halter
|
1c9058ce6b
|
Also issue warnings if setattr is used in a class instead of an error
|
2014-06-26 13:40:15 +02:00 |
|
Dave Halter
|
a936cea987
|
jedi issues now warnings instead of errors for AttributeErrors that happen in instances with __getattr__/__getattribute__ methods
|
2014-06-26 12:21:19 +02:00 |
|
Dave Halter
|
7e0edc4776
|
preparation for warnings in static analysis
|
2014-06-26 11:57:44 +02:00 |
|
Dave Halter
|
393833059a
|
fixed inheritance for exception checks
|
2014-06-23 13:01:12 +02:00 |
|
Dave Halter
|
c1181a0459
|
fix except: usage in analysis
|
2014-06-23 12:13:10 +02:00 |
|
Dave Halter
|
9348d4bb6c
|
jedi should be able to detect exceptions even in except X: statements
|
2014-06-23 12:07:51 +02:00 |
|
Dave Halter
|
63868feb5d
|
hasattr checks working now, #408
|
2014-06-10 16:08:53 +02:00 |
|
Dave Halter
|
c8b7d79b54
|
erroneus star arguments warning
|
2014-06-07 13:10:19 +02:00 |
|
Dave Halter
|
f061de0f74
|
Wrong var_args with a star star function.
|
2014-06-06 16:49:53 +02:00 |
|
Dave Halter
|
f3e986a285
|
add multiple values for keyword type error detection
|
2014-05-26 18:40:02 +02:00 |
|