Dave Halter
|
7bcb420a0a
|
Delete a weird comment
|
2020-07-02 12:33:19 +02:00 |
|
Dave Halter
|
a0de93a638
|
Remove super arguments
|
2020-07-02 10:59:59 +02:00 |
|
Dave Halter
|
395f7fc59e
|
Remove inspect.Parameter compatibility
|
2020-07-02 00:44:25 +02:00 |
|
Peter Law
|
c4cf0d78e1
|
Add a couple of docstrings
These are based on observation of the outputs of these functions.
|
2020-02-15 12:25:12 +01:00 |
|
Dave Halter
|
66ad620692
|
Get rid of a lot of flake8 errors
|
2020-01-01 02:42:31 +01:00 |
|
Dave Halter
|
06d2119f51
|
Make sure a self variable is only defined in a function not outside
|
2019-09-04 00:53:46 +02:00 |
|
Dave Halter
|
c8564a68df
|
Fix recursion issues about dynamic param lookups and defaults work again
|
2019-09-03 23:59:31 +02:00 |
|
Dave Halter
|
ac4dd06d11
|
Use get_executed_param_names if get_executed_param_names_and_issues is not necessary
|
2019-09-03 22:11:00 +02:00 |
|
Dave Halter
|
a67861a320
|
Avoid using arguments.get_executed_param_names_and_issues
|
2019-09-03 00:47:10 +02:00 |
|
Dave Halter
|
06890203dd
|
var_args -> arguments
|
2019-09-02 19:48:17 +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
|
286d2c9b1a
|
Make the order of overloaded functions correct
|
2019-08-30 01:11:11 +02:00 |
|
Dave Halter
|
473dbb0f69
|
Create separate classes for FakeSequence
|
2019-08-25 14:31:15 +02:00 |
|
Dave Halter
|
98d0fc632e
|
Some more renames
|
2019-08-24 14:02:04 +02:00 |
|
Dave Halter
|
622db8d2d7
|
Actually start using names for executed param names
|
2019-08-24 13:52:50 +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
|
ec6fa0c97c
|
Differentiate between a public name and an internal string_name
|
2019-08-24 13:35:15 +02:00 |
|
Dave Halter
|
8b1f35a8b1
|
Use get_kind in ExecutedParam
|
2019-08-24 13:20:53 +02:00 |
|
Dave Halter
|
e7020bea3d
|
Use infer_annotation only from param name
|
2019-08-24 13:09:00 +02:00 |
|
Dave Halter
|
bb3eb23864
|
Move docstring param recognizing
|
2019-08-24 12:32:50 +02:00 |
|
Dave Halter
|
88cf198552
|
Avoid function executions if they are not necessary
This also means that annotations are prefered to docstring types
|
2019-08-24 12:23:33 +02:00 |
|
Dave Halter
|
8e60689bcf
|
valueualized_node -> contextualized_node
|
2019-08-18 00:58:33 +02:00 |
|
Dave Halter
|
0c419a5094
|
Fix class tests
|
2019-08-17 23:52:52 +02:00 |
|
Dave Halter
|
895e774962
|
Module fixes
|
2019-08-17 17:56:57 +02:00 |
|
Dave Halter
|
a9b1de7060
|
execution_value -> execution_context
|
2019-08-17 17:13:29 +02:00 |
|
Dave Halter
|
2629ff55f3
|
Fix some array tests
|
2019-08-17 15:42:13 +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
|
9986d8c9aa
|
Context -> Value
|
2019-08-15 01:26:11 +02:00 |
|
Dave Halter
|
ad4f546aca
|
context -> value
|
2019-08-15 01:23:06 +02:00 |
|
Dave Halter
|
a5dff65142
|
Evaluator -> InferState
|
2019-08-15 00:37:51 +02:00 |
|
Dave Halter
|
3b4f292464
|
Move the evaluate package to inference
|
2019-08-15 00:14:26 +02:00 |
|