Dave Halter
|
148fffae28
|
Make yield pytest fixtures work
|
2019-12-27 01:50:17 +01:00 |
|
Dave Halter
|
c45c8ec8ef
|
Get some pytest fixtures working with some side effects
|
2019-12-27 01:04:01 +01:00 |
|
Dave Halter
|
3b2dddd1d3
|
Make sure classmethod param completion works better for the first param
|
2019-12-25 03:39:37 +01:00 |
|
Dave Halter
|
110d89724e
|
Make sure staticmethod params are (mostly) inferred correctly, fixes #735
|
2019-12-24 21:32:12 +01:00 |
|
Dave Halter
|
7a988d9d8b
|
Python 2 test fixes
|
2019-12-24 19:52:44 +01:00 |
|
Dave Halter
|
9578e4252b
|
Goto on a function/attribute in a class now goes to the definition in its super class, fixes #1175
|
2019-12-24 12:49:23 +01:00 |
|
Dave Halter
|
a21f443756
|
Fix a few tests
|
2019-12-24 12:32:13 +01:00 |
|
Dave Halter
|
1d17033717
|
Add support for completion even when __getattr__ is present, fixes #997
|
2019-12-24 01:44:53 +01:00 |
|
Dave Halter
|
eca8278eef
|
Fix an error recovery goto issue, fixes davidhalter/jedi-vim#962
|
2019-12-23 10:09:45 +01:00 |
|
Dave Halter
|
d9383f1927
|
Add a test to make sure some renamings work always
fixes davidhalter/jedi-vim#552
|
2019-12-23 00:48:01 +01:00 |
|
Dave Halter
|
1087b62e95
|
Refactor references: Matching more names that might be related
Fixes davidhalter/jedi-vim#900.
See also davidhalter/jedi-vim#552.
|
2019-12-23 00:41:22 +01:00 |
|
Dave Halter
|
e1d787821b
|
usages -> find_references
|
2019-12-20 19:23:26 +01:00 |
|
Dave Halter
|
adff6d34a4
|
goto_assignment -> goto everywhere where it was left
|
2019-12-20 19:15:41 +01:00 |
|
Dave Halter
|
2cc898ba35
|
Get rid of completions in tests
|
2019-12-20 16:54:51 +01:00 |
|
Dave Halter
|
540a57766d
|
Make sure that sequence literals have the right generic classes, fixes #1416
|
2019-12-20 01:33:41 +01:00 |
|
Dave Halter
|
e56d4fde98
|
Improved Generic subclass matching
|
2019-12-20 01:33:41 +01:00 |
|
Dave Halter
|
51e2e90dce
|
Make sure overload checks work for TypeAlias, see #1416
|
2019-12-20 01:33:41 +01:00 |
|
Dave Halter
|
38eb2c9ba3
|
Make sure that the definition order in stubs are ignored
|
2019-12-15 18:41:41 +01:00 |
|
Dave Halter
|
7639bc2da9
|
Upgrade typeshed, fixes #1084
|
2019-12-14 11:38:37 +01:00 |
|
Dave Halter
|
92c59180fd
|
Make sure goto definitions works on with, fixes #1280
|
2019-12-13 16:57:18 +01:00 |
|
Dave Halter
|
5e3e268cc6
|
Fix RecursionError: global statements in modules should just be ignored, fixes #1457
|
2019-12-13 00:21:36 +01:00 |
|
Dave Halter
|
e656a5f18f
|
Make it possible to infer Callable TypeVars, fixes #1449
|
2019-12-12 23:46:55 +01:00 |
|
Dave Halter
|
46982ce42b
|
Add a test to show that type var inference also works for tuples
|
2019-12-09 00:26:18 +01:00 |
|
Dave Halter
|
ab8f0ba834
|
Make sure Callable TypeVars are better identified, solves a part of #1413
|
2019-12-07 15:02:41 +01:00 |
|
Dave Halter
|
36b800f8d3
|
Make sure that Tuple autocompletes properly, fixes #1389
|
2019-12-05 18:55:33 +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
|
8aee1e6213
|
Make sure that decorator signature completion is working, see #1433
|
2019-12-03 22:20:38 +01:00 |
|
Dave Halter
|
f46f00bc71
|
Avoid wrong random call signature completion, fixes #1433
|
2019-12-03 22:12:33 +01:00 |
|
Dave Halter
|
7254bec92c
|
Upgrade typeshed to the latest commits
Also fixes some small Jedi issues with it (None interpretation in annoations mostly)
|
2019-12-02 10:14:59 +01:00 |
|
Dave Halter
|
378712dbc1
|
Fix contextualizing of subscriptlist
|
2019-12-01 11:07:18 +01:00 |
|
Dave Halter
|
b13c4c446f
|
Fix a globals context issue, fixes #1435
|
2019-12-01 01:28:03 +01:00 |
|
Dave Halter
|
b895924311
|
Merge pull request #1451 from pappasam/FIX_SHOW_SYSTEM_FOLDERS
Fix: no longer shows folders recursively to root
|
2019-12-01 00:12:51 +01:00 |
|
Dave Halter
|
86071dda54
|
Use a different sys path for import completions and import type inference
Fix tests of the #1451 pull request
|
2019-12-01 00:12:19 +01:00 |
|
Dave Halter
|
8478ad7ffb
|
Make sure that goto on a subscript colon doesn't crash
|
2019-11-29 17:10:07 +01:00 |
|
Samuel Roeca
|
761f0828c7
|
Fix missing inference for typing.Type[typing.TypeVar] (#1448)
* Add Type[TypeVar] support
* Completion tests for typing.Type[typing.TypeVar]
|
2019-11-27 22:10:58 +01:00 |
|
Jérome Perrin
|
6d632a01eb
|
Fix inference from type comment for function parameter with dot
fix for https://github.com/davidhalter/jedi/issues/1437
|
2019-11-08 13:41:17 +01:00 |
|
Dave Halter
|
66022edf14
|
Skip Python 2 tests for some array issues
|
2019-09-06 00:04:44 +02: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
|
7bdd71f9a7
|
Add some dynamic inference checks for annotations
|
2019-09-03 00:56:42 +02:00 |
|
Dave Halter
|
286d2c9b1a
|
Make the order of overloaded functions correct
|
2019-08-30 01:11:11 +02:00 |
|
Dave Halter
|
04bc9eb62c
|
Get py__simple_getitem__ working on dicts that have a dict as a param, see #1385
|
2019-08-29 09:27:43 +02:00 |
|
Dave Halter
|
4572503c9f
|
Fix usages in context of the new parso parameter include_setitem=True
|
2019-08-28 22:56:16 +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
|
305bfd3a3c
|
Change a test so it works with generics
|
2019-08-26 21:53:41 +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
|
356c25a399
|
Add a way how dict setitem can be understood
Needs the latest parso commits
|
2019-08-26 19:27:33 +02:00 |
|
Dave Halter
|
41dc514546
|
Enable a sys path test that is working now
|
2019-08-25 13:20:37 +02:00 |
|
Dave Halter
|
e3d2bce7ff
|
Reenable some tests
|
2019-08-25 02:37:52 +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 |
|