Commit Graph

  • 0619d58cd3 search_params -> search_param_names Dave Halter 2019-08-24 13:47:19 +02:00
  • b1d2f2462b get_executed_params_and_issues -> get_executed_param_names_and_issues Dave Halter 2019-08-24 13:45:47 +02:00
  • bccc85f453 Remove a strange comment Dave Halter 2019-08-24 13:41:41 +02:00
  • 4db6793719 Remove an isisinstance check that is no longer needed Dave Halter 2019-08-24 13:40:03 +02:00
  • ec6fa0c97c Differentiate between a public name and an internal string_name Dave Halter 2019-08-24 13:31:17 +02:00
  • 8b1f35a8b1 Use get_kind in ExecutedParam Dave Halter 2019-08-24 13:20:53 +02:00
  • e7020bea3d Use infer_annotation only from param name Dave Halter 2019-08-24 13:09:00 +02:00
  • bb3eb23864 Move docstring param recognizing Dave Halter 2019-08-24 12:32:50 +02:00
  • 88cf198552 Avoid function executions if they are not necessary Dave Halter 2019-08-24 11:59:13 +02:00
  • e0f26dd7a1 get_function_execution -> as_context Dave Halter 2019-08-24 11:11:00 +02:00
  • d913d7d701 Don't use filter_name for global completions Dave Halter 2019-08-24 11:02:45 +02:00
  • dd6befdc52 Cosmetics Dave Halter 2019-08-24 03:22:14 +02:00
  • c1d8454f0c Finally get rid of NameFinder Dave Halter 2019-08-24 03:20:21 +02:00
  • c4b0b45a1d Move the isinstance checks out of finder Dave Halter 2019-08-24 03:09:40 +02:00
  • eba088b049 Move some static analysis details out of finder Dave Halter 2019-08-24 02:48:03 +02:00
  • ba67d384c1 Remove predefined_names from value, it's not needed anymore Dave Halter 2019-08-24 02:41:10 +02:00
  • ba9c318d22 Move predefine_names to context Dave Halter 2019-08-24 02:39:51 +02:00
  • ce3ec4eecb Rename value -> context for some more places Dave Halter 2019-08-24 02:36:29 +02:00
  • e148d5120f Move some finder stuff around Dave Halter 2019-08-24 02:28:58 +02:00
  • 3828532065 Move a debugging statement out of finder Dave Halter 2019-08-24 02:13:52 +02:00
  • 6d361e03ac Avoid import recursions in other ways Dave Halter 2019-08-24 01:20:37 +02:00
  • 250ac77f4a Remove a check that is not needed Dave Halter 2019-08-24 01:09:26 +02:00
  • ddb2ccb657 Move error handling for py__getattribute__ Dave Halter 2019-08-24 00:59:48 +02:00
  • bd24ee2ab3 Move a paragraph Dave Halter 2019-08-24 00:45:21 +02:00
  • b13a9f7d5b Trying to move towards unifying goto and py__getattribute__ Dave Halter 2019-08-24 00:18:48 +02:00
  • fcec30dff6 Use py__getattribute__alternatives instead of overwriting py__getattribute__ Dave Halter 2019-08-23 23:04:17 +02:00
  • 0992dc7ae9 Move __getattr__ and __getattribute__ logic to instance Dave Halter 2019-08-23 21:59:01 +02:00
  • 60a73f6bac Move get_global_filters to the context module Dave Halter 2019-08-23 21:19:17 +02:00
  • a9d8f389a9 Avoid using get_global_filters if it's not needed Dave Halter 2019-08-23 20:56:00 +02:00
  • 9a3f41e63b Complete path after ~. Matthias Bussonnier 2019-08-13 07:57:00 -07:00
  • 3fcecb3d6d Move the filter search to a different place Dave Halter 2019-08-23 16:29:13 +02:00
  • ead0964282 _get_origin_scope is no longer really used Dave Halter 2019-08-23 16:21:14 +02:00
  • 0cbd1e6cff Avoid passing of contexts in multiple ways for self name filters Dave Halter 2019-08-23 15:45:26 +02:00
  • b38da47981 Prefer readability Dave Halter 2019-08-23 15:33:15 +02:00
  • c393a406ee Refactoring of the contexts to properly use inheritance Dave Halter 2019-08-23 15:27:15 +02:00
  • 7573e2033a Fix comprehension parent issues, fixes #1215 Dave Halter 2019-08-23 14:34:16 +02:00
  • ecc574025c Merge branch 'ngates/comprehension-parent' of https://github.com/gatesn/jedi into refactoring Dave Halter 2019-08-23 13:52:25 +02:00
  • 51ac055a38 Another _value removal Dave Halter 2019-08-23 13:42:07 +02:00
  • c9e4cdaba1 Get rid of another private access Dave Halter 2019-08-23 13:34:04 +02:00
  • aceef78a21 Get rid of a private access Dave Halter 2019-08-23 13:19:53 +02:00
  • 86f4f7be45 Remove a private access Dave Halter 2019-08-23 11:55:49 +02:00
  • 041fd992b3 create_value can deal with modules now Dave Halter 2019-08-23 00:45:59 +02:00
  • 05ce1c8237 Remove a test that tested a removed function Dave Halter 2019-08-23 00:26:15 +02:00
  • 3e684519e6 Very small refactoring Dave Halter 2019-08-23 00:24:30 +02:00
  • 9f3a2f93c4 Remove get_statement_of_position. It's not used anymore Dave Halter 2019-08-23 00:13:18 +02:00
  • 193ba47f50 Simplify get_user_context Dave Halter 2019-08-23 00:10:56 +02:00
  • 05fe29a156 Get rid of the node_is_value parameter Dave Halter 2019-08-23 00:02:39 +02:00
  • bd754718e1 Fix a string escape Dave Halter 2019-08-22 23:32:52 +02:00
  • df014dc527 Create create_value to eventally use on contexts for some things Dave Halter 2019-08-22 23:21:21 +02:00
  • 6d5e9f4b0f Remove node_is_object, not used anymore Dave Halter 2019-08-22 23:13:34 +02:00
  • faf6752ff8 Move create_context to a context Dave Halter 2019-08-22 22:20:38 +02:00
  • ee6331747f Use a class_context instead of a class_value for MethodValue Dave Halter 2019-08-22 22:11:14 +02:00
  • eee6810576 Small cleanup of code Dave Halter 2019-08-22 17:20:07 +02:00
  • f87f8c028b Fix context issues when working with instances Dave Halter 2019-08-22 17:11:54 +02:00
  • b97237f264 Rename the filter context argument to parent_context Dave Halter 2019-08-22 10:06:09 +02:00
  • 4e260cdadb Remove infer_element from Value Dave Halter 2019-08-22 00:35:49 +02:00
  • 337c03e5be Separate infer_import and goto_import a bit better Dave Halter 2019-08-22 00:08:13 +02:00
  • bf4d42798b Make separate methods for goto_import and infer_import Dave Halter 2019-08-21 23:58:26 +02:00
  • 2fb04db0ab Fix the weird py__path__ behavior Dave Halter 2019-08-21 23:08:42 +02:00
  • 592f3771fc Make Importer.module_context Importer._module_context Dave Halter 2019-08-21 09:56:36 +02:00
  • 925dd38c18 Remove a private access Dave Halter 2019-08-21 09:54:32 +02:00
  • 6142d18206 More rename Dave Halter 2019-08-21 09:53:48 +02:00
  • 9d34df2fed Make Slice a proper LazyValueWrapper Dave Halter 2019-08-21 09:51:47 +02:00
  • 02c96b37db Some more value -> context renames Dave Halter 2019-08-21 09:31:23 +02:00
  • 55c08e06ab Remove a hack that is no longer necessary Dave Halter 2019-08-21 09:25:15 +02:00
  • 84f6d95fde Fix a python 2 dynamic issue Dave Halter 2019-08-21 01:13:19 +02:00
  • 4cbe2898c0 Fix usage tests Dave Halter 2019-08-21 01:01:09 +02:00
  • 8a2b7f18cd Get all tests working except usage tests Dave Halter 2019-08-21 00:47:44 +02:00
  • 85f8f2a764 Fix os path resolving issues Dave Halter 2019-08-21 00:22:34 +02:00
  • 14fc5ed289 Fix more issues with where contexts are used and where values are used Dave Halter 2019-08-20 09:59:10 +02:00
  • 39b294e085 Fix some interpreter issues Dave Halter 2019-08-20 09:09:19 +02:00
  • 217b632213 Write a CompForContext that is still not in good shape but working Dave Halter 2019-08-19 21:17:11 +02:00
  • caee8e9952 Fix final gradual typing related issues Dave Halter 2019-08-19 19:43:45 +02:00
  • b19ba12566 Fix some more context issues Dave Halter 2019-08-19 19:33:12 +02:00
  • f54617867d Fix dynamic param checking Dave Halter 2019-08-18 18:19:12 +02:00
  • 6fb49eaadf as_context caching Dave Halter 2019-08-18 17:52:15 +02:00
  • 8e60689bcf valueualized_node -> contextualized_node Dave Halter 2019-08-18 00:58:33 +02:00
  • 4415de010d ValueualizedName -> ContextualizedName Dave Halter 2019-08-18 00:57:29 +02:00
  • f61246bf13 Fix quite a few more tests. Only about a fifth failing now Dave Halter 2019-08-18 00:47:21 +02:00
  • 0c419a5094 Fix class tests Dave Halter 2019-08-17 23:52:52 +02:00
  • 895e774962 Module fixes Dave Halter 2019-08-17 17:56:57 +02:00
  • a9b1de7060 execution_value -> execution_context Dave Halter 2019-08-17 17:13:29 +02:00
  • 680388a7e8 More fixes Dave Halter 2019-08-17 17:01:21 +02:00
  • 2629ff55f3 Fix some array tests Dave Halter 2019-08-17 15:42:13 +02:00
  • c6d2aa6da2 Some small improvements Dave Halter 2019-08-16 16:44:03 +02:00
  • 165639c1dd Start implementing the bulk of the context/value separation Dave Halter 2019-08-16 16:12:12 +02:00
  • d19233a338 Start working on replacing value partially with context Dave Halter 2019-08-16 13:00:05 +02:00
  • 03920502c4 infer_state -> inference_state Dave Halter 2019-08-16 11:44:30 +02:00
  • fffb39227e InferState -> InferenceState Dave Halter 2019-08-16 11:43:21 +02:00
  • 9ee6285414 Remove infer_state from filters Dave Halter 2019-08-16 09:41:23 +02:00
  • 600272366f parent_value -> parent_context Dave Halter 2019-08-15 09:36:46 +02:00
  • 2e90e3b2b1 Avoid position passing for value filters Dave Halter 2019-08-15 09:31:12 +02:00
  • 21a18c698e Differentiate in finder between get_value_filters and get_global_filters Dave Halter 2019-08-15 09:29:08 +02:00
  • 9986d8c9aa Context -> Value Dave Halter 2019-08-15 01:25:43 +02:00
  • 49f996867d NO_CONTEXTS -> NO_VALUES Dave Halter 2019-08-15 01:24:28 +02:00
  • ad4f546aca context -> value Dave Halter 2019-08-15 01:23:06 +02:00
  • 9e23f4d67b Move base_context -> base_value Dave Halter 2019-08-15 00:40:34 +02:00
  • a5dff65142 Evaluator -> InferState Dave Halter 2019-08-15 00:33:49 +02:00
  • 8157d119a7 eval_ -> infer_ Dave Halter 2019-08-15 00:20:01 +02:00
  • 199799a966 Rename some functions -> evaluate_ to infer_ Dave Halter 2019-08-15 00:15:38 +02:00