Commit graph

1566 commits

Author SHA1 Message Date
Shunsuke Shibayama
af3b6ec3d7 feat(els): module hover link 2024-10-13 02:48:50 +09:00
Shunsuke Shibayama
17b3fbc5c0 feat(els): impl document link 2024-10-13 00:09:16 +09:00
Shunsuke Shibayama
23142afb81 chore(els): improve doc highlight, type definition 2024-10-12 12:29:01 +09:00
Shunsuke Shibayama
a47271eb00 build: update version (nightly.5) 2024-10-11 21:34:23 +09:00
Shunsuke Shibayama
f6144b29a2 chore: add StyledStr::destyle 2024-10-11 21:27:32 +09:00
Shunsuke Shibayama
e1adb8d118 feat: venv, poetry path resolution 2024-10-11 19:52:25 +09:00
Shunsuke Shibayama
0e53191efd chore(els): improve method completion 2024-10-11 15:55:52 +09:00
Shunsuke Shibayama
e7d01b881b feat(els): impl language services
* document highlight
* selection range
* goto type definition
2024-10-11 01:25:32 +09:00
Shunsuke Shibayama
b7647c7f80 fix: codegen bug in CPython 3.7~3.10 2024-10-10 13:34:19 +09:00
Shunsuke Shibayama
317a662497 chore: improve client health checking (windows) 2024-10-09 20:10:01 +09:00
Shunsuke Shibayama
699f5c6bfc chore: improve client health checking 2024-10-09 14:22:14 +09:00
Shunsuke Shibayama
e8af24d3c6 build: update version (nightly.4) 2024-10-06 18:37:37 +09:00
Shunsuke Shibayama
c6882fee53 feat: add asyncio type decls 2024-10-06 18:30:08 +09:00
Shunsuke Shibayama
4cd79cbb1a fix: type coercion bug 2024-10-06 17:14:53 +09:00
Shunsuke Shibayama
e273517bb5 fix: type instantiation bug 2024-10-06 12:03:33 +09:00
Shunsuke Shibayama
541f9a0f67 build: update version (nightly.2) 2024-10-05 16:26:17 +09:00
Shunsuke Shibayama
bccebeac5b fix: import resolution bug 2024-10-05 16:04:30 +09:00
Shunsuke Shibayama
1d16dd724a fix: minor bugs 2024-10-05 13:59:01 +09:00
Shunsuke Shibayama
5ef1a5ed0b build: update version (nightly.1) 2024-10-04 14:53:51 +09:00
Shunsuke Shibayama
a9cd32d553 chore: Failure == Any 2024-10-04 14:38:34 +09:00
Shunsuke Shibayama
44192b2382 build: update version (nightly.0) 2024-10-04 13:07:21 +09:00
Shunsuke Shibayama
7c2d6ac59a chore: add ConstExpr::map 2024-10-04 13:01:30 +09:00
Shunsuke Shibayama
3066781092 fix: don't pass Ref as arg to recursive calls 2024-10-04 11:16:51 +09:00
Shunsuke Shibayama
841826d499 feat(els): magic completion 2024-10-04 01:36:08 +09:00
Shunsuke Shibayama
afa03ab036 fix: type variable bug 2024-10-03 23:18:39 +09:00
Shunsuke Shibayama
d230bb7374 fix: VarName::hash 2024-10-03 17:47:57 +09:00
Shunsuke Shibayama
e7ff9f4ea7 perf: improve {Dict, Set}::hash 2024-10-03 16:31:16 +09:00
Shunsuke Shibayama
f862a3f13a fix: collection bugs 2024-10-03 13:55:10 +09:00
Shunsuke Shibayama
80eae7654c fix: dict type bugs 2024-10-02 21:26:59 +09:00
Shunsuke Shibayama
a290684db8 fix: method inference bug 2024-10-02 12:20:48 +09:00
Shunsuke Shibayama
a849e7c057 fix: instance attributes can't be accessed statically 2024-10-02 00:10:38 +09:00
Shunsuke Shibayama
a49081161b fix: check subtype field types mismatch 2024-10-01 17:32:06 +09:00
Shunsuke Shibayama
be428cf0f9 build: update version (v0.6.45) 2024-10-01 12:50:08 +09:00
Shunsuke Shibayama
71c460a1bf fix: transpiler bug 2024-10-01 12:15:19 +09:00
Shunsuke Shibayama
dcad268dc5 Update help_messages.rs 2024-09-28 14:42:33 +09:00
Shunsuke Shibayama
144a05ec6b fix: dict type bug 2024-09-28 00:29:48 +09:00
Shunsuke Shibayama
3f61bc5c17 feat(pylyzer): pseudo-method completion 2024-09-27 17:45:35 +09:00
Shunsuke Shibayama
1954d27a63 fix: method resolution bug 2024-09-27 17:39:43 +09:00
Shunsuke Shibayama
544fee8d59 build: update version (nightly.3) 2024-09-26 18:04:51 +09:00
Shunsuke Shibayama
d90922c190 fix: recursive type bug 2024-09-26 16:45:21 +09:00
Shunsuke Shibayama
6c57ed6cb5 fix: type-instantiation bug 2024-09-26 13:03:30 +09:00
Shunsuke Shibayama
c024b8f7be build: update version (nightly.2) 2024-09-26 12:16:35 +09:00
Shunsuke Shibayama
0ce9a1a772 fix: sub-unification bug 2024-09-26 12:12:51 +09:00
Shunsuke Shibayama
ab06244b2b chore(els): relax client health checking timeout 2024-09-26 11:35:05 +09:00
Shunsuke Shibayama
a129141234 fix: incorrect typing & method resolution 2024-09-26 11:34:15 +09:00
GreasySlug
a2e8ba4322 fix(pathlib): use => since it's a procedure 2024-09-22 22:11:42 +09:00
Shunsuke Shibayama
1f5e9cbc9f feat: add Generator
* remove `GenericGenerator`
2024-09-22 21:49:11 +09:00
GreasySlug
0cffbd7249 feat(pathlib): add missing type annot for glob! and resolve! methods 2024-09-22 17:42:29 +09:00
Shunsuke Shibayama
6890d82441 fix: sub-unification bug 2024-09-22 01:51:15 +09:00
Shunsuke Shibayama
9a6b4899e6 build: update version (nightly.1) 2024-09-22 01:32:51 +09:00