Commit graph

1126 commits

Author SHA1 Message Date
Shunsuke Shibayama
0667644580 feat: add ctypes type decl 2024-11-04 13:04:03 +09:00
Shunsuke Shibayama
6c07d1fbe3 feat: improve min/max typing 2024-11-04 11:48:14 +09:00
Shunsuke Shibayama
87fb4cf6d1 fix: refinement subtyping bug 2024-11-03 10:40:30 +09:00
Shunsuke Shibayama
806c5a91e8 fix: type variable linking bug 2024-11-01 14:14:45 +09:00
Shunsuke Shibayama
b3474e78d6 fix: avoid infinite recursion (2) 2024-10-24 01:55:03 +09:00
Shunsuke Shibayama
3bef190c6e fix: avoid infinite recursion 2024-10-21 02:08:58 +09:00
Shunsuke Shibayama
429e673d6c fix: performance regression 2024-10-20 17:10:06 +09:00
Shunsuke Shibayama
75535a7c0f fix: method resolution bug
fix: performance regression
2024-10-20 16:50:05 +09:00
Shunsuke Shibayama
0e619567ee fix: variable registration bug 2024-10-20 15:16:22 +09:00
Shunsuke Shibayama
01a5938c29 chore: add ast::VarPattern::Phi 2024-10-20 14:25:29 +09:00
Shunsuke Shibayama
9c1e77ecd0 fix: variable registration bug 2024-10-19 17:17:43 +09:00
Shunsuke Shibayama
f0c5045699 chore: don't return Failure 2024-10-19 14:29:12 +09:00
Shunsuke Shibayama
07b98112a7 fix: dict type bug 2024-10-19 03:11:14 +09:00
Shunsuke Shibayama
e593eadafd chore: improve filter typing 2024-10-18 19:19:28 +09:00
Shunsuke Shibayama
e7bc8b10ae chore: add --use-pylyzer option 2024-10-18 16:32:31 +09:00
Shunsuke Shibayama
e8d98e5431 fix: type comparision bug 2024-10-18 15:14:47 +09:00
Shunsuke Shibayama
5b79854886 fix: type instantiation bug 2024-10-18 12:46:55 +09:00
Shunsuke Shibayama
3afe9d433e fix: type instantiation bug
fix https://github.com/mtshiba/pylyzer/issues/111
2024-10-17 20:20:11 +09:00
Shunsuke Shibayama
41537f2aba fix: dict type bug 2024-10-17 12:13:34 +09:00
Shunsuke Shibayama
566b9aa3c1 fix: subtype relation bug 2024-10-16 00:41:49 +09:00
Shunsuke Shibayama
ce1e5ab40d fix: type generalization bug 2024-10-15 16:39:33 +09:00
Shunsuke Shibayama
32528cd72a chore: improve no-attr error hint 2024-10-15 15:53:42 +09:00
Shunsuke Shibayama
f23fdbe3d0 feat(els): method completion by name 2024-10-15 11:04:03 +09:00
Shunsuke Shibayama
1206e50e86 perf: reduce AST/HIR element size
closes #530
2024-10-13 17:51:37 +09:00
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
f6144b29a2 chore: add StyledStr::destyle 2024-10-11 21:27:32 +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
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
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
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
afa03ab036 fix: type variable bug 2024-10-03 23:18:39 +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
71c460a1bf fix: transpiler bug 2024-10-01 12:15:19 +09:00
Shunsuke Shibayama
144a05ec6b fix: dict type bug 2024-09-28 00:29:48 +09:00
Shunsuke Shibayama
1954d27a63 fix: method resolution bug 2024-09-27 17:39:43 +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