Dave Halter
|
9d1587a41d
|
Don't need to inherit from object anymore
|
2020-07-26 00:11:57 +02:00 |
|
Dave Halter
|
9957565b37
|
Try to use yield from instead of yield, if possible
|
2020-07-19 13:34:58 +02:00 |
|
Dave Halter
|
17343bb57c
|
Remove some more Python 3.5 references
|
2020-07-02 02:18:16 +02:00 |
|
Dave Halter
|
b5e0c1e9c6
|
Remove compatibility for zip_longest
|
2020-07-02 01:08:57 +02:00 |
|
Dave Halter
|
6dbc5e783e
|
Fix argument clinic unpacking, remove dynamic bullshit
|
2020-05-10 13:27:20 +02:00 |
|
Dave Halter
|
02c3d651bd
|
Some more code quality fixes
|
2020-04-11 02:23:23 +02:00 |
|
Dave Halter
|
045b8a35a2
|
Remove dead code
|
2020-01-26 19:39:15 +01:00 |
|
Dave Halter
|
8cccdde28d
|
CompiledObject -> CompiledValue
|
2020-01-25 18:13:50 +01:00 |
|
Dave Halter
|
66ad620692
|
Get rid of a lot of flake8 errors
|
2020-01-01 02:42:31 +01:00 |
|
Dave Halter
|
47d6ae3da1
|
SimpleParamName -> AnonymousParamName
|
2019-09-04 01:20:44 +02:00 |
|
Dave Halter
|
d4f3963cd0
|
Don't use get_executed_param_names_and_issues as an attribute on arguments
|
2019-09-03 22:07:34 +02:00 |
|
Dave Halter
|
a3659e2750
|
Remvoe AnonymousArguments
|
2019-09-03 21:59:50 +02:00 |
|
Dave Halter
|
b16c987a72
|
Fix static analysis for params
|
2019-09-03 12:45:35 +02:00 |
|
Dave Halter
|
e97bb1d2e5
|
Fix the final issues about parameter arguments
|
2019-09-02 19:27:39 +02:00 |
|
Dave Halter
|
edb17b8e7c
|
Refactor params and what execution contexts need
|
2019-09-01 14:14:42 +02:00 |
|
Dave Halter
|
066b189bfa
|
Fix cases where dicts are passed to dicts and generics were not properly applied
|
2019-08-27 20:41:46 +02:00 |
|
Dave Halter
|
eb5586d7e0
|
Move the dynamic module to dynamic_params
|
2019-08-25 17:12:04 +02:00 |
|
Dave Halter
|
473dbb0f69
|
Create separate classes for FakeSequence
|
2019-08-25 14:31:15 +02:00 |
|
Dave Halter
|
9290b7291b
|
get_param -> get_executed_param_name
|
2019-08-24 14:33:19 +02:00 |
|
Dave Halter
|
06a6cea02d
|
DynamicExecutedParams -> DynamicExecutedParamName
|
2019-08-24 14:14:45 +02:00 |
|
Dave Halter
|
0619d58cd3
|
search_params -> search_param_names
|
2019-08-24 13:47:19 +02:00 |
|
Dave Halter
|
b1d2f2462b
|
get_executed_params_and_issues -> get_executed_param_names_and_issues
|
2019-08-24 13:45:47 +02:00 |
|
Dave Halter
|
4db6793719
|
Remove an isisinstance check that is no longer needed
|
2019-08-24 13:40:03 +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
|
a9b1de7060
|
execution_value -> execution_context
|
2019-08-17 17:13:29 +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
|
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 |
|
Dave Halter
|
a5dff65142
|
Evaluator -> InferState
|
2019-08-15 00:37:51 +02:00 |
|
Dave Halter
|
8157d119a7
|
eval_ -> infer_
|
2019-08-15 00:20:01 +02:00 |
|
Dave Halter
|
3b4f292464
|
Move the evaluate package to inference
|
2019-08-15 00:14:26 +02:00 |
|