Dave Halter
|
876a6a5c22
|
Add ParamDefinition.kind, fixes #1361
|
2019-08-02 13:11:41 +02:00 |
|
Dave Halter
|
d58bbce24f
|
Add Signature.to_string() with proper tests, fixes #779, fixes #780
|
2019-08-02 12:17:13 +02:00 |
|
Dave Halter
|
93b7548f1a
|
Use a helper to create definitions
|
2019-08-02 10:30:23 +02:00 |
|
Dave Halter
|
24db05841b
|
Add a execute_annotation option to infer_annotation
|
2019-08-02 10:24:15 +02:00 |
|
Dave Halter
|
375d1d57fb
|
Test infer_annotation
|
2019-08-02 10:00:17 +02:00 |
|
Dave Halter
|
c2e50e1d0d
|
Make it possible for users to infer annotations/defaults
Fixes #1039
|
2019-08-01 18:27:37 +02:00 |
|
Dave Halter
|
7988c1d11b
|
A first iteration of adding signatures to the API, fixes #1139
|
2019-08-01 17:48:10 +02:00 |
|
Dave Halter
|
a739c17a6f
|
Turn around resolve_stars, it shouldn't by default be resolved
|
2019-07-31 18:51:31 +02:00 |
|
Dave Halter
|
a5a544cb09
|
Revert "Use __str__ instead of to_string"
This reverts commit 1151700114.
|
2019-07-31 18:39:17 +02:00 |
|
Dave Halter
|
1151700114
|
Use __str__ instead of to_string
|
2019-07-31 00:07:38 +02:00 |
|
Dave Halter
|
75f654b944
|
Better repr for CallSignature
|
2019-07-30 23:55:58 +02:00 |
|
Dave Halter
|
ca7658cab7
|
Delete unused code
|
2019-07-08 13:29:46 -07:00 |
|
Dave Halter
|
08019075c3
|
Fix CallSignature index for a looot of cases, fixes #1364,#1363
|
2019-07-08 12:40:58 -07:00 |
|
Dave Halter
|
d579c0ad57
|
Even more refactorings
|
2019-07-05 15:24:39 -07:00 |
|
Dave Halter
|
ef9d803ce3
|
Refactor some call details
|
2019-07-05 14:30:59 -07:00 |
|
Dave Halter
|
947bfe7b78
|
Fix an issue with keyword params, fixes #1356
|
2019-07-03 22:35:46 -07:00 |
|
Dave Halter
|
b382f06be0
|
A better repr for Definition
|
2019-07-01 19:40:06 -07:00 |
|
Dave Halter
|
4479b866ff
|
CompiledContext should not have a file
|
2019-06-20 20:30:23 +02:00 |
|
Dave Halter
|
474dcb857a
|
Some small docs improvements
|
2019-06-19 09:59:21 +02:00 |
|
Dave Halter
|
3ddbee1666
|
Fix issues for socket
|
2019-06-15 02:07:30 +02:00 |
|
Dave Halter
|
e61949da66
|
Fix some collections.deque issues
|
2019-06-15 01:56:49 +02:00 |
|
Dave Halter
|
fdad24cc0a
|
Fix some test errors
|
2019-06-15 01:42:50 +02:00 |
|
Dave Halter
|
3ed30409ea
|
Some progress in trying to make the deque work
|
2019-06-14 09:36:23 +02:00 |
|
Dave Halter
|
5a26d4cf8f
|
Prefer stubs to Python names when starting to infer
|
2019-06-13 09:26:50 +02:00 |
|
Dave Halter
|
be269f3e1c
|
Remove a print
|
2019-06-10 22:21:41 +02:00 |
|
Dave Halter
|
56d8945d17
|
Use convert_context function for docs lookup
|
2019-06-10 19:17:50 +02:00 |
|
Dave Halter
|
7f853a324a
|
Fix a small copy paste fail
|
2019-06-10 19:05:03 +02:00 |
|
Dave Halter
|
7f3e55df02
|
Fix conversion for contexts
|
2019-06-10 18:56:37 +02:00 |
|
Dave Halter
|
95f3aed82c
|
Eliminate more actual appearances
|
2019-06-10 16:16:34 +02:00 |
|
Dave Halter
|
c8937ccdbf
|
Add only_stubs and prefer_stubs as parameters to goto_assignments/goto_definitions
|
2019-06-10 15:59:12 +02:00 |
|
Dave Halter
|
abba305f64
|
Better debugging
|
2019-06-10 03:19:32 +02:00 |
|
Dave Halter
|
a555def6ca
|
Use a different function signature instead of a separate goto_stubs function
|
2019-06-10 02:27:22 +02:00 |
|
Dave Halter
|
0ff1a88cc4
|
Use get_qualified_names for full_name
|
2019-06-08 00:18:31 +02:00 |
|
Dave Halter
|
8ec6f54f86
|
Fix an issue about boolean params resolving
|
2019-06-02 18:31:52 +02:00 |
|
Dave Halter
|
cdc9520c9d
|
Fix an issue with None docstrings
|
2019-05-31 15:31:46 +02:00 |
|
Dave Halter
|
f7076da700
|
Get rid of follow_definition and replace it with infer
|
2019-05-31 00:35:18 +02:00 |
|
Dave Halter
|
0e5b17be85
|
Tests and fixes for keyword completions
|
2019-05-29 01:26:38 +02:00 |
|
micbou
|
3df63cff12
|
Fix docstring tests
|
2019-05-21 12:07:17 +02:00 |
|
Dave Halter
|
70527d7329
|
Merge branch 'repr' of https://github.com/blueyed/jedi
Fixed a small merge conflict by hand.
|
2019-05-20 00:31:32 +02:00 |
|
Dave Halter
|
a6a71c59f4
|
Move some contents of gradual.stub_contexts to gradual.conversion
|
2019-05-10 01:24:58 +02:00 |
|
Dave Halter
|
1430ac2675
|
Remove more unused code that was used for goto a long time ago
|
2019-05-10 01:12:03 +02:00 |
|
Dave Halter
|
be6760e427
|
Introduce get_qualified_names for names, it's easier to implement goto like this
|
2019-05-10 01:07:21 +02:00 |
|
Dave Halter
|
f8f858216f
|
Make goto_assignments in BaseDefinition simpler
|
2019-05-08 22:00:13 +02:00 |
|
Dave Halter
|
dc15470e0b
|
ImportName should resolve properly to the module that it was designed to resolve for
|
2019-05-07 09:43:55 +02:00 |
|
Dave Halter
|
895eae1d54
|
Move all Name classes to a separate file
|
2019-05-07 00:30:16 +02:00 |
|
Dave Halter
|
7c385f72a1
|
StubOnly -> Stub, for all different classes
|
2019-05-05 20:46:45 +02:00 |
|
Dave Halter
|
2cb1bd162f
|
Better signature support for docstrings
|
2019-05-05 19:09:21 +02:00 |
|
Dave Halter
|
f996df087e
|
Better docstring help
|
2019-05-05 17:21:23 +02:00 |
|
Dave Halter
|
4d3a698a12
|
Refactor things so goto is working in both directions
|
2019-05-05 01:16:52 +02:00 |
|
Dave Halter
|
3afcfccba8
|
Get the tests passing again
|
2019-04-14 19:02:43 +02:00 |
|