1
0
forked from VimPlug/jedi
Commit Graph

224 Commits

Author SHA1 Message Date
Dave Halter 870f5da354 use execute method instead of Execution creators 2013-12-28 21:21:15 +01:00
Dave Halter 75a1b6f8cb follow_paths -> follow_path, follow_path -> _follow_path 2013-12-28 15:00:04 +01:00
Dave Halter 7347c46502 expression_list instead of commands in more places 2013-12-27 14:32:15 +01:00
Dave Halter 4af92b166a use expression_list instead of commands or call_list 2013-12-27 14:24:14 +01:00
Dave Halter eb30c3e6cf follow_statement -> eval_statement 2013-12-27 11:55:35 +01:00
Dave Halter c862afb967 fix a few nasty bugs 2013-12-27 01:27:07 +01:00
Dave Halter ff983f70bc fix execution recursion decorators 2013-12-26 18:01:54 +01:00
Dave Halter 002b7001ca pass more than half of the integration tests, more bugfixes 2013-12-25 18:38:23 +01:00
Dave Halter f039bc3fc9 fix docstrings with evaluator stuff 2013-12-25 18:31:42 +01:00
Dave Halter d86f180d2e bug fixes for dynamic/iterator stuff 2013-12-25 18:28:56 +01:00
Dave Halter 5d486f0e3c fix a lot of the dynamic issues 2013-12-25 18:16:40 +01:00
Dave Halter ef764d39d8 evaluator stuff for dynamic 2013-12-25 01:54:51 +01:00
Dave Halter 8326658134 more improvements, so that almost all import tests pass again 2013-12-24 19:55:11 +01:00
Dave Halter 39ed0d0f8a most evaluate representation classes probably receive the evaluator instance now 2013-12-24 19:47:52 +01:00
Dave Halter ab2c6bf45d integrate memoize caches into evaluator 2013-12-24 18:46:51 +01:00
Dave Halter 066056fb2b memoize_default should always take a first argument 2013-12-24 18:06:15 +01:00
Dave Halter 56457a9c8c ImportPath has now also an _evaluator 2013-12-24 18:00:00 +01:00
Dave Halter d25cc6e1fe it should be _evaluator not evaluator 2013-12-24 17:52:01 +01:00
Dave Halter eedadbfe95 temporary interfaces subclass. let's see if we need to keep it 2013-12-24 17:27:06 +01:00
Dave Halter cd8880d8ef move recursion.py to evaluate folder 2013-12-24 17:19:07 +01:00
Dave Halter cf4b2c4557 the whole import thing seems to be working 2013-12-24 16:28:28 +01:00
Dave Halter 7bf6ff768c first steps to world domination -> removal of the hackish sys.path modifications 2013-12-24 16:23:13 +01:00
Dave Halter ae17c66148 use evaluator everywhere in representation 2013-12-24 15:38:40 +01:00
Dave Halter cbe93298ce move evaluate and evaluate_representation to evaluate folder 2013-12-24 15:14:06 +01:00