Dave Halter
|
7ef07b576f
|
Merge branch 'master' into typeddict
|
2020-02-07 04:03:27 +01:00 |
|
Dave Halter
|
4c7179bc87
|
Generate type hints, fixes #987
|
2020-02-02 16:55:10 +01:00 |
|
Dave Halter
|
8eb980db73
|
Create the basics to work with TypedDict in the future
|
2020-01-26 19:25:23 +01:00 |
|
Dave Halter
|
11a12d6ca8
|
Refactor execute_operation a bit
|
2020-01-12 13:01:08 +01:00 |
|
Dave Halter
|
4837822e32
|
Revert "Use the root implementation for get_root_context"
Was not able to pass the tests with it.
This reverts commit ba6cd1e2d4.
|
2020-01-01 12:18:44 +01:00 |
|
Dave Halter
|
ba6cd1e2d4
|
Use the root implementation for get_root_context
|
2020-01-01 03:24:09 +01:00 |
|
Dave Halter
|
dd89325441
|
Make sure py__name__ and name are defined on all values
|
2019-12-27 00:31:58 +01:00 |
|
Dave Halter
|
700bd12122
|
Improve call signature detection by a lot
Fixes #1399
|
2019-12-04 23:55:26 +01:00 |
|
Dave Halter
|
4ba3dc69b3
|
Make sure we use the right context in case of goto with decorators, fixes #1427
|
2019-12-04 00:25:43 +01:00 |
|
Dave Halter
|
c38e4fce70
|
Make sure py__get__ is defined on all values
Also define matches_signature on all signatures, there's definitely cases where that might be called
|
2019-11-29 15:04:04 +01:00 |
|
Dave Halter
|
aea2ddcbd8
|
ContextualizedName -> TreeNameDefinition
|
2019-09-05 00:15:38 +02:00 |
|
Dave Halter
|
8311328a8e
|
Get py__simple_getitem__ modifications working for list/dict instances
|
2019-08-26 21:48:41 +02:00 |
|
Dave Halter
|
24b392b915
|
Random objects should not be affected by list/dict modifications
|
2019-08-26 19:28:30 +02:00 |
|
Dave Halter
|
e0f26dd7a1
|
get_function_execution -> as_context
|
2019-08-24 11:16:20 +02:00 |
|
Dave Halter
|
dd6befdc52
|
Cosmetics
|
2019-08-24 03:22:26 +02:00 |
|
Dave Halter
|
c1d8454f0c
|
Finally get rid of NameFinder
|
2019-08-24 03:21:00 +02:00 |
|
Dave Halter
|
ba67d384c1
|
Remove predefined_names from value, it's not needed anymore
|
2019-08-24 02:41:10 +02:00 |
|
Dave Halter
|
e148d5120f
|
Move some finder stuff around
|
2019-08-24 02:28:58 +02:00 |
|
Dave Halter
|
3828532065
|
Move a debugging statement out of finder
|
2019-08-24 02:13:52 +02:00 |
|
Dave Halter
|
250ac77f4a
|
Remove a check that is not needed
|
2019-08-24 01:11:31 +02:00 |
|
Dave Halter
|
ddb2ccb657
|
Move error handling for py__getattribute__
|
2019-08-24 00:59:48 +02:00 |
|
Dave Halter
|
b13a9f7d5b
|
Trying to move towards unifying goto and py__getattribute__
|
2019-08-24 00:18:48 +02:00 |
|
Dave Halter
|
fcec30dff6
|
Use py__getattribute__alternatives instead of overwriting py__getattribute__
|
2019-08-23 23:04:17 +02:00 |
|
Dave Halter
|
3fcecb3d6d
|
Move the filter search to a different place
|
2019-08-23 16:29:13 +02:00 |
|
Dave Halter
|
4e260cdadb
|
Remove infer_element from Value
|
2019-08-22 00:36:15 +02:00 |
|
Dave Halter
|
9d34df2fed
|
Make Slice a proper LazyValueWrapper
|
2019-08-21 09:51:47 +02:00 |
|
Dave Halter
|
b19ba12566
|
Fix some more context issues
|
2019-08-19 19:33:12 +02:00 |
|
Dave Halter
|
6fb49eaadf
|
as_context caching
|
2019-08-18 17:52:15 +02:00 |
|
Dave Halter
|
8e60689bcf
|
valueualized_node -> contextualized_node
|
2019-08-18 00:58:33 +02:00 |
|
Dave Halter
|
4415de010d
|
ValueualizedName -> ContextualizedName
Basically a change back to an older version
|
2019-08-18 00:57:29 +02:00 |
|
Dave Halter
|
0c419a5094
|
Fix class tests
|
2019-08-17 23:52:52 +02:00 |
|
Dave Halter
|
680388a7e8
|
More fixes
|
2019-08-17 17:01:21 +02:00 |
|
Dave Halter
|
2629ff55f3
|
Fix some array tests
|
2019-08-17 15:42:13 +02:00 |
|
Dave Halter
|
165639c1dd
|
Start implementing the bulk of the context/value separation
|
2019-08-16 16:12:12 +02:00 |
|
Dave Halter
|
03920502c4
|
infer_state -> inference_state
|
2019-08-16 11:44:30 +02:00 |
|
Dave Halter
|
600272366f
|
parent_value -> parent_context
|
2019-08-15 09:36:46 +02:00 |
|
Dave Halter
|
21a18c698e
|
Differentiate in finder between get_value_filters and get_global_filters
|
2019-08-15 09:29:08 +02:00 |
|
Dave Halter
|
9986d8c9aa
|
Context -> Value
|
2019-08-15 01:26:11 +02:00 |
|
Dave Halter
|
49f996867d
|
NO_CONTEXTS -> NO_VALUES
|
2019-08-15 01:24:28 +02:00 |
|
Dave Halter
|
ad4f546aca
|
context -> value
|
2019-08-15 01:23:06 +02:00 |
|
Dave Halter
|
9e23f4d67b
|
Move base_context -> base_value
|
2019-08-15 00:41:02 +02:00 |
|