Shunsuke Shibayama
b7e78b310c
Update README.md
2025-05-10 11:10:28 +09:00
Shunsuke Shibayama
83bd0ffc61
build: update version (v0.0.82)
2025-02-25 17:36:36 +09:00
Loïc Riegel
f0a44bf272
Fix: checking multiple files ( #126 )
...
* fix: remove duplicates when checking multiple files
* fix: exit 1 when providing invalid file or patterns
* wip
* keep order of insertion, and works with options or flags in the middle
* alphabetical order
* remove useless type annotation
* return IndexSet directly instead of Vec
* remove .clone()
2025-02-24 17:24:27 +09:00
Shunsuke Shibayama
7871d31c93
build: update version (v0.0.81)
2025-02-22 17:56:59 +09:00
Shunsuke Shibayama
7248c00448
feat: attrs can be registered in methods other than __init__
2025-02-22 10:56:21 +09:00
Shunsuke Shibayama
5fb0c71a63
fix: List
type bug
2025-02-21 21:22:13 +09:00
Shunsuke Shibayama
fd4b5895f3
feat: multiple files & glob input
2025-02-21 13:24:07 +09:00
Shunsuke Shibayama
71f5da0963
build: update version (v0.0.80)
2025-02-19 01:29:57 +09:00
Shunsuke Shibayama
3003076cef
Update convert.rs
2025-02-19 00:11:07 +09:00
Shunsuke Shibayama
f653c3fe16
feat: add --do-not-respect-pyi
option
...
With this change, by default `.pyi` file types will be respected and `.py` files will not be parsed.
2025-02-18 22:29:34 +09:00
Shunsuke Shibayama
8b9437ef7a
feat: deep completion can be disabled
2025-02-09 12:41:25 +09:00
Shunsuke Shibayama
b9b757d896
build: update version (v0.0.79)
2025-02-09 11:59:04 +09:00
Shunsuke Shibayama
5882f18c46
Update bug-report.yaml
2025-02-09 01:35:27 +09:00
Shunsuke Shibayama
001183db79
fix: minor bugs
2025-02-08 17:04:56 +09:00
Shunsuke Shibayama
acd50996ae
chore: bug_report.md -> bug_report.yaml
2025-02-06 19:14:54 +09:00
Shunsuke Shibayama
640f654b1f
build: update version (v0.0.78)
2025-01-29 17:45:21 +09:00
Shunsuke Shibayama
4caac7c325
build: update deps
2025-01-29 17:37:49 +09:00
Shunsuke Shibayama
814c46996d
fix: decl file generator panics
2025-01-22 02:45:16 +09:00
Shunsuke Shibayama
b52b017c37
fix: decl file generation bug
2025-01-19 15:22:38 +09:00
Shunsuke Shibayama
1aa3f53d5d
build: update version (v0.0.77)
2025-01-17 16:22:05 +09:00
Shunsuke Shibayama
50c7b7a252
fix: clippy warns
2025-01-17 02:58:25 +09:00
Shunsuke Shibayama
1083e2f140
fix: collection bugs
2025-01-05 00:38:40 +09:00
Shunsuke Shibayama
dedfa8443b
feat: support @property
2025-01-01 20:56:40 +09:00
Shunsuke Shibayama
accd453a12
build: update version (v0.0.76)
2024-12-29 14:17:58 +09:00
Shunsuke Shibayama
9cd1846216
fix: type inference bugs
2024-12-29 14:06:12 +09:00
Shunsuke Shibayama
faec281fa9
fix: type specification parsing bugs
2024-12-28 18:43:07 +09:00
Shunsuke Shibayama
0da66dceca
fix: slice bug
2024-12-27 20:21:05 +09:00
Shunsuke Shibayama
deb6736f9f
feat: support named-expr (walrus operator)
2024-12-27 20:09:50 +09:00
Shunsuke Shibayama
2a98535d4c
feat: ABC implementation check
2024-12-27 15:46:59 +09:00
Shunsuke Shibayama
233b7ee382
build: update version (v0.0.75)
2024-12-25 02:59:00 +09:00
Shunsuke Shibayama
c985e798f0
build: update deps
2024-12-25 02:52:25 +09:00
Shunsuke Shibayama
088c22a84c
fix: cache clearing
2024-12-25 02:44:57 +09:00
Shunsuke Shibayama
18386546b4
Update README.md
2024-12-18 09:34:53 +09:00
Shunsuke Shibayama
365530a220
build: update version (v0.0.74)
2024-12-16 23:38:13 +09:00
Shunsuke Shibayama
12844b19f4
build: update deps
2024-12-16 23:37:03 +09:00
Shunsuke Shibayama
25c37cbc28
build: update version (v0.0.73)
2024-12-07 22:24:42 +09:00
Shunsuke Shibayama
a24164bbee
fix: import resolution bug
2024-12-07 22:23:25 +09:00
Shunsuke Shibayama
4c57e6ead7
fix: type decl generator
2024-11-30 11:36:38 +09:00
Shunsuke Shibayama
fa4cefd327
build: update version (v0.0.72)
2024-11-26 21:47:41 +09:00
Shunsuke Shibayama
f06940bb4c
fix: language server bug
2024-11-26 21:41:17 +09:00
Shunsuke Shibayama
a0d713b2d2
fix: eliminate unwrap
s
2024-11-23 19:41:10 +09:00
Shunsuke Shibayama
9a9215ef58
build: update version (v0.0.71)
2024-11-21 01:44:25 +09:00
Shunsuke Shibayama
5bc13dc463
Update handle_err.rs
2024-11-14 01:54:21 +09:00
Shunsuke Shibayama
6e644dacd9
feat: detect the project entry file
2024-11-14 01:44:52 +09:00
Shunsuke Shibayama
16fef0b04a
build: update version (v0.0.70)
2024-11-10 16:35:29 +09:00
Shunsuke Shibayama
4afbd2922d
feat: add some analysis simplification options
2024-11-10 16:28:15 +09:00
Shunsuke Shibayama
5a81c4c517
build: update version (v0.0.69)
2024-11-04 18:20:46 +09:00
Shunsuke Shibayama
f2153372d0
feat: cache cleaning option
2024-11-04 18:05:33 +09:00
Shunsuke Shibayama
a710224ccc
build: update deps
2024-11-03 17:38:38 +09:00
Shunsuke Shibayama
d4c2a27356
build: update version (v0.0.68)
2024-10-20 16:04:42 +09:00