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 |
|
Dave Halter
|
fd1e6afd07
|
A first iteration for file path completions
|
2019-08-04 13:50:23 +02:00 |
|
Dave Halter
|
e85fba844c
|
Fix some call signature tests
|
2019-07-09 00:46:53 -07:00 |
|
Dave Halter
|
374721b789
|
Fix a case with errors
|
2019-07-09 00:04:53 -07:00 |
|
Dave Halter
|
3fb89f9f9b
|
Fix some kwargs cases
|
2019-07-08 22:38:22 -07:00 |
|
Dave Halter
|
a0b4e76c1a
|
Fix some *args issues
|
2019-07-08 17:03:45 -07:00 |
|
Dave Halter
|
97bf83aa03
|
Deal better with some error nodes
|
2019-07-08 14:26:11 -07:00 |
|
Dave Halter
|
dd78f4cfbf
|
Fix some error node handling for call signatures
|
2019-07-08 13:22:07 -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
|
943617a94f
|
Use recursion rather than other stuff
|
2019-07-05 23:51:24 -07:00 |
|
Dave Halter
|
d579c0ad57
|
Even more refactorings
|
2019-07-05 15:24:39 -07:00 |
|
Dave Halter
|
76c6104415
|
small name refactoring
|
2019-07-05 14:35:48 -07:00 |
|
Dave Halter
|
0749e5091a
|
Apparently a change we made does not seem to be needed
|
2019-06-15 01:57:59 +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
|
c8937ccdbf
|
Add only_stubs and prefer_stubs as parameters to goto_assignments/goto_definitions
|
2019-06-10 15:59:12 +02:00 |
|
Dave Halter
|
b5d1e00930
|
Deal better with instance conversions for stubs
|
2019-05-17 12:27:53 +02:00 |
|
Dave Halter
|
8b1d4a7824
|
Fix call signatures, use stubs if possible
|
2019-05-11 12:44:20 +02:00 |
|
Dave Halter
|
2a9e678877
|
Merge branch 'master' into typeshed
|
2019-02-27 13:13:17 +01:00 |
|
Dave Halter
|
2f86f549f5
|
Improve an error message, see #1279
|
2019-02-16 04:32:03 +01:00 |
|
Dave Halter
|
ad83f5419a
|
Merge branch 'master' into typeshed
|
2018-10-02 19:07:59 +02:00 |
|
Dave Halter
|
6a2a2a9fa1
|
Fix an issue with f-strings, fixes #1224
|
2018-09-30 13:26:54 +02:00 |
|
Dave Halter
|
2dfe2de0fe
|
Fix some stub tests
|
2018-08-31 01:26:20 +02:00 |
|
Dave Halter
|
8ffdf6746f
|
Comprehensions are also possible arguments. Fixes 1146
|
2018-07-01 03:33:24 +02:00 |
|
Dave Halter
|
c208d37ac4
|
Remove code that is no longer used, because parso was refactored.
|
2018-06-29 09:56:56 +02:00 |
|
Dave Halter
|
38474061cf
|
Make jedi work with the next parso release
|
2018-06-29 09:54:57 +02:00 |
|
Dave Halter
|
22b0c0f1fe
|
Rework the time cache.
|
2018-04-15 15:51:16 +02:00 |
|
Dave Halter
|
806ae13b71
|
Better goto definition for fstrings
|
2018-04-07 12:40:52 +02:00 |
|
Dave Halter
|
567c8b8097
|
Fix some fstring issues for now
|
2018-04-05 01:11:04 +02:00 |
|
Dave Halter
|
60da6034c0
|
Fix some code_lines issues
|
2018-03-17 19:41:26 +01:00 |
|
Dave Halter
|
4dc10e0d4b
|
Autocompletion in comments should at least not fail
Fixes #968
|
2018-03-01 08:57:32 +01:00 |
|
Dave Halter
|
ebe8123b4c
|
Finding the autocompletion stack is a bit more complicated than I initially thought
Fixes #968.
|
2018-01-31 08:45:01 +01:00 |
|
Dave Halter
|
b997b538a7
|
Move eval_atom to the syntax tree module.
|
2017-09-27 16:27:37 +02:00 |
|
Dave Halter
|
882f8029ea
|
Use split_lines and python_bytes_to_unicode directly.
|
2017-09-03 18:38:00 +02:00 |
|
Dave Halter
|
e85816cc85
|
Simplify getting code for completions.
|
2017-09-03 00:11:23 +02:00 |
|
Dave Halter
|
fc8326bca1
|
Finally get rid of the last get_definition.
|
2017-09-03 00:07:14 +02:00 |
|
Dave Halter
|
f9e31dc941
|
Refactor splitlines -> split_lines.
|
2017-08-15 19:55:50 +02:00 |
|
Dave Halter
|
2fcd2f8f89
|
Fix some more stuff because of newer parso changes.
|
2017-07-14 18:21:52 +02:00 |
|
Dave Halter
|
945a2ba405
|
Dedent some code to avoid issues with parso.
|
2017-07-09 00:27:23 +02:00 |
|
Dave Halter
|
e0485b032e
|
Fix some stuff to make parso work again.
|
2017-06-02 00:00:31 +02:00 |
|
Dave Halter
|
35e248091e
|
Some more parso API changes.
|
2017-05-26 12:02:39 -04:00 |
|
Dave Halter
|
3015e7e60f
|
Remove use_exact_op_types because the default changed.
|
2017-05-26 11:35:47 -04:00 |
|
Dave Halter
|
b90589b62e
|
Some changes because parso has changed.
|
2017-05-22 15:42:42 -04:00 |
|
Dave Halter
|
50c7137437
|
splitlines and source_to_unicode are utils of parso.
|
2017-05-20 09:55:16 -04:00 |
|
Dave Halter
|
9bca3d39f5
|
Actually use parso now instead of Jedi.
|
2017-05-19 14:20:14 -04:00 |
|
Dave Halter
|
1bb0c89f46
|
Remove source parameter from parser.
|
2017-03-31 21:44:43 +02:00 |
|
Dave Halter
|
932703f04a
|
Remove an import that is not needed anymore.
|
2017-03-28 02:09:38 +02:00 |
|
Dave Halter
|
ee47be0140
|
Merge Parser and ParserWithRecovery.
|
2017-03-28 02:08:16 +02:00 |
|
Dave Halter
|
8a35a04439
|
Remove the module path from the parser tree.
Some static analysis tests are still failing.
|
2017-03-27 18:13:32 +02:00 |
|